Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Remove watch on YouTube logo on video

Tags:

html

youtube

I have looked around the internet for a method to remove the YouTube logo from their iFrame player.

I am using

<iframe width="550" height="314" src="https://www.youtube.com/embed/vidid?modestbranding=1&amp;rel=0&amp;showinfo=0" frameborder="0" allowfullscreen></iframe>

which removes the 'watch on YouTube' button from the bottom actions panel however it adds the YouTube logo watermark to the bottom right of the video and when I hover over it says watch on YouTube.

I have tried changing 'embed' to 'v' which removes it but then it doesnt work on iPad/phone.

Any suggestions?

like image 612
puks1978 Avatar asked May 09 '12 08:05

puks1978


People also ask

How do I get rid of the Watch button on YouTube?

You can remove the Watch on YouTube button by removing the video control bar with the controls parameter. Like the modestbranding parameter, the controls parameter needs to be appended to the end of the URL in the HTML code. But in this case, it needs to be set to zero (i.e., controls=0).

How do I get rid of the watch later and share buttons on YouTube?

In the url params put the params : showinfo=0. It will remove share and watch later button!


2 Answers

As far as I know, the most you can do is to add the modestbranding=1 option to the URL, but this only gets rid of the title and youtube link on the top of the player.

I don't think you can get rid of the bottom right one that appears when you hover.

Source: https://developers.google.com/youtube/player_parameters#modestbranding

like image 114
d-_-b Avatar answered Sep 24 '22 19:09

d-_-b


You can upload it from google drive!

like image 29
Ali Aboutera Avatar answered Sep 22 '22 19:09

Ali Aboutera