Usually when we run a video on YouTube and after video ends, few YouTube related video thumbnails appears. But that is OK it is on YouTube only but we take the whole procedure on our personal web or blog then this condition is not suitable because those YouTube related thumbnails are taken from other YouTube channels not only yours. So here the question is that how to stop displaying YouTube related thumbnails after video ends, let make it simple and go ahead.
Stop Displaying YouTube Related Thumbnails After Video Ends:
There is nothing like impossible when you struggle for something. There is only a minor changes required in URL to stop displaying YouTube related thumbnails after video ends. Follow the below step by step briefing to implement this process.
Step 1:
First select the video URL, which you want to embed or add on your web page.
Step 2:
Add the following below lines/words/characters at the end of the URL to stop YouTube related thumbnails after video ends.
?rel=o
After apply the above trick on URL, URL will be looks like that,
https://www.youtube.com/watch?v=3_e2JyAYng8?rel=0
From this way after video ends there will “0” related videos means no video thumbnails anymore.
Above trick is pretty simple but stunning where as I saw.
After implement this above method in YouTube iframe cod, then iframe code will be looks like that,
<iframe width="560" height="315" src="https://www.youtube.com/embed/3_e2JyAYng8?rel=0" frameborder="0" allowfullscreen></iframe>
Hopefully, this way will help you to avoid related thumbnails after video ends.
Let us know, if you think you got an accurate answer for which you were searching. If you have any question so don’t hesitate to ask your queries by comment below or directly can join us on our community forum.
Hi, with this method we can stop displaying related thumbnails on embedded videos. Is there the possibility to “hide” related thumbnails also for video on YouTube?
That is not under your control where as I know.
Thanks!