Descripción
Display the latest cryptocurrency prices on your WordPress site dynamically and beautifully using the CoinMarketCap API. High-performance design features local transient caching to reduce API requests and credit usage.
Features
- CoinMarketCap API Integration: Real-time cryptocurrency price data direct from the leading data provider.
- Premium Themes: Includes three layout themes: Glassmorphism (Glass), Sleek Dark (Dark), and Clean Light (Light).
- Multiple Layouts: Choose between full detailed price Cards or compact inline Badges.
- Local Transient Caching: Extremely efficient local caching that significantly reduces API rate limits and credits.
- Fallback Mode: Keeps displaying the last known prices if the connection/API is temporarily unavailable.
- Shortcode Support: Easy to use
[crypto_price]shortcode with customizable parameters.
Shortcode Guide
Use the shortcode anywhere in your pages, posts, or widgets.
Standard Usage
[crypto_price symbol="BTC"]
Displays a premium glassmorphic price card for Bitcoin in your default currency.
Customizing Currency
[crypto_price symbol="ETH" convert="EUR"]
Displays the price of Ethereum converted to Euros.
Layout & Theme Customization
[crypto_price symbol="SOL" layout="badge" theme="dark"]
Displays Solana price in a compact badge format with the dark theme.
Attribute Reference
symbol– Token symbol (e.g. BTC, ETH, SOL). Default isBTC.convert– Target fiat or crypto currency for conversion (e.g. USD, EUR, GBP, BTC). Default is your default currency settings.layout– Display layout options:card(detailed card format) orbadge(compact inline badge). Default iscard.theme– Layout theme options:glass,dark, orlight. Default isglass.
Capturas





Instalación
This section describes how to install the plugin and get it working.
- Upload the
cryptofolder to the/wp-content/plugins/directory. - Activate the plugin through the ‘Plugins’ menu in WordPress.
- Navigate to Settings > Crypto Settings to input your CoinMarketCap API key and set defaults.
- Add the
[crypto_price]shortcode to your pages, posts, or widgets.
Preguntas frecuentes
-
Where do I get a CoinMarketCap API key?
-
You can sign up for a free developer account and obtain your API key at pro.coinmarketcap.com.
-
What happens if the CoinMarketCap API is down or rates are exceeded?
-
The plugin will enter Offline Fallback mode, safely displaying the last retrieved cache value and showing a subtle indicator for administrators without breaking your page layout.
-
How do I clear the cached prices?
-
You can manually clear all cached transients at any time from the plugin’s settings page under the «Cache Management» section.
Reseñas
Colaboradores y desarrolladores
«Crypto» es un software de código abierto. Las siguientes personas han colaborado con este plugin.
Colaboradores¿Interesado en el desarrollo?
Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.
Registro de cambios
3.0.0
- Complete redesign and code refactoring.
- Added live price display for any CoinMarketCap token.
- Introduced premium glassmorphic, dark, and light layouts/themes.
- Built-in local transient caching and robust offline fallback system.
- Fixed settings page save and connection verification issue.
2.22
- Minor updates and bug fixes.
