All integration guides
Commerce integration / Shopify
Put product video inside a Shopify theme.
Add focused, responsive product demos and stories to Shopify product templates, landing pages, and editorial sections.
Recommended install
Start with a Custom Liquid section. Use the iframe fallback when the active theme sanitizes or relocates scripts.
Reviewed August 17, 2026
Why this route
Use the platform’s natural insertion point.
Modern Shopify themes organize pages into templates, sections, and blocks. A Custom Liquid section is the lightest route when the theme exposes one; a reusable theme section is better for a larger catalog.
Installation
Four moves from dashboard to live page.
- 1Publish the video and approve the exact storefront origin. Preview domains must be approved separately when used.
- 2From Online Store → Themes, open the theme editor and navigate to the target product or page template.
- 3Add a Custom Liquid section or block and paste the embed code. If the theme has no suitable section, create a small reusable theme section.
- 4Save, preview the storefront, and test the published product page on mobile and desktop.
Custom Liquid section
<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?