Free Embeddable Timer Widget

Add a clean countdown timer to a class page, blog post, workshop page, or team note with one script tag.

Embed code

<script src="https://clockfresh.com/embed/timer.js" data-minutes="5" data-label="Break timer"></script>

Options

  • data-minutes="5" sets the duration in minutes.
  • data-seconds="90" sets an exact duration and overrides minutes.
  • data-label="Break timer" changes the title inside the widget.
  • data-accent="#20b6a2" changes the start button color.
  • data-link="https://clockfresh.com/timer" changes the attribution destination.

Questions

Can I embed this timer on any website?
Yes. Add the script tag to a page where custom HTML is allowed. The widget renders in a small Shadow DOM block and does not require an account.
Can I change the duration?
Yes. Set data-minutes for simple minute timers or data-seconds for an exact duration.
Does the widget track visitors?
No. The widget is a static JavaScript file. It runs locally in the visitor browser and includes a small Clockfresh attribution link.