Real-time Bitcoin Converter

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

سوالات متداول

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.

×
نظری برای این آیتم موجود نیست.
0 0 رای ها
امتیازدهی
اشتراک در
اطلاع از
0 نظرات
قدیمی‌ترین
تازه‌ترین بیشترین رأی
بازخورد (Feedback) های اینلاین
مشاهده همه دیدگاه ها
نسخه حجم فایل SHA256 تغییرات دانلود
1.0.7 35 کیلوبایت -
دانلود
×
بدون امتیاز

قیمت:

رایگان

نگارش

1.0.7

آخرین انتشار

21 اردیبهشت 1405

آخرین بروزرسانی

1 ماه پیش

نصب های فعال

200+

نگارش وردپرس

وردپرس 4.6+

تست شده از نسخه

وردپرس 5.1.22

نگارش PHP

PHP 7.0+

تگ ها

نسخه ها

1 نسخه