WordPress Embed Examples - TimeristWP v2.0

Copy and paste these code snippets into your WordPress pages or posts, or use the TimeristWP plugin shortcodes.

1. Countdown Timer

<iframe src="https://timerist.com/wp-content/uploads/sites/13/timerist/countdown.html" 
        width="100%" 
        height="600" 
        frameborder="0" 
        scrolling="no">
</iframe>

2. Tabata Timer

<iframe src="https://timerist.com/wp-content/uploads/sites/13/timerist/tabata.html" 
        width="100%" 
        height="600" 
        frameborder="0" 
        scrolling="no">
</iframe>

3. Interval Timer

<iframe src="https://timerist.com/wp-content/uploads/sites/13/timerist/interval.html" 
        width="100%" 
        height="600" 
        frameborder="0" 
        scrolling="no">
</iframe>

4. EMOM Timer

<iframe src="https://timerist.com/wp-content/uploads/sites/13/timerist/emom.html" 
        width="100%" 
        height="600" 
        frameborder="0" 
        scrolling="no">
</iframe>

5. Stopwatch

<iframe src="https://timerist.com/wp-content/uploads/sites/13/timerist/stopwatch.html" 
        width="100%" 
        height="600" 
        frameborder="0" 
        scrolling="no">
</iframe>

6. Custom Timer

<iframe src="https://timerist.com/wp-content/uploads/sites/13/timerist/custom.html" 
        width="100%" 
        height="700" 
        frameborder="0" 
        scrolling="no">
</iframe>

Method 1: Using iframe (Manual Embed)

  1. In WordPress, add a "Custom HTML" block to your page or post
  2. Paste the iframe code for the timer you want to embed
  3. Adjust the height value if needed (600px works well for most timers)
  4. Publish your page!

Method 2: Using TimeristWP Plugin Shortcodes (Recommended)

If you have the TimeristWP plugin installed, you can use shortcodes instead:

[timerist_tabata height="600"]
[timerist_countdown height="600"]
[timerist type="emom" height="600"]

See the TimeristWP plugin documentation for all available shortcodes.

Note: Make sure your WordPress site allows iframe embeds. Some security plugins may block iframes by default.