Is there a way to get ride of the "play on youtube" button that is overlayed on videos when they are embeded? I looked into using the chromeless youtube player but couldn't figure out a way to remove the overlay. Has anyone tried or heard of a way to do this?
|
I've tried this jQuery plugin before; it appears to meet your requirements. I've used it once before and it was pretty simple to use. |
||||
|
|
|
UPDATE: Have you tried using the "modestbranding" player parameter see https://developers.google.com/youtube/player_parameters Example: http://www.youtube.com/v/lT0ReYP3fDA?version=3&controls=0&modestbranding=1&showsearch=0 Removing the “play on youtube” overlay manually is against the Terms of Service.
It isn't very well documented but if you break the Terms of Service in anyway Youtube may blacklist your website. What happens is basically every video will return a 105 error code and stop working. This happened to a site I worked on once and it wasn't easy to get in contact with Google to get the blacklisting revoked (after making changes to be in line with the ToS again). |
||||
|
|