How can I stop the YouTube player from showing related video thumbnails and links? I am in search of YouTube video code that shows only the videos in our YouTube stream, i.e., only the videos we have uploaded.

link|improve this question
feedback

2 Answers

As for the first part of your question, that can be accomplished by adding the URL parameter rel=0 to the YouTube URL embedded in your player HTML code. Like so:

<embed width="560" height="349" type="application/x-shockwave-flash" 
src="http://www.youtube.com/v/VvosvdWfmas?version=3&amp;hl=en_US&amp;rel=0"
allowFullScreen="true" allowscriptaccess="always" allowfullscreen="true" />
link|improve this answer
Will check it out and let you know what i think about your answer. Is this solution already tried out by you? – Business Inelligence Jul 22 '11 at 11:45
1  
Yes. I embedded a video with &rel=0 at the end of the URL string and when the video finished it did not offer to display other videos. – Al Everett Jul 22 '11 at 13:12
feedback

You need to add &rel=0 in the end of the link.

See this link.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.