Elevate your Shopify product pages with embedded videos for increased conversions. No apps needed. Just follow these simple steps!
Displaying videos on your shopify product page can will boost your conversion rate. In this quick tutorial we’ll see how to embed a video on your product page without use of any shopify app.
First thing first, we’re not going to upload the video with our product images. More than likely that would show an error and not the look we’re looking for anyway.
At the bottom left – go to Settings.
Click Files.
At the top right, there’s a button to Upload files.
Now just choose the video you want to put on your product page and Upload.
No need to worry, there’s no coding knowledge required for this step. Basic understanding of English language will suffice.
Here’s the basic HTM code –
video controls=”controls” style=”max-width: 100%; height: auto;”
source src=”your video url here” type=”video/mp4″
Your browser does not support our video.
/source/video
You don’t need any HTML expertise either. Simply replace “your video url here” with the link to your video that you obtained after uploading, ensuring it’s within the quotation marks.
To show the video where you want it, first choose the product page you want to work on.
Go to Setting → Product → All Products → The product page you want to work on.
Now click the Show HTML button.
Then you’ll see the HTML code of this page.
In this case, we have put the code at the end. You can put it any place you want, just don’t put it inside another tag.