Copy and paste
Place this where you want the list to appear. Nothing else is required.
<div data-aiu-news data-theme="light" data-limit="5"></div>
<script src="https://aiunderstanding.org/widget.js" async></script>Live preview
This is the real widget, loading the real feed from this site.
Light (data-theme="light")
Dark (data-theme="dark")
Options
data-theme:light(default),dark, orautoto follow the visitor's system setting.data-limit: number of stories, 1 to 5. Default 5.- Place several containers on one page if you need more than one list; the script mounts each one.
Dark example:
<div data-aiu-news data-theme="dark" data-limit="3"></div>
<script src="https://aiunderstanding.org/widget.js" async></script>Prefer raw data?
The widget reads /api/embed/news, a public JSON endpoint (CORS enabled, cached for five minutes) with each story's title, link, source image, publication time and category. You may build your own presentation from it under the same terms below. Full-text syndication feeds for publishers are listed on the news page.
Terms
- Attribution is required. The “AI Understanding” link the widget renders must stay visible and clickable. If you build a custom presentation from the JSON, include a visible link to
https://aiunderstanding.org/news. - Headlines, images and links must not be altered, and stories must link to aiunderstanding.org, which links to each verified primary source.
- Story images are served from their verified source coverage and may be displayed only alongside the linked story.
- Free for personal, educational, nonprofit and commercial sites. Do not present the widget as an endorsement by AI Understanding.
- The widget sets no cookies and collects no visitor data; it makes one request to aiunderstanding.org for the story list.
- We may change or discontinue the endpoint; the script is versioned and will fail quietly with a link to the news page.
Questions or a high-traffic deployment? Email [email protected].