Embeddable Widgets
TimeNowHub widgets are designed to be lightweight and honest: iframe-based, branded on the free tier, sandbox-friendly, and good for clocks, overlap checks, and simple “is this team online?” surfaces.
City Widget
A single-city live clock for landing pages, partner pages, and ops dashboards.
Compare Widget
A pair widget that visualizes overlap quality without sending users to a full comparison page.
Status Widget
A compact business-status widget for “is this office awake?” checks.
Dashboard Widget
A broader multi-city embed for teams that want the main dashboard inside an internal wiki.
Default Embed Snippet
<iframe
src="https://timenowhub.com/embed?mode=compare&city=london&city2=new-york"
width="100%"
height="420"
loading="lazy"
sandbox="allow-scripts allow-same-origin"
referrerpolicy="strict-origin-when-cross-origin"
style="border:0;border-radius:24px"
title="TimeNowHub widget"
></iframe> Free Tier Rules
The current free tier stays branded, uses iframe embedding, and is tuned for public sites, documentation, and lightweight internal dashboards. API scale, unbranded widgets, and team analytics are reserved for paid packaging.
Security Notes
The widget route uses a dedicated frame policy so embeds work off-site without weakening the rest of TimeNowHub. Keep the sandbox attribute in place unless you have a strong reason to loosen it.