Embeddable widgets
Put live water-health on your own site
Free embeddable widgets for rivers trusts, canal trusts, environmental charities, angling and paddle clubs, hire centres, narrowboat charterers, local newsrooms, and community websites. Each widget pulls live Truth Engine data and refreshes every 60 seconds.
All widgets are free for non-commercial and small-commercial use with on-card attribution. For a branded dashboard, bulk member alerts and white-label embeds, see plans for clubs & business.
How it works
Pick a widget below, copy the snippet, and paste it into your CMS. If your site is built by a developer or agency, forward them the snippet — it's a one-line iframe; they'll have it live in a couple of minutes. The technical detail:
- Each widget is an iframe pointing to
https://rivertruth.co.uk/widget/<scope>/<id> - Default size is 360 × 220, but any aspect works.
- Add
?theme=dark for a dark variant; add ?compact=1 for a tighter mini-card. - Refreshes server-side every 60 seconds — no JS framework required on your page.
- Open Government Licence — attribution baked into the card.
National live status
Headline overview of England + Wales — active spills, monitors offline, open Truth Engine flags. Good for newsroom dashboards and campaign websites.
<iframe
src="https://rivertruth.co.uk/widget/national"
width="360"
height="220"
loading="lazy"
title="National live status"
style="border: 1px solid #d9d2c2; border-radius: 8px;"
></iframe>
Specific river
Live status for a featured river. Useful for angling clubs, hire centres, or local news pages covering one stretch.
<iframe
src="https://rivertruth.co.uk/widget/river/severn"
width="360"
height="220"
loading="lazy"
title="Specific river"
style="border: 1px solid #d9d2c2; border-radius: 8px;"
></iframe>
Specific canal
Designed for narrowboat-rental businesses and canal trusts. Same shape as the river widget.
<iframe
src="https://rivertruth.co.uk/widget/canal/grand-union"
width="360"
height="220"
loading="lazy"
title="Specific canal"
style="border: 1px solid #d9d2c2; border-radius: 8px;"
></iframe>
Specific water company
All overflows operated by one company. Useful for shareholder transparency dashboards or accountability campaigns.
<iframe
src="https://rivertruth.co.uk/widget/company/thames"
width="360"
height="220"
loading="lazy"
title="Specific water company"
style="border: 1px solid #d9d2c2; border-radius: 8px;"
></iframe>
Postcode (5 km radius)
Geocodes a UK postcode and watches every overflow within 5 km. Good for neighbourhood / community websites.
<iframe
src="https://rivertruth.co.uk/widget/postcode/wr1-2nn"
width="360"
height="220"
loading="lazy"
title="Postcode (5 km radius)"
style="border: 1px solid #d9d2c2; border-radius: 8px;"
></iframe>
Specific overflow
A single storm overflow's live status — designed for being placed alongside a swim spot or fishing peg.
<iframe
src="https://rivertruth.co.uk/widget/overflow/300"
width="360"
height="220"
loading="lazy"
title="Specific overflow"
style="border: 1px solid #d9d2c2; border-radius: 8px;"
></iframe>
Region or association
Aggregates multiple rivers into one card — designed for angling associations, regional conservation groups, and any partner whose patch covers more than one river.
<iframe
src="https://rivertruth.co.uk/widget/region/severn-and-wye"
width="360"
height="220"
loading="lazy"
title="Region or association"
style="border: 1px solid #d9d2c2; border-radius: 8px;"
></iframe>