Secure and protect WordPress REST API from unauthorized access using JWT token, Basic Authentication, API Key,...
Display Fiat currency values in Bitcoin or visa-versa using real-time exchange rates.
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
Where it falls short
Real-time Bitcoin Converter offers specific functionality for currency conversion, but its age and limited active installs may be a consideration for potential users.
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.
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;
}
?>
Other plugins for crypto and Web3 projects.
Secure and protect WordPress REST API from unauthorized access using JWT token, Basic Authentication, API Key,...
Crypto payment gateway for WooCommerce and Easy Digital Downloads. Accept 100+ coins: Bitcoin, Ethereum, BNB,...
ABC Crypto Checkout is a powerful cryptocurrency payment gateway for WooCommerce that lets you accept Bitcoin,...
Accept Bitcoin, Ethereum, and 300+ cryptocurrencies in WooCommerce using the official NOWPayments crypto payme...
Accept Bitcoin/USDT payments on your WooCommerce website. Crypto payments go directly to your wallet.
Instant Approval High Risk Merchant Gateway with instant payouts to your USDC POLYGON wallet using fiat to cry...