Re: How to enter a live stream

Can I embed daily YouTube live streams on my ecommerce store?

GildedSocial
Shopify Partner
66 0 14

Hello,

 

We go live on YouTube daily and wondering how I can have a live feed of my YouTube on my shopify store.

Is something like that possible? 

 

I put a live link in there to begin with and that work. The issue is, that url changes based on the day we go live.

Replies 2 (2)

CodingSolution
Trailblazer
176 12 10

Modify the YouTube embed code to make it dynamic by replacing the src attribute with a placeholder that you can update daily. For example

<iframe id="youtube-embed" width="560" height="315" src="https://www.youtube.com/embed/VIDEO_ID" frameborder="0" allowfullscreen></iframe>

 

banned
GildedSocial
Shopify Partner
66 0 14

That works great, thank you.

 

But is there an automated way to do this. We would like the live stream to just sit on our Home Page and not require a daily update.