Crypto

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 is BTC.
  • 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) or badge (compact inline badge). Default is card.
  • theme – Layout theme options: glass, dark, or light. Default is glass.

Capturas

Instalación

This section describes how to install the plugin and get it working.

  1. Upload the crypto folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. Navigate to Settings > Crypto Settings to input your CoinMarketCap API key and set defaults.
  4. 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

6 de marzo de 2022
Hi Guys, I am using the plugin for a simple purchase button.. just donations. Some questions: – How can I customize the Connect to Wallet button. I mean fully customize, like adding icons, changing colors, border types etc.. I tried using the shortcode within an elementor button, customizing the button, yes.. it shows the button as I wanted, but when clicking on it, the wallet does not open, so it seems that it does not wok as expected. Any options to customize and still have a functioning button…? Thanks, Pascale
Leer la 1 reseña

Colaboradores y desarrolladores

«Crypto» es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce «Crypto» a tu idioma.

¿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.