So often when I’m embedding a Youtube clip on a website for a client, I’m asked to customise it somehow. Now there are a variety of ways this can be done, from removing the “related videos” at the end (which I always do for schools, at the American School in London we must have done this a hundred times a month!) to overlaying images on top of the video entirely, (see danielwagner.com for an example).
But like so many things online, as long as you know the basics yourself, there’s a lot you can do with those.
Just adding little bits of code to the Youtube URL for example can have a big effect.
Example:
4. Hide the search box
The search box appears when you hover over an embedded video. To hide the search box add ‘&showsearch=0′ to the embed url.