2

I have embedded youtube using javascript api in my application and its showing the youtube logo on the bottom right , by clicking that logo it loads the youtube interface in the iframe , all I want is to disable that logo or its functionality , I have tried modestbranding in playervars but its not working

Faisal Javaid
  • 129
  • 1
  • 8

1 Answers1

2

You can't remove it completelly.

you need to contact youtube and probably pay them to remove their logo or replace it with a custom one in any of their videos.

you can hide it using ?modestbranding=1 to your url. That will remove the logo temporany until mouseover on the video.

modestbranding (supported players: AS3, HTML5)

This parameter lets you use a YouTube player that does not show a YouTube logo. Set the parameter value to 1 to prevent the YouTube logo from displaying in the control bar. Note that a small YouTube text label will still display in the upper-right corner of a paused video when the user's mouse pointer hovers over the player.

Community
  • 1
  • 1
Emanuele Parisio
  • 1,192
  • 8
  • 27