Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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?

share|improve this question

2 Answers

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.

share|improve this answer

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.

Your API Client will not, and You will not encourage or create functionality for Your users or other third parties to: modify, replace or otherwise disable the functioning of links to YouTube or third-party websites provided in the YouTube search results or otherwise provided through the YouTube API or YouTube player;

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).

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.