Real-time Bitcoin Converter
Display Fiat currency values in Bitcoin or visa-versa using real-time exchange rates.
Plugin info
Maintenance & Compatibility
Maintenance score
Possibly abandoned • Last updated 2489 days ago
Is Real-time Bitcoin Converter abandoned?
Possibly abandoned (last update 2489 days ago).
Compatibility
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
Description
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.
For Developers
You can modify the html output generated by the plugin using a standard WordPress filter.
Installation
- Upload the plugin files to the
/wp-content/plugins/directory, or install the plugin through the WordPress plugins screen directly. - Activate the plugin through the ‘Plugins’ screen in WordPress
- Use the Settings->Plugin Name screen to configure the plugin
Frequently Asked Questions
Are values updated client-side?
At the moment no. All currency conversion is performed server-side. I’ll probably add a jQuery plugin and optional data attributes in a later
version to enable that functionality.
Review feed
Changelog
1.0.7
- Add composer dump and svn cp to publish script
1.0.6
- Uncomment svn ci command
1.0.5
- Clean up dead code
- Fix plugin URI
- Add packaging/publishing shell script
1.0.4
- Refactored to use namespaced classes and composer autoloader
1.0.3
- Fixed PHP warning: “Warning: count(): Parameter must be an array or an object that implements Countable”

