Embeddable Widgets
Free cryptocurrency widgets that can be embedded on external websites via iframe.
Overview
CoinTrail provides embeddable widgets that website owners can add to their sites. This drives traffic back to your platform and provides value to other websites.
Screenshot: Widgets gallery page with embed codes
frontend/widgets-gallery.png
Widget gallery on the frontend
Available Widgets
1. Price Ticker Widget
A horizontal scrolling ticker showing live cryptocurrency prices.
URL
/widgets/price-ticker?coins=bitcoin,ethereum,tether&theme=light
Parameters
| Parameter | Default | Description |
|---|---|---|
coins | bitcoin,ethereum,tether | Comma-separated coin IDs |
theme | light | light or dark |
Embed Code
HTML
<iframe
src="https://yourdomain.com/widgets/price-ticker?coins=bitcoin,ethereum&theme=light"
width="100%"
height="60"
frameborder="0"
></iframe>
2. Converter Widget
A crypto-to-crypto or crypto-to-fiat converter.
URL
/widgets/converter?from=bitcoin&to=ethereum&theme=light
Parameters
| Parameter | Default | Description |
|---|---|---|
from | bitcoin | Source coin ID |
to | ethereum | Target coin ID |
theme | light | light or dark |
Embed Code
HTML
<iframe
src="https://yourdomain.com/widgets/converter?from=bitcoin&to=usd&theme=dark"
width="300"
height="200"
frameborder="0"
></iframe>
3. Market Overview Widget
A compact table showing top cryptocurrencies with price and change data.
URL
/widgets/market-overview?limit=10&theme=light
Parameters
| Parameter | Default | Description |
|---|---|---|
limit | 10 | Number of coins (max 50) |
theme | light | light or dark |
Embed Code
HTML
<iframe
src="https://yourdomain.com/widgets/market-overview?limit=10&theme=light"
width="400"
height="500"
frameborder="0"
></iframe>
Widget Gallery Page
Direct users to the widgets gallery at /widgets where they can:
- Preview all available widgets
- Customize widget parameters
- Copy embed codes
Theme Options
All widgets support light and dark themes to match the embedding website's design:
theme=light- White background, dark texttheme=dark- Dark background, light text
Branding Opportunity
Widgets include a small "Powered by CoinTrail" link back to your site, driving referral traffic.