Avatar of ckwillGWU
ckwillGWU
Flag for United States of America asked on

Youtube Playlist Embed - How to stop random videos from displaying

What can I do with the following code on youtube when embedding into my site to stop the random videos from displaying at the end of the playlist. I'd rather it restart at the beginning with the play button. How can I make this work? Is there something in youtube that I can do or can the code be edited? Thank you for any help that you can provide.

<iframe width="560" height="315" src="//www.youtube-nocookie.com/embed/videoseries?list=PLT4sgO84bIhRQ6_K7wKdR90qWUElGkRu1" frameborder="0" allowfullscreen></iframe>
JavaScriptHTMLMultimedia Programming

Avatar of undefined
Last Comment
ckwillGWU

8/22/2022 - Mon
ckwillGWU

ASKER
I found that &rel=0  will work, just not sure where to place.
Dave Baldwin

In the normal Youtube embed set up there is a box that you have to check to get that to happen.  I can't see what is available with your link because all it shows is the video.
ASKER CERTIFIED SOLUTION
ckwillGWU

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
ckwillGWU

ASKER
No additional comment
Your help has saved me hundreds of hours of internet surfing.
fblack61
ckwillGWU

ASKER
I found a similar post listing a partial response and found the additional information, he example needed on an external website.