WordPress Crypto Plugin
Add live cryptocurrency prices to any WordPress page or sidebar — a scrolling ticker, a coin card, a market list, or a crypto converter. Drop in the block or a shortcode and you are done.
Live demo
These are live — the same embeds the plugin outputs, showing real market prices right now in your browser.
Installing
From your dashboard
Go to Plugins → Add New, search for Currency.Wiki Crypto Price Ticker, then click Install and Activate.
From WordPress.org
Download the ZIP from the plugin page, then upload it under Plugins → Add New → Upload Plugin.
Add a widget
Insert the Crypto Price Ticker block on any page, or use the [cwiki_crypto] shortcode.
Four widget styles
| Style | What it looks like | Default size |
|---|---|---|
Price Ticker
ticker
|
Scrolling marquee of live coin prices and 24h change. Stretches full-width — ideal for headers. | full-width × 70 |
Coin Card
coin
|
One coin with its live price, 24h change and a sparkline. | 260×210 |
Market List
list
|
A ranked table of the coins you choose, with prices and change. | 300×326 |
Crypto Converter
converter
|
Convert between any coin and a fiat currency, live. | 300×240 |
Shortcode
Use [cwiki_crypto] on its own for a default price ticker, or pass any of the attributes below. [cwiki_crypto_ticker] is an alias.
[cwiki_crypto style="ticker" coins="BTC,ETH,SOL,XRP" theme="dark"]
[cwiki_crypto style="coin" coin="BTC" quote="EUR" accent="f7931a"]
[cwiki_crypto style="converter" from="BTC" to="USD" amount="0.5"]
| Attribute | Values | Default | Notes |
|---|---|---|---|
style |
ticker, coin, list, converter | ticker |
Which widget to render. |
theme |
auto, light, dark | auto |
Follows the visitor’s system theme by default. |
accent |
hex, no # | 6d5efc |
Accent colour used for highlights and links. |
coins |
BTC,ETH,SOL,… | top coins | Coins for the ticker and market list (up to 20). |
coin |
symbol, e.g. BTC | BTC |
Coin for the single-coin card. |
quote |
USD, EUR, GBP, JPY, INR, BRL, RUB, TRY, IDR | USD |
Display currency for prices. |
from |
symbol, e.g. BTC | BTC |
Converter “from” currency — a coin or a fiat. |
to |
symbol, e.g. BTC | USD |
Converter “to” currency — a coin or a fiat. |
amount |
number | 1 |
Converter default amount. |
scroll |
1, 0 | 1 |
Auto-scroll the ticker (marquee). |
lang |
language code | site language | Localises the in-widget labels. |
branding |
1, 0 | 0 |
Show the “Powered by Currency.Wiki” credit. |
Questions
Is the plugin free?
Yes — free on WordPress.org, with no paid tier, no signup and no API key. Every widget style is included.
Does it slow my site down?
No. The plugin adds one small script, enqueued through the normal WordPress pipeline. Prices load asynchronously in the visitor’s browser from a fast CDN, so nothing blocks your page.
Do I need an account or API key?
Neither. Install it, add the block or shortcode, and it works. Prices come from a public, CDN-cached feed maintained by Currency.Wiki.
How often do prices update?
Price data is refreshed on the server every few minutes, and each widget re-checks for new prices while the page is open — no reload needed.
Which coins and currencies are supported?
Over 60 of the top cryptocurrencies — Bitcoin, Ethereum, Solana, XRP, BNB, Dogecoin, Cardano and more — priced in USD, EUR, GBP, JPY, INR, BRL, RUB, TRY or IDR.
Can I remove the “Powered by Currency.Wiki” credit?
Yes. It is off by default. Turn it on (or off) under Crypto Widget → Settings, or set branding="1" on an individual shortcode.
Add live crypto prices to your WordPress site
Free, no signup, no API key. Or build an embed for any other platform with the visual builder.