Drop a small, live-updating ad tech headlines feed into your own site — free, no API key required.
Paste this wherever you want the widget to appear:
<div id="adnuggets-widget"></div> <script src="https://adnuggets.com/widget.js" data-limit="5"></script>
| Attribute | Description |
|---|---|
data-limit | Number of headlines to show (default 5, max 10) |
data-target | ID of the container element to render into (default adnuggets-widget) |
data-theme | dark (default) or light |
data-key | An API Business key — removes the "via Ad Nuggets" branding and raises the cap to 30 headlines |
<div id="my-news-box"></div> <script src="https://adnuggets.com/widget.js" data-target="my-news-box" data-theme="light" data-limit="8"></script>
Pass your API Business key via data-key to drop the Ad Nuggets branding entirely — useful for embedding on a client-facing page:
<div id="adnuggets-widget"></div> <script src="https://adnuggets.com/widget.js" data-key="YOUR_API_BUSINESS_KEY" data-limit="20"></script>
The script fetches a small, cached, public JSON feed (/api/widget/headlines) and renders it client-side — no iframe, no tracking beyond a standard page fetch, no account needed. Headlines are capped and cached for a few minutes, so this isn't a way around the licensed Data API for bulk/programmatic use — it's meant for a lightweight "as seen on" style embed.