Free UK Time & Countdown Widgets
Add a live UK clock, exam results countdown or next bank holiday widget to your own website in minutes. The widgets are completely free, lightweight and update live in your visitor's browser — no cookies, no tracking and no sign-up required.
How to add a widget to your site
- 1Paste the widget div wherever you want the widget to appear on your page — for example
<div class="timeinuk-widget" data-widget="uk-clock"></div>. - 2Add the loader script once anywhere on the page (once is enough, even if you embed several widgets):
<script src="https://timeinuk.co.uk/widgets/timeinuk-widget.js" async></script>. - 3That's it. The script finds every
.timeinuk-widgetdiv on the page and renders the matching widget into it. You can place multiple widgets on the same page with a single script tag.
Prefer not to add a script? Each widget below also has an iframe fallback you can paste instead. If you use the iframe, please keep the visible “Powered by TimeInUK” link below it.
1. UK Clock Widget
A clean, always-accurate live clock showing the current time in the United Kingdom with the date and an automatic GMT or BST label. It updates every second in the visitor's browser and handles the clock changes automatically, so it's perfect for news sites, blogs, expat communities and any page with a UK audience.
Live preview
Primary method — script
<div class="timeinuk-widget" data-widget="uk-clock"></div>
<script src="https://timeinuk.co.uk/widgets/timeinuk-widget.js" async></script>Iframe fallback
<iframe src="https://timeinuk.co.uk/widgets/embed.html?widget=uk-clock" width="300" height="140" style="border:0" loading="lazy" title="UK Time widget by TimeInUK"></iframe>
<p><a href="https://timeinuk.co.uk/uk-time-now/">Powered by TimeInUK</a></p>2. Exam Results Countdown Widget
A live countdown to UK A-Level or GCSE Results Day 2026, updating every second down to the exact 8:00am release time. Great for schools, colleges, student blogs and parents who want a visible reminder of results day. Choose A-Level or GCSE with the data-type attribute.
Live preview
Primary method — script (A-Level)
<div class="timeinuk-widget" data-widget="exam-countdown" data-type="a-level"></div>
<script src="https://timeinuk.co.uk/widgets/timeinuk-widget.js" async></script>Iframe fallback (A-Level)
<iframe src="https://timeinuk.co.uk/widgets/embed.html?widget=exam-countdown&type=a-level" width="320" height="170" style="border:0" loading="lazy" title="A-Level results countdown by TimeInUK"></iframe>
<p><a href="https://timeinuk.co.uk/days-until-a-level-results-day/">Powered by TimeInUK</a></p>GCSE version
For a GCSE Results Day countdown, change the attribute todata-type="gcse":
<div class="timeinuk-widget" data-widget="exam-countdown" data-type="gcse"></div>Or use the iframe:https://timeinuk.co.uk/widgets/embed.html?widget=exam-countdown&type=gcse
3. Next Bank Holiday Widget
Shows the next upcoming UK bank holiday for a chosen region, with the holiday name, date and a live days-remaining count. Bank holidays differ across the UK, so you can pick England & Wales, Scotland or Northern Ireland with the data-region attribute. Ideal for local business sites, event listings and community pages.
Live preview
Primary method — script (England & Wales)
<div class="timeinuk-widget" data-widget="next-bank-holiday" data-region="england-wales"></div>
<script src="https://timeinuk.co.uk/widgets/timeinuk-widget.js" async></script>Iframe fallback (England & Wales)
<iframe src="https://timeinuk.co.uk/widgets/embed.html?widget=next-bank-holiday®ion=england-wales" width="300" height="160" style="border:0" loading="lazy" title="Next UK bank holiday widget by TimeInUK"></iframe>
<p><a href="https://timeinuk.co.uk/days-until-next-bank-holiday/">Powered by TimeInUK</a></p>Other regions
Use data-region="scotland" ordata-region="northern-ireland":
<div class="timeinuk-widget" data-widget="next-bank-holiday" data-region="scotland"></div>
<div class="timeinuk-widget" data-widget="next-bank-holiday" data-region="northern-ireland"></div>Fair use & attribution
These widgets are provided free of charge for use on any website. In return, please keep the visible “Powered by TimeInUK” attribution link so other people can find and use the widgets too. The script method includes the attribution automatically inside each widget; if you use the iframe fallback, please add the attribution link yourself, just outside the iframe. Please don't strip the attribution, pass the widgets off as your own, or resell them. Thank you for keeping the service free for everyone.
Are the TimeInUK widgets free to use?
Yes. The UK clock, exam results countdown and next bank holiday widgets are completely free to embed on any website. There is no sign-up, no API key and no usage limit for normal use.
Will the widgets slow my website down?
No. The widget loader is a single small vanilla JavaScript file with no dependencies, no external requests and no tracking. It loads asynchronously and only updates the time or countdown in the visitor's browser. The iframe fallback is lazy-loaded and equally lightweight.
Do the widgets use cookies or track my visitors?
No. The widgets set no cookies, use no localStorage, make no external network requests and collect no personal data. They are fully privacy-friendly.
Can I use an iframe instead of a script?
Yes. Each widget has an iframe fallback that loads from timeinuk.co.uk/widgets/embed.html. This is useful if your CMS or hosting platform blocks external scripts. If you use the iframe, please keep the visible "Powered by TimeInUK" attribution link outside the iframe.
Do I have to keep the TimeInUK attribution link?
The widgets are free in exchange for a visible attribution link back to TimeInUK. The script method includes a small "Powered by TimeInUK" link inside the widget automatically. If you use the iframe, please add the attribution link yourself outside the iframe. Thank you for supporting this free service.