Skip to content
Widget Beta

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.

Overlap Widget

A live overlap summary that links back to the meeting planner with both cities preloaded — good for docs and internal wikis.

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>

Overlap Embed Snippet

The overlap mode shows a live overlap summary and links back to the full meeting planner with both cities preloaded.

<iframe
  src="https://timenowhub.com/embed?mode=overlap&city=london&city2=new-york"
  width="100%"
  height="300"
  loading="lazy"
  sandbox="allow-scripts allow-same-origin"
  referrerpolicy="strict-origin-when-cross-origin"
  style="border:0;border-radius:24px"
  title="TimeNowHub overlap 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.

Related Surfaces