LogoTOOLGENIE

Free Embeddable Widgets for Your Website

Copy-paste iframe embeds for ToolGenie's most useful utilities — world clock / timezone converter, Unix epoch converter, password generator, and QR code generator. No signup. Client-side processing. Branded attribution included.

How to Embed a ToolGenie Widget

  1. Pick a widget from the gallery below (or open the full tool page and use Copy embed code).
  2. Optional: choose light/dark theme and iframe height.
  3. Copy the HTML snippet — it includes a lazy-loaded iframe plus a branded credit link with rel="nofollow".
  4. Paste into WordPress Custom HTML, Notion Embed, Webflow embed, or any HTML page.

Available Embeddable Widgets

Each card shows a ready-to-copy snippet. Prefer these embeds when you want a live tool on your page; keep ranking and long-form help on the canonical tool URLs.

World Time Zone Converter

Compare local times across cities — ideal for remote-team pages, intranet dashboards, and meeting planners.

Open full tool
<iframe
  src="https://toolgenie.org/embed/world-time-zone-converter?utm_source=embed&utm_medium=iframe"
  title="World Time Zone Converter by ToolGenie"
  width="100%"
  height="480"
  style="border:0;border-radius:8px;"
  loading="lazy"
  referrerpolicy="no-referrer-when-downgrade"
></iframe>
<p style="margin:8px 0 0;font:14px/1.4 system-ui,sans-serif;">
  <a href="https://toolgenie.org/world-time-zone-converter?utm_source=embed&utm_medium=credit" rel="nofollow noopener" target="_blank">
    World Time Zone Converter by ToolGenie
  </a>
</p>

Epoch Converter

Convert Unix timestamps to dates (and back) for docs sites, engineering wikis, and developer handbooks.

Open full tool
<iframe
  src="https://toolgenie.org/embed/epoch-converter?utm_source=embed&utm_medium=iframe"
  title="Epoch Converter by ToolGenie"
  width="100%"
  height="600"
  style="border:0;border-radius:8px;"
  loading="lazy"
  referrerpolicy="no-referrer-when-downgrade"
></iframe>
<p style="margin:8px 0 0;font:14px/1.4 system-ui,sans-serif;">
  <a href="https://toolgenie.org/epoch-converter?utm_source=embed&utm_medium=credit" rel="nofollow noopener" target="_blank">
    Epoch / Unix Timestamp Converter by ToolGenie
  </a>
</p>

Password Generator

Generate strong random passwords client-side — useful for security guides and onboarding pages.

Open full tool
<iframe
  src="https://toolgenie.org/embed/password-generator?utm_source=embed&utm_medium=iframe"
  title="Password Generator by ToolGenie"
  width="100%"
  height="360"
  style="border:0;border-radius:8px;"
  loading="lazy"
  referrerpolicy="no-referrer-when-downgrade"
></iframe>
<p style="margin:8px 0 0;font:14px/1.4 system-ui,sans-serif;">
  <a href="https://toolgenie.org/password-generator?utm_source=embed&utm_medium=credit" rel="nofollow noopener" target="_blank">
    Free Password Generator by ToolGenie
  </a>
</p>

QR Code Generator

Create downloadable QR codes for URLs and text — great for blog posts, event pages, and print prep.

Open full tool
<iframe
  src="https://toolgenie.org/embed/qr-code-generator?utm_source=embed&utm_medium=iframe"
  title="QR Code Generator by ToolGenie"
  width="100%"
  height="720"
  style="border:0;border-radius:8px;"
  loading="lazy"
  referrerpolicy="no-referrer-when-downgrade"
></iframe>
<p style="margin:8px 0 0;font:14px/1.4 system-ui,sans-serif;">
  <a href="https://toolgenie.org/qr-code-generator?utm_source=embed&utm_medium=credit" rel="nofollow noopener" target="_blank">
    QR Code Generator by ToolGenie
  </a>
</p>

Customize Theme, Size & UTM Parameters

ParameterValuesPurpose
themelight | darkForce color mode inside the iframe. Omit for auto.
utm_sourceembed (default)Analytics source. Included automatically in snippets.
utm_mediumiframe | creditDistinguishes iframe loads from credit-link clicks.
utm_campaignyour-label (optional)Optional campaign label if you track multiple placements.
iframe height200–1200 pxSet on the iframe element (not a URL param). Defaults are tuned per tool.

