Latest News

728x90 AdSpace

Thursday, 10 July 2014

How to Remove Youtube Title and YouTube logo from Youtube Embedded Videos




Hi Here I will show you how to remove Youtube title and youtube logo from YouTube Embedded videos.

for example :
Normal YouTube embedded code look like this

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

To disable Youtube logo in right bottom just add this code after the youtube link
?modestbranding=1
So code will look like this

<iframe width="560" height="315" src="//www.youtube.com/embed/IB1NoiN_SR0?modestbranding=1" frameborder="0" allowfullscreen></iframe>

To disable youtube Title add this code after the youtube link
&showinfo=0
After added this code will look like this

<iframe width="560" height="315" src="//www.youtube.com/embed/IB1NoiN_SR0&showinfo=0" frameborder="0" allowfullscreen></iframe>
If you want both option just add this code
?modestbranding=1&showinfo=0
So after add this

<iframe width="560" height="315" src="//www.youtube.com/embed/IB1NoiN_SR0?modestbranding=1&showinfo=0 " frameborder="0" allowfullscreen></iframe>

Here is that embedded video Vijay's Kaththi- First Look Motion Poster | Vijay , Samantha | A.R. Murugadoss |Anirudh



 ALL YouTube player parameters

Hope you understand this tutorial . If you have any problem please contact me

If you like the post please share it.
Thanks




No comments:

Post a Comment

Recent Post