WPThumbs
Themes Plugins By purpose By industry Best-of lists Fix it guides
Free Plugin by Modern Web Services v1.0.7

Real-time Bitcoin Converter

Display Fiat currency values in Bitcoin or visa-versa using real-time exchange rates.

Real-time Bitcoin Converter

The facts

Active installs
200+
Price
Free
Last updated
24 Apr 2019
Added
Dec 2016
Requires WP
4.6
Tested up to
WP 5.1.24
Requires PHP
7.0
Downloads
42,022

Our analysis

AI-assisted

Real-time Bitcoin Converter is a WordPress plugin that allows content authors to insert a shortcode for converting amounts between Bitcoin and Fiat currencies using real-time exchange rates. It includes a Tiny MCE plugin to help generate the shortcode easily.

This plugin is suitable for developers as it allows for modification of the HTML output through a standard WordPress filter, enabling customisation of how the converted values are displayed.

Best for: This plugin is suitable for websites that need to display currency conversions, particularly in Bitcoin and Fiat currencies.

What it does well

  • Free to use from the WordPress.org directory
  • Supports real-time exchange rate conversions
  • Includes a Tiny MCE plugin for shortcode generation
  • Allows HTML output modification via WordPress filter
  • Requires PHP 7.0+ for compatibility

Where it falls short

  • Last updated in April 2019, which may affect compatibility
  • No published rating available
  • Limited active installs may indicate lower usage

Verdict

Real-time Bitcoin Converter offers specific functionality for currency conversion, but its age and limited active installs may be a consideration for potential users.

From the developer

Modern Web Services's own description of Real-time Bitcoin Converter, lightly tidied.

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;
}
?>

Read the full description on the official page →

Tagged as

Alternatives

Other plugins for crypto and Web3 projects.

JWT Authentication for WP REST APIs

Secure and protect WordPress REST API from unauthorized access using JWT token, Basic Authentication, API Key,...

Free 20k+ installs 4.4★ (74)
MyCryptoCheckout

Crypto payment gateway for WooCommerce and Easy Digital Downloads. Accept 100+ coins: Bitcoin, Ethereum, BNB,...

Free 8k+ installs 4.3★ (49)
ABC Crypto Checkout

ABC Crypto Checkout is a powerful cryptocurrency payment gateway for WooCommerce that lets you accept Bitcoin,...

Free 1k+ installs 5★ (29)
NOWPayments for WooCommerce

Accept Bitcoin, Ethereum, and 300+ cryptocurrencies in WooCommerce using the official NOWPayments crypto payme...

Free 4k+ installs 4.1★ (16)
Bitcoin Payments

Accept Bitcoin/USDT payments on your WooCommerce website. Crypto payments go directly to your wallet.

Free 2k+ installs 4.5★ (35)