All integration guides
CMS integration / WordPress
Add a responsive video player to WordPress.
Install SuperDuper Videos in a WordPress page, post, pattern, or template with a Custom HTML block and an origin-aware publication.
Recommended install
Use the universal script in a Custom HTML block. Use the iframe fallback if your host removes script tags.
Reviewed August 17, 2026
Why this route
Use the platform’s natural insertion point.
The universal install keeps the responsive player connected to the page runtime and coordinates multiple players. Some managed WordPress plans restrict scripts, so the iframe is the dependable fallback.
Installation
Four moves from dashboard to live page.
- 1Publish the video in SuperDuper Videos and approve the exact WordPress site origin.
- 2Open the page, post, pattern, or template where the player should appear.
- 3Add a Custom HTML block and paste the universal embed code from the publication panel.
- 4Preview the page, then publish it and test the live URL—not only the editor preview.
Custom HTML block
<div
data-sdv-video="ve_replace_me"
style="display:block;width:100%;aspect-ratio:16/9;background:#020617;"
></div>
<script async src="https://embed.superdupervideos.com/v1/embed.js"></script>More integration guides
Ready for the real snippet?