Embed a GoTimer on your site
Every GoTimer works as an iframe. Grab a URL, paste it into your site, the OBS browser source, a Notion embed block, Google Slides, a classroom projector — anywhere. All customisation happens via URL parameters. No account needed.
Quickstart
<iframe src="https://gotimer.org/embed/countdown?duration=300"
width="400" height="400" frameborder="0"></iframe>For auto-resizing, add the resizer script once per page:
<script src="https://gotimer.org/embed.js"></script>Parameters
Core
label— display label, defaults to timer typecontrols—full|minimal|noneautostart—1starts immediatelystarted— ISO timestamp; duration is offset by elapsed time
Appearance
theme—auto|light|dark|classroom|streaming|darkroombg—transparentor a hex colour like%23112233accent— hex colour for the timer ringfont— Google Font name, e.g.Orbitronsize—xs|sm|md|lg|xl|full
Messages
message— text shown above the timer while runningexpired_message— text shown when the timer hits zero
Watermark
branding—full|minimal|corner|hidden(hidden requirespro_token)
Platform recipes
OBS / Twitch browser source
https://gotimer.org/embed/countdown?duration=300&theme=streaming&bg=transparent&message=Back+in+5+minutes&branding=cornerNotion embed block
https://gotimer.org/embed/countdown?duration=1500&label=Pomodoro&theme=lightClassroom projector
https://gotimer.org/embed/countdown?duration=300&theme=classroom&autostart=1