Live Crypto Prices

Description

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

Installation

  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.

FAQ

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.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Live Crypto Prices” adalah perisian sumber terbuka. Orang-orang berikut telah menyumbang kepada pemalam ini.

Penyumbang

Changelog

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