0
votes

I've been trying to let an embedded youtube video play automatically.

My link looks like this: https://www.youtube.com/embed/IJNR2EpS0jw?rel=o&?autoplay=1&mute=1 SO i've added the parameters ?rel=0, ?autoplay=1 ,mute=1

the Posts I've followed are : Embedded YouTube iframes No Longer Autoplay Autoplay embedded a YouTube Video

Is this actually possible due to the private changes of Autoplay and muted autoplay?

1

1 Answers

1
votes

Yes it is possible to autoplay muted YouTube video, but the problem in your embed link is the ?(question mark you have used before autoplay, which is not letting it to autoplay).
Use https://www.youtube.com/embed/IJNR2EpS0jw?rel=0&autoplay=1&mute=1, and I hope this will work.