Embed
Drop intltime into any page.
Self-updating widgets you can paste into Notion, Slack canvas, GitHub READMEs, an intranet, a Shopify product page, or any HTML document. No script tag. No API key. No tracking. Just an iframe to intltime.com.
The embedded page sets Content-Security-Policy: frame-ancestors * so any origin can host the iframe.
Single-city clock
Live local time for any city. Add ?city=<slug> or ?tz=<IANA> and an optional ?label=. 12h or 24h with ?hf=24.
Snippet
<iframe src="https://intltime.com/embed/clock?city=tokyo&hf=12" width="320" height="140" frameborder="0" loading="lazy" style="border:0;border-radius:12px"></iframe>
World-clock strip
Multi-city strip. Comma-separate city slugs in ?cities=. Up to 8 cities. Night hours dim automatically.
Snippet
<iframe src="https://intltime.com/embed/world-clock?cities=san-francisco,new-york,london,berlin,tokyo&hf=12" width="640" height="110" frameborder="0" loading="lazy" style="border:0;border-radius:12px"></iframe>
Countdown
Counts down to any UTC ISO timestamp. ?t=2026-12-25T00:00:00Z&label=Christmas. Auto-flips to "It's time." on arrival.
Snippet
<iframe src="https://intltime.com/embed/countdown?t=2026-12-25T00:00:00Z&label=Christmas" width="360" height="160" frameborder="0" loading="lazy" style="border:0;border-radius:12px"></iframe>
Week-number badge
Current week number — ISO, US, or Middle East. ?system=iso. Stays accurate forever; intltime computes it per request.
Snippet
<iframe src="https://intltime.com/embed/week-number?system=iso" width="200" height="160" frameborder="0" loading="lazy" style="border:0;border-radius:12px"></iframe>
More coming
Planner embeds (drop a meeting-plan grid into a Notion doc) and team-strip embeds (a named-member dashboard for your team's internal wiki) land in the next slice. Tell us what you'd embed at /feedback.