BigBadWolff
Regular Member
- May 8, 2009
- 331
- 616
I am 100% sure this has boggled you and many of us in the IM scene. I have struggled with these concept and tricks for such a long time. Ive researched
so many different methods of altering youtube embed codes to remove many
different barriers that youtube puts infront of us when using their embed
feature.
Well after almost 3 years of research I finally found out how to make youtube
embedded videos clean crisp without any lead leakage. Basically this means
you can use Youtube video players and make your website look extremely
professional. Not only will you be able to use their players with ZERO lead
leakage and annoying links in the vidoe players, but you will also be able to
play all your videos in HD!
heres a normal Iframe youtube embed code:
They're are many different strings you can add to the youtube embed code to
alter it and make the video player absolutely clean and crisp!
The youtube embed secrets check list:
1.To play video in High Def: HD=1
2. To remove related videos: rel=0
3. To remove youtube control bar: controls=0
4. To remove frame or border: frameborder="0"
5. To remove title of video: showinfo=0
6. And instead of watch=v? you remove that and put /embed/xxxxxxxx?
after the Youtube video URL you want to add a (?) then first the HD tag.
After the HD tag you then must separate all your tags and commands with
this (
When everything is put together you get this code. Simply put you can just
copy and paste this code to a text doc and replace the video ID for anytime
you want to embed it. Also when you remove the control bar it also removes
youtubes logo on the player.
http://youtube.com/embed/dQw4w9WgXcQ?hd=1;rel=0;controls=0;showinfo=0
The youtube link wont embed here unless i missed something. you can just
click on the link and it will open in a new window with all the stuff i showed
you removed. Try it on your website and you will see.
honestly something as simple as this could mean so much to many of you's
marketing. Professionalism and quality is important when promoting or
advertising on websites. Attention to detail is probably the most important
factor when making sales and drawing leads.
P.S. Youve just been rick rolled!
so many different methods of altering youtube embed codes to remove many
different barriers that youtube puts infront of us when using their embed
feature.
Well after almost 3 years of research I finally found out how to make youtube
embedded videos clean crisp without any lead leakage. Basically this means
you can use Youtube video players and make your website look extremely
professional. Not only will you be able to use their players with ZERO lead
leakage and annoying links in the vidoe players, but you will also be able to
play all your videos in HD!
heres a normal Iframe youtube embed code:
Code:
<iframe width="560" height="349" src="http://www.youtube.com/embed/xxxxxxxxx?rel=0" frameborder="0" allowfullscreen></iframe>
They're are many different strings you can add to the youtube embed code to
alter it and make the video player absolutely clean and crisp!
The youtube embed secrets check list:
1.To play video in High Def: HD=1
2. To remove related videos: rel=0
3. To remove youtube control bar: controls=0
4. To remove frame or border: frameborder="0"
5. To remove title of video: showinfo=0
6. And instead of watch=v? you remove that and put /embed/xxxxxxxx?
after the Youtube video URL you want to add a (?) then first the HD tag.
After the HD tag you then must separate all your tags and commands with
this (
When everything is put together you get this code. Simply put you can just
copy and paste this code to a text doc and replace the video ID for anytime
you want to embed it. Also when you remove the control bar it also removes
youtubes logo on the player.
Code:
<iframe width="268" title="YouTube video player" src="http://www.youtube.com/embed/xxxxxxxxx?HD=1;rel=0;showinfo=0;controls=0" height="200" frameborder="0"></iframe>
http://youtube.com/embed/dQw4w9WgXcQ?hd=1;rel=0;controls=0;showinfo=0
The youtube link wont embed here unless i missed something. you can just
click on the link and it will open in a new window with all the stuff i showed
you removed. Try it on your website and you will see.
honestly something as simple as this could mean so much to many of you's
marketing. Professionalism and quality is important when promoting or
advertising on websites. Attention to detail is probably the most important
factor when making sales and drawing leads.
P.S. Youve just been rick rolled!
Last edited: