Embed our weather widget

Drop the current conditions for any location into your site with a single <iframe>. No API key, no signup, no JavaScript on your end. It's free.

Compact (default)

320 × 160 — fits in a sidebar or card grid.

<iframe
  src="https://fastweatherforecast.com/embed/widget?lat=YOUR_LAT&lng=YOUR_LNG"
  width="320" height="160"
  loading="lazy"
  style="border: 1px solid #ccc; border-radius: 2px;"
  title="Local weather"></iframe>

Wide layout

540 × 100 — fits a full content column above an article.

<iframe
  src="https://fastweatherforecast.com/embed/widget?lat=YOUR_LAT&lng=YOUR_LNG&size=wide"
  width="540" height="100"
  loading="lazy"
  title="Local weather"></iframe>

Dark theme

Add &theme=dark to the URL.

Parameters

lat & lng
The location's latitude and longitude. Required.
theme
light (default) or dark.
size
compact (default, 320×160) or wide (540×100).

Terms of use

  • Free for any non-commercial or commercial site.
  • Data comes from the National Weather Service. The widget links back to fastweatherforecast.com.
  • Don't strip the "powered by" link — that's the only way we get credit.
  • The widget caches for ~5 minutes at our edge, so it stays fast even on busy pages.