FeaturesHow it worksPricingBlog
All articles
TutorialMay 8, 2025 · 7 min read

Add YouTube Shorts to Your Shopify Product Pages

Why Shopify Product Pages Need Short Video

Static images and a bullet list of features are the default — and they're leaving conversion on the table. Short video answers questions that photos can't: How does it move? How big is it really? What does it feel like to use?

Studies consistently show 20–30% conversion lifts when short video is present on a product page. The challenge has always been implementation — until now.

The Fastest Path: EmbedShorts Shopify App

1. Install EmbedShorts from the Shopify App Store

2. Open your theme editor → Online Store → Themes → Customize

3. Navigate to any product page template

4. Click "Add block" → select **EmbedShorts Widget**

5. In the app settings, paste your YouTube channel URL

6. Publish — done

The block is a native Shopify theme extension. It respects your theme's layout, loads lazily, and doesn't affect your Lighthouse score.

Manual Installation (any theme)

If you want more placement control, open the theme code editor:

<!-- In product.liquid or sections/main-product.liquid -->
<div class="embedshorts-wrapper">
  <script
    src="https://cdn.embedshorts.com/widget.js"
    data-feed="{{ shop.metafields.embedshorts.feed_id }}"
    data-layout="carousel"
    async defer
  ></script>
</div>

Set layout to "Carousel" for product pages — it fits naturally as a horizontal row below the product images.

Best Practices

  • Use the **Carousel layout** — it doesn't dominate the page like a full-height scroll feed does
  • Add a **CTA button** per video linking to the product's add-to-cart anchor (`#add-to-cart`)
  • Limit to **5–8 Shorts** per product — more reduces watch rate
  • **Pin your best-performing Short first** — use EmbedShorts analytics to find it
  • **Test on mobile** — over 70% of Shopify traffic is mobile
  • Measuring Impact

    Track these in Shopify Analytics and EmbedShorts after installing:

  • Add-to-cart rate on pages with vs. without the widget
  • Time on product page (Google Analytics 4 Engagement Time)
  • CTA clicks in EmbedShorts → correlation to purchases
  • Most brands see statistically significant results within 2 weeks of sufficient traffic.

    Ready to add Shorts to your site?

    Free plan available. No credit card. 2-minute setup.

    Start for free →