Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Youtube embedded video - remove final info screen

Is there a way I can remove the final screen of an embedded YouTube video, that has the "replay" button, listing other videos, URL and Embed options etc?

I just want the video to end, and not see anything else?

Thanks

EDIT: Solved it!! rel=0 in the video URL!

I have the following params in my video URL, that made the title go, and the end info window go:

showsearch=0&showinfo=0&playlist=&modestbranding=1&egm=0&rel=0

like image 923
mp3duck Avatar asked Jul 01 '11 08:07

mp3duck


People also ask

How do you remove the end screen on YouTube?

Remove element typeSelect an element by clicking it in the end screen row of the Editor. To the left of your video, click Delete element . to choose another end screen element. Click SAVE.

How do I turn off related suggested videos embedded on YouTube?

Option 1 – Using the YouTube InterfaceDeselect the first checkbox towards the bottom that says “Show suggested videos when the video finishes”. After deselecting this option you'll notice the embed code updates to allow for this new parameter. Now, simply copy the new embed code and drop it into your HTML.

Do not show suggested videos when the video finishes?

Click on “Embed” and you'll see an embed code. Below it there's a row of adjustments that can be made – the first being “Show Suggested Videos When The Video Finishes”. Make sure this box is unchecked – you will need to manually uncheck it.


2 Answers

Let's say you have this video:

http://www.youtube.com/embed/GeyDf4ooPdo

you need to add the option rel (?rel=0) to the end, as a parameter.

Like this:

http://www.youtube.com/embed/GeyDf4ooPdo?rel=0

Here you can find some parameters: Youtube Parameters, and some tricks: Tricks

like image 144
Francisco Corrales Morales Avatar answered Sep 22 '22 08:09

Francisco Corrales Morales


You can use the &rel=0 parameter to disable related videos at the end. For quick,easy and more customizations of youtube embed player try using Advanced Youtube Embed Code Generator

like image 38
Shan Eapen Koshy Avatar answered Sep 23 '22 08:09

Shan Eapen Koshy