Mobile app version of vmapp.org
Login or Join
Harper822

: When embedding a YouTube video with a playlist how can the next video not autoplay? Is there a way to stop autoplay of the next playlist video upon completion of the currently embedded video?

@Harper822

Posted in: #Embed #Video #VideoHosting #Youtube

Is there a way to stop autoplay of the next playlist video upon completion of the currently embedded video?

I just want to play the one that's embedded but nothing else.

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Harper822

1 Comments

Sorted by latest first Latest Oldest Best

 

@Heady270

This article has a way to disable the related that play at the end of the current video: You have to add a rel=0 parameter to the embed URL.

For example:

<iframe width="420" height="315" src="//www.youtube.com/embed/R0V_D4zaEpU?rel=0" frameborder="0" allowfullscreen></iframe>

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme