Youtube embedded video - remove final info screen -


is there way can remove final screen of embedded youtube video, has "replay" button, listing other videos, url , embed options etc?

i want video end, , not see else?

thanks

edit: solved it!! rel=0 in video url!

i have following params in video url, made title go, , end info window go:

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

let's have video:

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

you need add option rel (?rel=0) end, parameter.

like this:

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

here can find parameters: youtube parameters, , tricks: tricks


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -