Opis
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
Instalacja
- Upload the
live-crypto-pricesfolder to the/wp-content/plugins/directory. - Activate the plugin through the Plugins menu in WordPress.
- Go to Crypto Prices in the WordPress admin menu.
- Enter CoinGecko coin IDs (comma-separated).
- Use the provided shortcodes anywhere on your site.
Najczęściej zadawane pytania
-
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.
Recenzje
Wtyczka nie ma jeszcze żadnej recenzji.
Kontrybutorzy i deweloperzy
„Live Crypto Prices” jest oprogramowaniem open source. Poniższe osoby miały wkład w rozwój wtyczki.
ZaangażowaniPrzetłumacz wtyczkę “Live Crypto Prices” na swój język.
Interesuje cię rozwój wtyczki?
Przeglądaj kod, sprawdź repozytorium SVN lub czytaj dziennik rozwoju przez RSS.
Rejestr zmian
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
