Embed
Put live market signal on your page
One line of HTML renders a live card: what the crowd is pricing, where the platforms diverge, and a link to the full briefing. Free, ~3KB, zero dependencies — it loads a tiny feed, not the whole site.
Quick start
Paste this where you want the card. It shows the top story right now and updates itself:
<div data-crowdtells="top"></div>
<script src="https://crowdtells.com/embed.js" async></script>
Live preview
This is the real widget, running on this page:
Options
| Attribute | What it does |
|---|---|
data-crowdtells="top" | The highest-ranked story right now (default). |
data-crowdtells="<id>" | A specific market by id (from any story’s share link). |
data-category="Politics" | Pin the top story in a category (pairs with the above). |
Pin a specific market:
<div data-crowdtells="<market-id>"></div>
Or a category’s top story:
<div data-crowdtells="top" data-category="Politics"></div>
How it works
The widget fetches a small JSON feed (a few KB, served from our CDN), renders into a Shadow DOM so it can’t clash with your site’s styles, adapts to light or dark automatically, and links each card back to the full briefing. No tracking scripts, no iframes, no cost. If a market has settled and aged out, the card gracefully falls back to a link to the live feed.
Want a different layout, a category strip, or a server-side option? Get in touch — and see our track record for why the signal is worth showing.
See the live feed →