這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Bitcoin Exchange Widget

描述

This is a basic plugin to show BTC exchange rates from blockchain.info public API, as a sidebar widget on your wordpress site. No configuration options are available at this time, but maybe added in future, including which exchange rates to show and other minor changes. Plugin uses native WP caching, to minimize server load improve user experience.

To donate to support plugin, please send donations to this wallet: 195jHGYxZyYxxHAYgLVGY2H9DEoGMHGQTx to support futher development efforts

螢幕截圖

  • This is the widget inside of the dashboard
  • This is the widget on the frontpage of the website

安裝

This plugin is a standard widget.

  1. Install the plugin from the WordPress Repository or by uploading the zip.
  2. Drag the widget to the desired sidebar on the appearance panel of the wordpress dashboard.
  3. Enter in the desired title, leave blank for no title.
  4. Select which currencies will be displayed in widget on front of site.
  5. Save, and view it on the frontend of site.
  6. Enjoy.

常見問題

Where does the BTC Values come from?

They are using blockchain.info ticker api, with a 15 minute delay. To view json file, you can visit: http://blockchain.info/ticker or to read more about the api here: http://blockchain.info/api/exchange_rates_api

評價

There are no reviews for this plugin.

貢獻者及開發者

“Bitcoin Exchange Widget” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 Bitcoin Exchange Widget 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

1.0

  • Setup Widget Class, to have basic WP Widget.
  • Setup API Calls, to get BTC Values.

1.14

  • Added in WP standard caching, to minimize load on API.

1.15

  • Added donation information into readme.txt and plugin description
  • Added checkboxes to choose which Currencies will be displayed in Widget+