Alegro
Alegro

Reputation: 7956

How do I remove YouTube logo from a video?

I inserted modestbranding=1, but it doen't work: YouTube logo is still there.

<a href="#null" onclick="document.getElementById('player').src='http://www.youtube.com/embed/dPvIx8Ughkm?modestbranding=1&controls=0...">

Upvotes: 0

Views: 3999

Answers (1)

Nippey
Nippey

Reputation: 4739

Did you also use the showinfo parameter? If so, it can't be used together with modestbranding.

Here is a nice article about this.

Not using the showninfo parameter will cause the logo and the label to reappear. The label can be removed by setting the title to nothing &title=&controls=0
(Notice the = is directly followed by the next parameter, the controls parameter is just there to illustrate nothing ;] )

If you need more control, you can consider using an alternative player like the JWPlayer.

Upvotes: 2

Related Questions