Shopify themes, liquid, logos, and UX
i want to embed app in my shopify theme but its showing some error and i want to add youtube video in my website is it possible by code.
Hi @sahilkochhar1,
Go to Online Store > Themes > Customize > Add Custom Liquid Section and paste the code.
<div id="yt-iframe-container">
<iframe width="560" height="315"
src="https://www.youtube.com/embed/YOUR_VIDEO_ID"
frameborder="0" allowfullscreen>
</iframe>
</div>
<style>
#yt-iframe-container {
display: flex;
margin: 20px 0;
justify-content: center;
}
#yt-iframe-container iframe {
width: 50vw;
height: 50vh;
}
@media (max-width: 600px) {
#yt-iframe-container iframe {
width: calc(100% - 20px);
padding: 0 10px;
}
}
</style>
In my theme there is no option for custom liquid section
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025