Copy and paste these code snippets into your WordPress pages or posts, or use the PlaylistsWP plugin shortcodes.
<iframe src="https://playlists.com/wp-content/uploads/sites/13/playlists/countdown.html"
width="100%"
height="600"
frameborder="0"
scrolling="no">
</iframe>
<iframe src="https://playlists.com/wp-content/uploads/sites/13/playlists/tabata.html"
width="100%"
height="600"
frameborder="0"
scrolling="no">
</iframe>
<iframe src="https://playlists.com/wp-content/uploads/sites/13/playlists/interval.html"
width="100%"
height="600"
frameborder="0"
scrolling="no">
</iframe>
<iframe src="https://playlists.com/wp-content/uploads/sites/13/playlists/emom.html"
width="100%"
height="600"
frameborder="0"
scrolling="no">
</iframe>
<iframe src="https://playlists.com/wp-content/uploads/sites/13/playlists/stopwatch.html"
width="100%"
height="600"
frameborder="0"
scrolling="no">
</iframe>
<iframe src="https://playlists.com/wp-content/uploads/sites/13/playlists/custom.html"
width="100%"
height="700"
frameborder="0"
scrolling="no">
</iframe>
height value if needed (600px works well for most timers)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.