
內容簡介
FX Currency Converter 是一款簡易使用的免費貨幣轉換外掛,無需 API 金鑰即可在 WordPress 網站上實現即時貨幣轉換,並享受來自 86 個公共數據提供者的每小時快取更新。
【主要功能】
• 無需 API 金鑰
• 支援 86 個公共數據提供者的匯率
• 提供 Gutenberg 區塊、短碼及 PHP 幫助器支援
• 彈性的樣式選項
• 免費且無廣告
• 行動裝置友好
外掛標籤
開發者團隊
原文外掛簡介
Easy-to-use, free currency converter. 🔑 No API key needed. ❤️ Install and enjoy.
📌 About
Unlock real-time currency conversion on your WordPress site. Enjoy hourly cached updates from 86 public data providers with no API key required.
DEMO👀
⭐️ FEATURES ⭐️
🚀 Lightweight code;
🌐 Exchange rates from 86 public data providers;
🧱 Gutenberg block, shortcode, and PHP helper support;
🎨 Flexible styling options;
💯 Free, No Ads;
🔑 No API key needed;
🔒 SSL support;
📱 Mobile-friendly;
🔍 SEO-friendly.
🗜 Shortcode 🗜
The shortcode of [fxcc_convert] has the following parameters that you may specify…
num – The amount you wish to convert from one currency to another.
from – The currency ISO code you wish to convert from. The default is USD.
to – The currency ISO code you wish to convert to. The default is EUR.
dec – Specifies the number of decimal places in the output. This should be numeric or the word “match”. The default is “match”, which means that the output will match the number of decimal places that the num had.
prefix – emoji | symbol;
suffix – emoji | symbol;
attribution – 1 | true | yes | on; wraps the result in a link to https://{from}.currencyrate.today/{to}.
tmpl – Text template with the %result% placeholder.
💡 Examples 💡
[fxcc_convert num="100" from="USD" to="EUR" /] - 92
[fxcc_convert num="49.123" dec="2" from="USD" to="EUR" /] - 45,22
[fxcc_convert num="49.123" dec="2" from="USD" to="EUR" prefix="symbol" suffix="emoji" /] - €45,22🇪🇺
[fxcc_convert num="100" from="USD" to="EUR" attribution="1" /] - clickable result linked to CurrencyRate.today
[fxcc_convert num="49.99" from="USD" to="EUR" prefix="symbol" tmpl="49.99 USD is %result% EUR" /] - 49.99 USD is €46,02 EUR
[fxcc_convert num="49.99" from="USD" to="EUR" tmpl="49.99 USD is %result% EUR" src="eu-ecb" /] - 49.99 USD is 45,83 EUR
[fxcc_convert num="100" from="USD" dec="4" to="EUR"]100 USD is %result% EUR[/fxcc_convert] - 100 USD is 92,0641 EUR
PHP helper examples:
100, 'from' => 'USD', 'to' => 'EUR')); ?> - 92
100, 'from' => 'USD', 'to' => 'EUR', 'attribution' => true)); ?> - clickable result linked to CurrencyRate.today
49.99, 'from' => 'USD', 'to' => 'EUR', 'prefix' => 'symbol', 'tmpl' => '49.99 USD is %result% EUR')); ?> - 49.99 USD is €46,02 EUR
💱 API and Data sources 💱
We collect data from multiple public sources and cache it on our server, https://api-bank.fex.to/. Before you start using the plugin, please read the disclaimer. The plugin refreshes cached data at most once per hour, and the public API does not require keys or passwords. See the FAQ section below for the full list of 86 data providers.
⚠️ Disclaimer ⚠️
Disclaimer for the https://api-bank.fex.to/ API 🚫
Use at Your Own Risk ⚠️: The use of this API is at your own discretion and risk. We do not accept any responsibility for any losses, damages, or issues arising from the use of this API.
Data Accuracy 📊: We make every effort to ensure the accuracy and timeliness of the data provided through our API. However, we do not guarantee the completeness, accuracy, or timeliness of this data and do not accept responsibility for any errors or omissions.
Changes and Termination of Service 🔄: We reserve the right to make changes to or terminate the operation of this API at any time, without prior notice. We are not liable for any consequences resulting from such changes or termination.
Third-Party Services 🌐: This API may interact with third-party services or APIs. We do not endorse or take responsibility for the functionality, accuracy, or availability of these third-party services.
No Warranty 🛡️: We provide this API on an “as is” and “as available” basis, without any warranties, express or implied. We disclaim all warranties, including but not limited to the implied warranties of merchantability, fitness for a particular purpose, and non-infringement.
By using this API, you agree to accept and abide by the terms of this disclaimer. If you do not agree with any part of this disclaimer, you must not use this API.
🍩 Donations
ℹ️ Website: CurrencyConvert
🌐 Sources: CurrencyRate
