Title: Real-time Bitcoin Converter
Author: Modern Web Services
Published: <strong>December 31, 2016</strong>
Last modified: April 24, 2019

---

Search plugins

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://ps.w.org/real-time-bitcoin-currency-converter/assets/icon-256x256.png?
rev=1754346)

# Real-time Bitcoin Converter

 By [Modern Web Services](https://profiles.wordpress.org/modernwebservices/)

[Download](https://downloads.wordpress.org/plugin/real-time-bitcoin-currency-converter.1.0.7.zip)

 * [Details](https://wordpress.org/plugins/real-time-bitcoin-currency-converter/#description)
 * [Reviews](https://wordpress.org/plugins/real-time-bitcoin-currency-converter/#reviews)
 *  [Installation](https://wordpress.org/plugins/real-time-bitcoin-currency-converter/#installation)
 * [Development](https://wordpress.org/plugins/real-time-bitcoin-currency-converter/#developers)

 [Support](https://wordpress.org/support/plugin/real-time-bitcoin-currency-converter/)

## 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.

    ```
    <?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['afterSymbol']
     * @var string $output['beforeValue']
     * @var string $output['afterValue']
     * @var bool $output['prefixSymbol']
     * @var string $output['symbol']
     * @var float $output['value']
     * @return string[]
     */
    function my_custom_filter_function(array $output){
        // Place your modification code here.
        return $output;
    }
    ?>
    ```

## Screenshots

[⌊Tiny MCE short-code generator plugin⌉⌊Tiny MCE short-code generator plugin⌉[

Tiny MCE short-code generator plugin

[⌊Example public page showing real-time fiat to bitcoin conversion⌉⌊Example public
page showing real-time fiat to bitcoin conversion⌉[

Example public page showing real-time fiat to bitcoin conversion

## Installation

 1. Upload the plugin files to the `/wp-content/plugins/` directory, or install the
    plugin through the WordPress plugins screen directly.
 2. Activate the plugin through the ‘Plugins’ screen in WordPress
 3. Use the Settings->Plugin Name screen to configure the plugin

## FAQ

  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.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Real-time Bitcoin Converter” is open source software. The following people have
contributed to this plugin.

Contributors

 *   [ Modern Web Services ](https://profiles.wordpress.org/modernwebservices/)

“Real-time Bitcoin Converter” has been translated into 1 locale. Thank you to [the translators](https://translate.wordpress.org/projects/wp-plugins/real-time-bitcoin-currency-converter/contributors)
for their contributions.

[Translate “Real-time Bitcoin Converter” into your language.](https://translate.wordpress.org/projects/wp-plugins/real-time-bitcoin-currency-converter)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/real-time-bitcoin-currency-converter/),
check out the [SVN repository](https://plugins.svn.wordpress.org/real-time-bitcoin-currency-converter/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/real-time-bitcoin-currency-converter/)
by [RSS](https://plugins.trac.wordpress.org/log/real-time-bitcoin-currency-converter/?limit=100&mode=stop_on_copy&format=rss).

## 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”

## Meta

 *  Version **1.0.7**
 *  Last updated **7 years ago**
 *  Active installations **200+**
 *  WordPress version ** 4.6 or higher **
 *  Tested up to **5.1.22**
 *  PHP version ** 7.0 or higher **
 *  Languages
 * [English (US)](https://wordpress.org/plugins/real-time-bitcoin-currency-converter/)
   and [Ukrainian](https://uk.wordpress.org/plugins/real-time-bitcoin-currency-converter/).
 *  [Translate into your language](https://translate.wordpress.org/projects/wp-plugins/real-time-bitcoin-currency-converter)
 * Tag
 * [bitcoin](https://wordpress.org/plugins/tags/bitcoin/)
 *  [Advanced View](https://wordpress.org/plugins/real-time-bitcoin-currency-converter/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/real-time-bitcoin-currency-converter/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/real-time-bitcoin-currency-converter/reviews/)

## Contributors

 *   [ Modern Web Services ](https://profiles.wordpress.org/modernwebservices/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/real-time-bitcoin-currency-converter/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](https://modernwebservices.com.au/donate)