WordPress, Notion & Other Platforms

  • WordPress: Custom HTML block → paste snippet → publish.
  • Notion: type /embed and paste an /embed/... URL. Tall tools may need scrolling inside Notion's frame.
  • Webflow / Wix / Squarespace: use each platform's Embed / Custom Code element with the full HTML snippet.
  • Plain HTML: paste the snippet anywhere in the body. Prefer HTTPS pages.

Privacy, Security & Attribution

ToolGenie widgets run in the visitor's browser. Password generation, QR creation, and timestamp conversion do not require uploading secrets to ToolGenie servers. The iframe loads ToolGenie static assets and may use analytics events for embed usage (embed_iframe_load, credit clicks).

Keep the default branded credit link. Anchors use rel="nofollow noopener" so embeds support referrals and brand discovery without keyword-rich dofollow widget schemes. Full SEO landing pages remain the canonical tool URLs such as World Time Zone Converter, Epoch Converter, Password Generator, and QR Code Generator.

Embed routes under /embed/* are noindex so search equity stays on this docs hub and the full tool pages. Framing is allowed (ToolGenie does not set X-Frame-Options: DENY on embed views).

Frequently Asked Questions (FAQ)

How do I embed a free world clock or timezone converter on my website?

Open the Embeds page, choose World Time Zone Converter, set an optional theme and height, then click Copy embed code. Paste the iframe HTML into your site. The default snippet includes a branded ToolGenie credit link with rel="nofollow".

How do I add a ToolGenie widget to WordPress?

In the block editor, add a Custom HTML block and paste the iframe snippet from /embeds. Publish or update the page. The widget loads over HTTPS and works in most classic and block themes. If your theme strips iframes, allow HTML embeds for that block.

Can I embed these tools in Notion?

Yes, with limitations. Notion supports embeds via /embed URL paste or an Embed block. Paste the ToolGenie embed URL (for example https://toolgenie.org/embed/epoch-converter). Notion may crop tall widgets — increase height in the snippet or link to the full tool page when space is tight.

What iframe height should I use so the widget is not cut off?

Defaults that work well: World Time Zone Converter 480px, Epoch Converter 600px, Password Generator 360px, and QR Code Generator 720px. If controls feel cramped on mobile, increase height or link visitors to the full tool page.

Do embeds support dark mode and light mode?

Yes. Add theme=light or theme=dark to the embed URL (the copy UI on this page can set it for you). Leave theme unset (auto) to follow the visitor’s existing preference when possible.

Are ToolGenie embeds free for commercial websites?

Yes. You may embed these widgets on commercial sites at no cost. Keep the branded attribution link in the default snippet. Do not wrap the tools in a paid product that implies ToolGenie endorses or hosts your service.

Do I need an account or API key to embed?

No. Embeds are static iframe URLs — no signup, API key, or backend configuration. Tools run in the visitor’s browser.

Is the password generator safe to embed?

The generator runs client-side in the browser using Web Crypto randomness. Passwords are not sent to ToolGenie servers. Still follow normal security practice: prefer a password manager for storage, and never put generated passwords into shareable URLs.

Can I remove the ToolGenie attribution / branding?

No. The branded credit link is required in the default embed snippet. Attribution is nofollow by design — it supports discovery and trust, not PageRank manipulation. If you need a private white-label widget, contact ToolGenie rather than stripping the credit.

Will an iframe widget slow down my site?

The default snippet uses loading="lazy" so the iframe loads when near the viewport. Embeds are lightweight compared with video players. Avoid stacking many heavy embeds above the fold.

Why is my iframe blank?

Check that you used the /embed/... URL (not the full tool page), that your site allows third-party iframes in CSP (frame-src), and that height is large enough. ToolGenie does not send X-Frame-Options: DENY on embed routes. Mixed-content (HTTP page loading HTTPS iframe) is fine; the reverse is not.

Tips for High-Quality Embeds

  • Always give the iframe a descriptive title (included in the default snippet).
  • Link nearby text to the full tool page when you want readers to see guides, FAQs, and Related Tools.
  • For password guidance beyond generation, pair with the password strength checker.
  • Prefer one embed per section — avoid a dashboard of stacked iframes in the first viewport.