How to Remove Titles and Ratings from YouTube Embeds
YouTube recently added titles and ratings to poster frames in embeddable players, but they might not blend well with all site layouts. That’s why YouTube has included an option to remove them. Just add &showinfo=0 to the video URL in your embed code.
For instance, this:
<object width=”480″ height=”295″><param name=”movie” value=”http://www.youtube.com/v/s5vHnVg6iT0&hl=en&fs=1″></param><param name=”allowFullScreen” value=”true”></param><param name=”allowscriptaccess” value=”always”></param><embed src=”http://www.youtube.com/v/s5vHnVg6iT0&hl=en&fs=1″ type=”application/x-shockwave-flash” allowscriptaccess=”always” allowfullscreen=”true” width=”480″ height=”295″></embed></object>
…becomes this:
<object width=”480″ height=”295″><param name=”movie” value=”http://www.youtube.com/v/s5vHnVg6iT0&hl=en&fs=1&showinfo=0“></param><param name=”allowFullScreen” value=”true”></param><param name=”allowscriptaccess” value=”always”></param><embed src=”http://www.youtube.com/v/s5vHnVg6iT0&hl=en&fs=1&showinfo=0” type=”application/x-shockwave-flash” allowscriptaccess=”always” allowfullscreen=”true” width=”480″ height=”295″></embed></object>
Note that the video URL appears twice in the embed code. You can see the parameter in action in the embedded YouTube video below. Notice the absence of titles and ratings in the poster frame.
Hope YouTube can roll this option into their clickable embed customization options. Not everyone has the patience to fiddle with code to get the right look. Do you prefer to embed YouTube videos with or without titles and ratings?
|
Like This Post: Share This Post: Buzz This Post |





I have tried several times to follow your instructions and can’t seem to get it to work. I tried to copy and paste my video information here for you to look at, but it wouldn’t let me. Is there a way to contact you directly via email to get some help with this?
I just sent you an email, Debbie. Hope I can help.
It worked! Thanks ever so much!
Di
It worked! Thanks so much!
For some reason this solution did not work for me. I did get the functionality i was looking for by using “rel=0″ instead of “showinfo=0″