How to stop Youtube player from showing related videos?

How to stop YouTube player from showing related videos?

  • 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 http://www.youtube.com/user/nividhondemand we have uploaded.

  • Answer:

    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" />

Business Inelligence at Web Applications Visit the source

Was this solution helpful to you?

Other answers

If your URL contains any parameters then add &rel=0 at the end of it i.e., http://www.youtube.com/watch?v=joYtqNtZe6w&feature=plcp then add &rel=0 so for example check at last http://www.youtube.com/watch?v=joYtdfdsNtZe6w&feature=plcp&rel=0 If your URL does not have any parameters then add ?rel=0 at the end of it i.e., http://www.youtube.com/embed/joYtqNtZe6w then add ?rel=0 so http://www.youtube.com/embed/joYtqNtZe6w?rel=0

Zuber Surya

You need to add &rel=0 in the end of the link. See this http://alanwho.com/ask/how-to-disable-related-videos-on-embedded-youtube-player/.

Binarylife

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.