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&rel=0&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?
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).
In the url params put the params : showinfo=0. It will remove share and watch later button!
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
You can upload it from google drive!
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With