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...">
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Did you also use the
showinfoparameter?If so, it can’t be used together with
modestbranding.Here is a nice article about this.
Not using the
showninfoparameter 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, thecontrolsparameter is just there to illustrate nothing ;] )If you need more control, you can consider using an alternative player like the JWPlayer.