Adding a live timer to your website used to mean hiring a developer or paying for a widget subscription. Not anymore. GoTimer's timer pages — Pomodoro, countdown, HIIT, classroom, and more — embed directly on any website via a standard HTML iframe. No account required. No monthly fee. No coding beyond a single copy-paste.
This guide walks through exactly how to embed a free online timer on every major website platform, from WordPress to Notion to Carrd. Find your platform in the list below and follow the steps — most take under two minutes.

The Embed Code
Every GoTimer timer page supports iframe embedding. The base code looks like this:
<iframe
src="https://gotimer.org/countdown"
width="100%"
height="520"
frameborder="0"
allow="autoplay"
title="Free Online Timer">
</iframe>
Swap the src for whichever timer you need:
| Timer | URL to use in src |
|---|---|
| Countdown timer | https://gotimer.org/countdown |
| Pomodoro timer | https://gotimer.org/pomodoro-timer |
| HIIT interval timer | https://gotimer.org/hiit-timer |
| Classroom timer | https://gotimer.org/classroom-timer |
| Meditation timer | https://gotimer.org/meditation-timer |
| Breathing timer | https://gotimer.org/breathing-timer |
| Study timer | https://gotimer.org/study-timer |
| Chess clock | https://gotimer.org/chess-clock |
| Egg timer | https://gotimer.org/egg-timer |
| 5-minute timer | https://gotimer.org/5-minute-timer |
| 10-minute timer | https://gotimer.org/10-minute-timer |
| 25-minute timer | https://gotimer.org/25-minute-timer |
width="100%" to make the timer responsive — it will scale to fit any screen size. Use a fixed pixel value (e.g., width="700") only if you need a precise fixed layout.Once you have your embed code ready, find your platform below.
Tier 1 Platforms
WordPress
WordPress is the most flexible option. You can embed the timer in a post, page, or widget area.
Using the Block Editor (Gutenberg):
- Open your post or page in the WordPress editor.
- Click the + button to add a new block.
- Search for Custom HTML and select it.
- Paste the iframe embed code into the block.
- Click Preview to confirm it renders, then Publish or Update.
Using the Classic Editor:
- Open your post or page and switch to the Text tab (not Visual).
- Place your cursor where you want the timer to appear.
- Paste the iframe code directly into the HTML.
- Switch back to Visual to preview, then Publish.
In a sidebar widget:
- Go to Appearance → Widgets.
- Add a Custom HTML widget to your desired sidebar or footer area.
- Paste the iframe code and save.
gotimer.org as a trusted source in the plugin settings.Wix
- In the Wix Editor, click Add Elements (the + icon on the left panel).
- Go to Embed → Embed a Widget → Custom Embeds → Embed HTML.
- An HTML box appears on your canvas. Click Enter Code.
- Paste the iframe code and click Update.
- Drag and resize the embed box to fit your layout.
- Click Publish.
Note: Wix requires a paid plan to use the HTML Embed element on your live site.
Squarespace
- Open the page where you want the timer in the Squarespace editor.
- Click an existing block area or + to add a new section.
- Select Embed or Code block (depending on your template version).
- In the code block, select HTML mode and paste the iframe code.
- Click Apply then Save.
Note: Squarespace requires a Business plan or higher to render custom code blocks on live pages.
Shopify
- In your Shopify Admin, go to Online Store → Pages (or Blog Posts).
- Open the page you want to edit.
- In the rich text editor, click the < > (Show HTML) button.
- Find the location in the HTML where you want the timer and paste the iframe code.
- Click Save.
Webflow
- Open your project in the Webflow Designer.
- In the left panel, go to Add Elements → search for Embed.
- Drag the HTML Embed element onto your canvas.
- Double-click it to open the code editor.
- Paste the iframe code and click Save & Close.
- Publish your site.
overflow: hidden and position: relative for clean responsive behaviour.Google Sites
- Open your Google Site in edit mode.
- Click Insert in the top right menu.
- Select Embed.
- In the dialog, click the Embed code tab.
- Paste the iframe code and click Next, then Insert.
- Resize and position the embed on your page.
- Click Publish.
Countdown Timer
Free online timer — no signup required

Tier 2 Platforms
Notion
- In your Notion page, type
/embedand press Enter. - Paste the GoTimer URL (e.g.,
https://gotimer.org/pomodoro-timer) into the box. - Click Embed link.
- The timer will appear inline. Drag the resize handle at the bottom to adjust height.
Important: Paste just the GoTimer URL — not the full <iframe> tag.
Framer
- In your Framer project, press I to open the Insert menu.
- Search for Embed and drag it onto your canvas.
- In the right panel under Content, enter the GoTimer timer URL.
- Adjust width and height in the panel, then publish.
Ghost
- In the Ghost editor, type
/to open the command menu. - Select HTML card.
- Paste the iframe code into the HTML card.
- The timer previews in the editor and renders live on your published post.
Weebly
- Open the Weebly editor and navigate to your page.
- From the element library on the left, drag an Embed Code element onto your page.
- Click the element, then Edit Custom HTML.
- Paste the iframe code and click Save.
- Publish your site.
Blogger (Blogspot)
- Open your Blogger post in the editor.
- Switch to HTML view.
- Paste the iframe code where you want the timer to appear.
- Switch back to Compose to preview, then publish.
HubSpot CMS
- In HubSpot, open the page or blog post in the drag-and-drop editor.
- Add a Rich Text module to your layout.
- Click inside the module, then click the < > (source code) icon in the toolbar.
- Paste the iframe code into the HTML source and click OK.
- Update and publish.
Carrd
- Open your Carrd site in the editor.
- Click + to add a new element.
- Select Embed.
- In the embed type, choose Code.
- Paste the iframe code into the code box.
- Adjust sizing as needed and publish.
Jimdo
- In your Jimdo editor, click + to add an element.
- Select Widget/HTML.
- Paste the iframe code into the field.
- Click Save and publish.
Countdown Timer
Free online timer — no signup required
Sizing and Responsive Tips
For responsive layouts (recommended):
<div style="position:relative; width:100%; max-width:700px; margin:0 auto;">
<iframe
src="https://gotimer.org/countdown"
width="100%"
height="520"
frameborder="0"
allow="autoplay"
title="Free Online Timer"
loading="lazy">
</iframe>
</div>
Recommended heights by timer type:
| Timer | Recommended height | |---|---| | Countdown / Pomodoro | 500–540px | | HIIT / Round timer | 540–580px | | Classroom timer | 480–520px | | Chess clock | 520–560px |

Which Timer Should You Embed?
- Blog post about productivity or focus → Pomodoro timer
- Event announcement or product launch → Countdown timer
- Fitness or workout page → HIIT timer
- Teacher or classroom resource page → Classroom timer
- Wellness or meditation content → Meditation timer
- Recipe or cooking article → Egg timer
- Study or revision guide → Study timer
- Meeting or presentation resource → Countdown or Chess clock
All GoTimer timers are free, require no signup, and work on any device.
Countdown Timer
Free online timer — no signup required
