Getting Started with XBO Market Kit
Add real-time cryptocurrency market data to your WordPress site in under 5 minutes
Installation
Step 1: Download the Plugin
Clone or download the plugin from GitHub:
git clone https://github.com/atlantdak/claude-code-hackathon-xbo-market-kit.git
Or download the ZIP file directly.
Step 2: Upload to WordPress
Upload the xbo-market-kit folder to your WordPress installation:
/wp-content/plugins/xbo-market-kit/
Or upload via WordPress admin: Plugins → Add New → Upload Plugin
Step 3: Install Dependencies
Navigate to the plugin directory and install Composer dependencies:
cd wp-content/plugins/xbo-market-kit
composer install
Step 4: Activate the Plugin
Go to Plugins → Installed Plugins and click Activate for “XBO Market Kit”.
Adding Your First Widget
Method 1: Gutenberg Block
- Edit any page or post
- Click + to add a block
- Search for “XBO” or “Ticker”
- Select the widget block
- Configure in sidebar panel
Method 2: Shortcode
Add a shortcode anywhere:
BTCBTC/USDT--0.00%
ETHETH/USDT--0.00%
Works in posts, pages, widgets, and theme templates.
Available Widgets
| Widget | Block Name | Shortcode | ||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Ticker | XBO Ticker | | ||||||||||||||||||||||||||||||||||||
| Top Movers | XBO Top Movers | | ||||||||||||||||||||||||||||||||||||
| Order Book | XBO Order Book | | ||||||||||||||||||||||||||||||||||||
| Recent Trades | XBO Recent Trades | | ||||||||||||||||||||||||||||||||||||
| Slippage Calculator | XBO Slippage | |
Next Steps
🎨 Explore All Widgets
View the Widgets Overview to see all 5 widgets with detailed descriptions and use cases.
📚 Read the Docs
API Documentation for REST endpoints, block attributes, and custom integrations.
💡 See Examples
Visit Showcase to see all widgets in action with live data.
Need Help?
Found a bug or have a feature request? Open an issue on GitHub
