WordPress Embed Examples - PlaylistsWP v2.0

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

1. Countdown Timer

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

2. Tabata Timer

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

3. Interval Timer

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

4. EMOM Timer

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

5. Stopwatch

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

6. Custom Timer

<iframe src="https://playlists.com/wp-content/uploads/sites/13/playlists/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 PlaylistsWP Plugin Shortcodes (Recommended)

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

[playlists_tabata height="600"]
[playlists_countdown height="600"]
[playlists type="emom" height="600"]

See the PlaylistsWP plugin documentation for all available shortcodes.

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