How to Get Rid of the YouTube Search Bar
For those of you who have your own blog and include YouTube videos on it you will notice that YouTube decided to add a big, ugly YouTube search bar to the top of your embedded videos this morning. You’ll probably also notice that the embedded YouTube videos on my blog are sans ugly bar.
Here’s how you get rid of it:
&showsearch=0
Add that parameter to the end of the video URL when you are embedding it. Remember it shows up twice per embed.
If you are a standardista like myself, use &showsearch=0 instead.
Here’s some example code using YouTube’s default embed code:
<object width="425" height="344">
<param name="movie" value="http://www.youtube.com/v/i2wnwMfmolw&hl=en&showsearch=0"></param>
<embed src="http://www.youtube.com/v/i2wnwMfmolw&hl=en&showsearch=0" type="application/x-shockwave-flash" width="425" height="344"></embed></object>
Below is the standards compliant version, since we all know I haven’t just sailed on that ship, I’m the captain.
<object type="application/x-shockwave-flash" style="width:425px; height:344px;" data="http://www.youtube.com/v/i2wnwMfmolw&showsearch=0">
<param name="movie" value="http://www.youtube.com/v/i2wnwMfmolw&showsearch=0" />
</object>
UPDATE: Apparently I’m not the only one who thinks the new search bar is hella ugly.
I love 





