Hi,
I looked at my source code and according to a few sources, including these:
http://www.simplyzesty.com/video/how-to-remove-youtube-logo-from-videos-...
http://youtube-global.blogspot.co.uk/2011/06/next-step-in-embedded-video...
Apparently, the modestbranding needs to be directly after the video ID.
Here's my source:
<iframe width="660px" height="371px" src="//www.youtube.com/embed/VIDEO_ID_HERE?width=660px&height=371px&theme=light&autoplay=0&hd=1&rel=0&showinfo=0&modestbranding=1&iv_load_policy=3&autohide=2&start=0&wmode=opaque" frameborder="0" allowfullscreen></iframe>
As you can see, modestbranding is not after the VIDEO_ID_HERE? and the youtube logo still appears within the video frame on video start (it disappears after a few seconds but shouldn't be there at all). The branding from the bottom bar does disappear however.
I'm not sure whether this is something to do with this module, or maybe even the version of the youtube player? Whatever it is, the behaviour of my videos is not the same as the examples given by youtube.
Any thoughts are very much appreciated. Thanks.
Sam.
Comments
Comment #1
wbobeirne commentedYouTube doesn't take in to consideration the order of parameters. It appears the showinfo parameter has some kind of conflict with modestbranding that has the logo show up for the first few seconds, and when you hover over it.
http://cl.ly/image/2U2U1j2n2M20
http://cl.ly/image/0M3u1p2Z3u20