- Latest version: 1.5.2;
- Size: ≈71.5 kBytes;
- License: MIT
❗ The current version of the HTML widget and WordPress plugin may differ, due to different development. The core and functionality of the widget is not different.
The Crypto Converter Widget — is a powerful and easy-to-use with beauty UI real-time web tool to conversion cryptocurrencies FOR ANY WEBSITES. Customers can choose from available ≈170 fiat currencies and ≈2,288 crypto. For FREE.
- No Cryptojacking!
- Pure JavaScript ≈71.5 kBytes (gzip), no dependencies;
- Flexible settings and customizable design;
- Real-time ⚡ streaming price update;
- Processed on a third-party server;
- Sound beep when price changed
- ≈2,288 cryptocurrencies and ≈170 fiat currencies;
- SSL support;
- SEO-friendly.
- Copy example below and set your attributes customize.
- Enjoy.
<!-- Crypto Converter ⚡ Widget --><crypto-converter-widget shadow symbol live background-color="#383a59" border-radius="0.60rem" fiat="united-states-dollar" crypto="bitcoin" amount="1" decimal-places="2"></crypto-converter-widget><a href="https://currencyrate.today/" target="_blank" rel="noopener">CurrencyRate.Today</a><script async src="https://cdn.jsdelivr.net/gh/dejurin/[email protected]/dist/latest.min.js"></script><!-- /Crypto Converter ⚡ Widget -->
Examples: JSFiddle | CodePen | CodePen (multi color example) | A lot widget on one page
You can find many uses for this widget, not just on the website. See how I did a live stream with cryptocurrencies: https://www.youtube.com/watch?v=LQIsk5wIAzw
https://cdn.jsdelivr.net/gh/dejurin/[email protected]/dist/latest.min.js
https://cdn.jsdelivr.net/gh/dejurin/[email protected]/dist/latest-legacy.min.js
All versions here: https://cdn.jsdelivr.net/gh/dejurin/crypto-converter-widget/dist/
https://s.fx-w.io/ccw/latest.min.js
https://s.fx-w.io/ccw/latest-legacy.min.js
- Major fixes
- Major fixes
- Major fixes
- Minor fixes
- Minor fixes
- Loading anim
- Add interceptors for poor request
- Minor fixes
- Play/Pause price updates
- Sound beep when price changed
- Minor fixes
- Sound beep when price changed
- Select fiat [live]
- Minor fixes
- Currency symbol
- Minor fixes
- Currency symbol attribut
- Select form [await load]
- Background image
- WebSocket stop/start
- First release
Attribute | Type | Default | Reactive | Description |
---|---|---|---|---|
Amount | float | 1 | + | Amount of cryptocurrency. |
background-color | string | #383a59 | + | Background color of widget. |
border-radius | string | 0.60rem | + | Border radius of widget. |
crypto | string | bitcoin | + | Cryptocurrency ID. |
decimal-places | int | 2 | + | Decimal places. |
fiat | string | united-states-dollar | + | Fiat money symbol. |
font-family | string | inherit | + | Font of widget. |
shadow | boolean | false | + | Shadow of widget. |
symbol | boolean | false | + | Currency symbol ($). |
live | boolean | false | + | Prices are updated real-time. |
The list of cryptocurrencies that can be selected in the widget: https://github.com/dejurin/crypto-converter-widget/blob/master/list.md
Code copyright 2023 CR.Today, CurrencyRate. Code released under the MIT license.