Display Fiat currency values in Bitcoin or visa-versa using real-time exchange rates.
As of April 2026, Real-time Bitcoin Converter is a WordPress bitcoin plugin with 300 active installations and a 0/5 rating0. It has been downloaded 41K+ times in total. Requires WordPress 4.6+ and PHP 7.0+. Available on WordPress.org since 2016. Last updated 6 years ago — may have compatibility concerns. Top alternative: elegro Crypto Payment.
Provides ability for content author to insert a shortcode specifying an amount in either Bitcoin or a Fiat currency.
The plugin then converts this value in to the corresponding value using real-time exchange rates.
For example, I use this on my business site to display my hourly rates in my local currency, as well as in Bitcoin.
Includes a Tiny MCE plugin to assist content author in generating the shortcode.
Requires PHP 7.0+ due to scalar argument declarations.
You can modify the html output generated by the plugin using a standard WordPress filter.
<?php
add_filter('format_bitcoin_convert_output', 'my_custom_filter_function');
/**
* Modify Bitcoin-Convert's HTML output
*
* @param string[] $output
* @var string $output['beforeSymbol']
* @var string $output['afte…| WordPress | 4.6+ requiredTested up to 5.1.22 |
| PHP | 7.0+ required |
Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.