Remove YouTube Logo on Embedded YouTube Videos – How to
SPONSORED LINKS
Embed YouTube Videos without YouTube Logo – i Wanted to Remove YouTube Logo on Embedded YouTube Videos , but i was aware of that. When i was searching for that tip, i followed Digital Inspiration Tip, that showed me How to Embed YouTube Videos without YouTube Logo .
Actually, Website Owners, Publishers, Bloggers and other can now Embed YoutUbe Clips on their sites without any YouTube Logo, that shows up on the Player. So, are you ready to Embed YouTube Videos on your web pages after removing the YouTube logo from the Flash Player ? then here is the How To Trick, that works.
Remove the YouTube Logo From the Flash Video Player :
First of all we must make a minor change to the default embed code as shown below.
After Embedding an YouTube Video, that looks like this :
iFrame Code with YouTube Logo :
<iframe width="560" height="349" src="http://www.youtube.com/embed/tAbsmHMAhrQ" frameborder="0" allowfullscreen></iframe>
Now How to Remove YouTube Logo from Flash Videos :
A Small manipulation to the code is needed and here is how the Video Looks like.
This Manipulation in the Code is adding the Parameter modestbranding=1 at the en of the YouTube Video URL like this:
<iframe width="560" height="349" src="http://www.youtube.com/embed/tAbsmHMAhrQ?modestbranding=1" frameborder="0" allowfullscreen></iframe>
Old YouTube Code “Object Version” :
<object width=”560″ height=”349″><param name=”movie” value=”http://www.youtube.com/v/tAbsmHMAhrQ?version=3&rel=0&modestbranding=1″></param><param name=”allowFullScreen” value=”true”></param><param name=”allowscriptaccess” value=”always”></param><embed src=”http://www.youtube.com/v/tAbsmHMAhrQ?version=3&rel=0&modestbranding=1″ type=”application/x-shockwave-flash” width=”560″ height=”349″ allowscriptaccess=”always” allowfullscreen=”true”></embed></object>
That’s it, you have successfully Embed YouTube Video without YouTube Logo, but you have to use the default embed code for your Youtube video and add this ” modestbranding=1 ” end of the Video URL, so that you can remove and Play YouTube Video on your Blog or Website without YouTube Logo on the Flash Video Player.
Where this ” modestbranding=1 ” Supports both Flash-Based and IFRAME based Embed Codes , which are HTML5 Compatible .
