**Perfect — let’s upgrade it to a real, live price ticker right now.**
We’ll use **CoinGecko’s free public API** (no API key needed, reliable, and very popular for crypto sites). The ticker will automatically:
- Pull real USD prices for BTC, ETH, SOL, XRP, and BNB.
- Show the 24-hour percentage change (green for up, red for down).
- Refresh automatically every 60 seconds.
- Work inside your Webflow Embed.
### Step-by-step instructions for Webflow
1. Go back to the **Embed element** you added earlier on your Home page.
2. Click it and **delete the old code** that’s currently inside.
3. Paste the **new code block below** into the Embed (this includes the updated ticker + the rest of the homepage so you don’t lose progress).
```html
LIVE PRICES •
Loading BTC...
Loading ETH...
Loading SOL...
Loading XRP...
Loading BNB...
```
### What to do next
1. Paste the whole block above into your Webflow **Embed element**.
2. Make sure you still have the Tailwind CDN script in **Page Settings → Custom Code → Head Code** (the one I told you earlier).
3. Publish the page and refresh it in your browser.
4. You should now see real, updating prices!
Would you like me to:
- Add more coins to the ticker (e.g. DOGE, TON, ADA)?
- Make the ticker scroll faster/slower?
- Add a small sparkline chart next to each price?
- Continue building the rest of the page (Latest News grid, etc.) with more real features?
Just say the word and I’ll keep updating the code for you. How does the live ticker look when you test it?