How to Remove YouTube's Logo from Embedded Videos & PlayersSource: How to Remove YouTube Logo & Branding from Embedded Videos & Player :
Exaple: You copy embed code of a video :
<iframe width="600" height="338" src="http://www.youtube.com/embed/kffacxfA7G4" frameborder="0" allowfullscreen></iframe>
You can add "?modestbranding=1" to the end of the src= tag like so :
src="http://www.youtube.com/embed/kffacxfA7G4?modestbranding=1"
And this is code embed:
<iframe width="600" height="338" src="http://www.youtube.com/embed/kffacxfA7G4?modestbranding=1" frameborder="0" allowfullscreen></iframe>
Thanks !
Post a Comment