Tuesday, May 15, 2012

Remove youtube logo from your embedded videos

For most control freaks who want their and only their website's name on their site, Here's a very simple but crude way of removing You-Tube Logos from your embedded videos.

For this feat, you can use a simple command to be inserted into the embed code.
i.e. modestbranding,
If this option of modest branding is kept as on or 1, you'll get modest branding and You-tube will not show its icon at the bottom right corner of your You-Tube player.

Embedding a youtube video player is very simply shown here in this image.



Initial code, Without changes

Here is the initial code, for the video below, which does not contain the modestbranding command,
Notice that the You-Tube logo is present at the bottom right of the player.

IFRAME code

<iframe width="420" height="315" src="http://www.youtube.com/embed/XYZ" frameborder="0" allowfullscreen></iframe>

OLD YOU-TUBE code

<object width="420" height="315"><param name="movie" value="http://www.youtube.com/v/TT12tr2YQJ4?version=3&amp;hl=en_US"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/TT12tr2YQJ4?version=3&amp;hl=en_US" type="application/x-shockwave-flash" width="420" height="315" allowscriptaccess="always" allowfullscreen="true"></embed></object>

  

Final code, With changes

Here is the Final code, for the video below, which contains the modestbranding command,
Notice that the You-Tube logo is missing at the bottom right of the player.

IFRAME code

<iframe width="420" height="315" src="http://www.youtube.com/embed/XYZ?modestbranding=1" frameborder="0" allowfullscreen></iframe>

NEW YOU-TUBE code
 
<object width="420" height="315"><param name="movie" value="http://www.youtube.com/v/TT12tr2YQJ4?modestbranding=1version=3&amp;hl=en_US"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/TT12tr2YQJ4?modestbranding=1version=3&amp;hl=en_US" type="application/x-shockwave-flash" width="420" height="315" allowscriptaccess="always" allowfullscreen="true"></embed></object>



So, Just insert the code after the '?' (question mark) and provide value as 1, 

This is how you

9 comments:

  1. iframe width="1280" height="720" src="https://www.youtube-nocookie.com/embed/pP7kCUze7Pw?modestbranding=1&hd=1;rel=hd1&autoplay=1&loop=1&playlist=pP7kCUze7Pw;showinfo=0;controls=0;frameborder="0";allowfullscreen



    thats my code, I cant seem to get rid of the youtube logo in the corner????

    ReplyDelete
  2. I've snipped out some of the code, This should work.
    iframe width="1280" height="720" src="https://www.youtube-nocookie.com/embed/pP7kCUze7Pw?modestbranding=1" frameborder="0";allowfullscreen></iframe

    But, I must add, since the domain is youtube-nocookie, there are fair chances of it not working.
    thanks,
    keep visiting

    ReplyDelete
  3. still not working
    can you email me...lproite@aol.com

    ReplyDelete
  4. hi..can provide me a solution to remove the youtube link/logo from the bottom right corner of the video frame other than the bottom panel. i know that modestbranding removes youtube logo from the bottom panel bar.

    ReplyDelete
  5. It's awesome to pay a quick visit this website and reading the views of all colleagues concerning this article, while I am also zealous of getting familiarity.

    My blog post: Bluehost Reviews

    ReplyDelete
  6. Hello there, just became alert to your blog through Google, and found that it's really informative. I'm
    gonna watch out for brussels. I will appreciate if you continue this in future.
    Many people will be benefited from your writing.

    Cheers!

    Also visit my web blog instance.io Reviews

    ReplyDelete
  7. Howdy! I'm at work surfing
    around your blog from my new iphone 4! Just wanted
    to say I love reading through your blog and look forward to all your posts!
    Keep up the fantastic work!

    Feel free to visit my site :: View my web page

    ReplyDelete
  8. Mr. Adhison, youtube logo from the bottom right corner of the video frame can also be removed, But the procedure is complicated and lengthy. I would recommend using another Flash Player instead of YouTube's in-built Player.

    ReplyDelete

Thanks for your comments.

Spammers Kindly remember, any hyperlink in the comments will not be indexed by search Engines because of NoFollow attribute.