Ads Header

Friday, August 1, 2014

List Of Top 300 Free & Paid Online Video Sharing Sites

This summary is not available. Please click here to view the post.
Read more

How To Remove YouTube Logo From Embedded Player

In this video your will learn how to remove YouTube Logo in your embedded player.

Benefits of using this trick:

  • First you will build your own brand since you will remove the YouTube logo branding for YouTube.
  • Second you can now keep your visitors on your website and not driving them away to YouTube if they click the YouTube logo
How to do it?

All you need to do is to append this code: modestbranding=1  It is called YouTube parameters these are strings of code that you add at the end embed code player.

Here's a clear example of YouTube embed code at work:

Before: <iframe width="560" height="315" src="//www.youtube.com/embed/4NFgV_Et9gY" frameborder="0" allowfullscreen></iframe>

To remove the logo
After: <iframe width="560" height="315" src="//www.youtube.com/embed/4NFgV_Et9gY?modestbranding=1" frameborder="0" allowfullscreen></iframe>


Bonus YouTube parameters

Remove full screen button
  • Just append this code at the end fs=0
Sample:

Before
<iframe width="560" height="315" src="//www.youtube.com/embed/4NFgV_Et9gY" frameborder="0" allowfullscreen></iframe>

After
<iframe width="560" height="315" src="//www.youtube.com/embed/4NFgV_Et9gY?fs=0" frameborder="0" allowfullscreen></iframe>

Remove YouTube advertising 
This enables you to turn off the related videos which are usually advertising videos of your competitors.  So, it is highly recommend that you use it whenever you don't want your competitor advertising to your website.

Parameters  rel=0

Before:
<iframe width="560" height="315" src="//www.youtube.com/embed/4NFgV_Et9gY" frameborder="0" allowfullscreen></iframe>

After
<iframe width="560" height="315" src="//www.youtube.com/embed/4NFgV_Et9gY?rel=0" frameborder="0" allowfullscreen></iframe>

To combine all the parameters there will be an "&" in between of them.

Final code:
<iframe width="560" height="315" src="//www.youtube.com/embed/4NFgV_Et9gY?rel=0&modestbranding=1&fs=0" frameborder="0" allowfullscreen></iframe>


This is the very same code I used when I embed the video below


-----------------------------------------------------------------------------------------------------------------
"Stay ahead with your business competitors through my up to date training's"

Enter your email address:


Delivered by FeedBurner





Read more