How do I embed a video I edited on cava into my shopify product page. It says the snippet starts with iframe
Topic summary
A user wants to embed a Canva-edited video into a Shopify product page using an iframe snippet.
Primary Solution (Traditional Method):
- Upload the video to YouTube or Vimeo first
- Copy the iframe embed code from the hosting platform
- In Shopify admin, edit the product template and add a Custom Liquid section
- Paste the iframe code and save
- A screenshot shows implementation in Dawn theme
Technical Issue Reported:
One user encountered “ERR_CONNECTION_REFUSED” and referrer policy errors when attempting this method, with no resolution provided yet.
Alternative Solution (App-Based):
- Install the free “EmbedAny” app from Shopify App Store
- Share the Canva video as a public link
- Paste the link directly into the product description
- Format the link as italic text
- The app automatically converts it to an interactive embedded video
- Visual guides provided showing the step-by-step process
A video tutorial link was also shared demonstrating the embedding process. The discussion remains open regarding the connection error issue.
Hey @Ecomowner ,
You can add video with product as we add image, but if you want that same video appear on all products then you can follow:
To embed a video on your Shopify product page using an iframe snippet, you can follow these steps:
-
First, upload your edited video to a video hosting platform like YouTube or Vimeo.
-
Once the video is uploaded, locate the embed code provided by the platform. For YouTube, you can find the embed code by clicking on the “Share” button below the video, then selecting the “Embed” option.
-
Copy the iframe embed code provided by the platform.
-
Go to your Shopify admin dashboard and navigate to the product page where you want to embed the video.
-
Edit the default product template
-
In the product editor, add Custom Liquid .
-
Paste the copied iframe embed code into the HTML editor.
-
Save your changes.
Here’s an example of what the iframe embed code might look like:
<iframe width="560" height="315" src="https://www.youtube.com/embed/YOUR_VIDEO_ID" frameborder="0" allowfullscreen=""></iframe>
Replace “https://www.youtube.com/embed/YOUR_VIDEO_ID” with the actual embed URL provided by YouTube or your chosen video hosting platform.
That’s it! Your video should now be embedded on your Shopify product page.
If you still need help then i can made a short video clip for you.
Thanks
Hi @azamgill I tried your code but got the following issue on frontend.
(failed) net::ERR_CONNECTION_REFUSED
Referrer Policy Issue (strict-origin-when-cross-origin)
But in theme editor, i found a little different issue with the above one
(failed) net::ERR_CONNECTION_REFUSED
Referrer Policy Issue (no-referrer-when-downgrade)
What could be the reason?
Hey ![]()
You can easily embed your Canva video in your product description.
Make sure you install EmbedAny app first, it’s free: https://apps.shopify.com/embed
-
Go to Canva, click the share button and select Public View Link. Copy Link.
-
Go to your product edit page, paste the link in product description.
-
Make the link italic and save.
That’s it! Your Canva video will be turned interactive by the app. Here are the visuals.
Please let me know if you face any issues.



