Sample embeds

Put the programme on your event website.

Every view below is live. It is the same widget your visitors would load, reading Cicero Forum 2026 as it stands right now. Copy a snippet and it renders your event instead.

Agenda grid

A per-day grid with room columns and a time gutter.

Paste into your event website
<div data-cicero-embed="agenda" data-event="demo"></div>
<script src="https://cicero-three.vercel.app/embed.js" async></script>
Site strips script tags? Use the iframe instead
<iframe src="https://cicero-three.vercel.app/embed/demo/agenda" title="Agenda grid" style="width:100%;height:780px;border:0" loading="lazy"></iframe>

Sessions list

Searchable, filterable session cards.

Paste into your event website
<div data-cicero-embed="sessions" data-event="demo"></div>
<script src="https://cicero-three.vercel.app/embed.js" async></script>
Site strips script tags? Use the iframe instead
<iframe src="https://cicero-three.vercel.app/embed/demo/sessions" title="Sessions list" style="width:100%;height:780px;border:0" loading="lazy"></iframe>

Speakers list

An alphabetical speaker directory that drills into a profile.

Paste into your event website
<div data-cicero-embed="speakers" data-event="demo"></div>
<script src="https://cicero-three.vercel.app/embed.js" async></script>
Site strips script tags? Use the iframe instead
<iframe src="https://cicero-three.vercel.app/embed/demo/speakers" title="Speakers list" style="width:100%;height:760px;border:0" loading="lazy"></iframe>

Schedule itinerary

Chronological cards inside day tabs, with a personal schedule.

Paste into your event website
<div data-cicero-embed="itinerary" data-event="demo"></div>
<script src="https://cicero-three.vercel.app/embed.js" async></script>
Site strips script tags? Use the iframe instead
<iframe src="https://cicero-three.vercel.app/embed/demo/itinerary" title="Schedule itinerary" style="width:100%;height:760px;border:0" loading="lazy"></iframe>

Sponsor wall

Published sponsors and exhibitors, grouped by type and tier.

Paste into your event website
<div data-cicero-embed="sponsors" data-event="demo"></div>
<script src="https://cicero-three.vercel.app/embed.js" async></script>
Site strips script tags? Use the iframe instead
<iframe src="https://cicero-three.vercel.app/embed/demo/sponsors" title="Sponsor wall" style="width:100%;height:620px;border:0" loading="lazy"></iframe>

Build your own.

The embed studio in the organizer workspace filters by track, room, day, or speaker, restyles the widget to match your site, and hands back the same two snippets.