Live Crypto Prices

外掛說明

Live Crypto Prices allows you to display real-time cryptocurrency prices on your WordPress site using the CoinGecko API.

The plugin provides multiple display formats including:

  • Live scrolling ticker
  • Price list
  • Advanced price table
  • Multi-currency tab view
  • Simple shortcode-based integration
  • Dark and light modes
  • Automatic price updates
  • Secure and lightweight implementation

No API key is required because CoinGecko provides a free public API.

Usage

Basic ticker shortcode:

[wlcp_ticker]

Price list:

[wlcp_list]

Price table:

[wlcp_table]

Tabbed crypto view:

[wlcp_tabs]<h3>External Services</h3>

This plugin connects to the CoinGecko API (https://www.coingecko.com/) to retrieve live cryptocurrency price data that is displayed on the website via shortcodes.
The plugin sends HTTP GET requests to the CoinGecko API when the shortcode is rendered on the frontend or when price data is refreshed. The requests may include cryptocurrency identifiers and currency parameters required to fetch the relevant price information.
No personal user data is sent to CoinGecko. The API requests are made server-side using WordPress HTTP functions.

CoinGecko API:
Terms of Service: https://www.coingecko.com/en/terms
Privacy Policy: https://www.coingecko.com/en/privacy

安裝方式

  1. Upload the live-crypto-prices folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the Plugins menu in WordPress.
  3. Go to Crypto Prices in the WordPress admin menu.
  4. Enter CoinGecko coin IDs (comma-separated).
  5. Use the provided shortcodes anywhere on your site.

常見問題集

Does this plugin require an API key?

No. The plugin uses CoinGecko’s free public API.

Can I choose which coins to display?

Yes. You can define CoinGecko coin IDs from the admin settings page.

Does it support dark mode?

Yes. Dark and light modes are available.

Is this plugin lightweight?

Yes. The plugin is optimized for performance and minimal assets.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈Live Crypto Prices〉的開發相關工作。

參與者

將〈Live Crypto Prices〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

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

變更記錄

1.0.4

  • Switched to CoinGecko /coins/markets API
  • Dynamic coin icons, names, and symbols (no manual mapping)
  • Added 24h price change & symbol columns to price table
  • Refactored WLCP_API with get_coin_markets()
  • Fixed missing icons & symbol issues for new coins

1.0.3

Initial public release

1.0.2

  • Fixed CSS enqueue by using wp_register_style() and wp_enqueue_style().
  • Added inline CSS via wp_add_inline_style() to meet WordPress standards.

1.0.1

  • Added external services disclosure for CoinGecko API.
  • Improved plugin documentation for WordPress.org compliance.

1.0.0

  • Initial release
  • Live crypto ticker
  • Price list and table shortcodes
  • Admin settings page
  • CoinGecko API integration