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=1So 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=0After 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=0So 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 meIf you like the post please share it.
Thanks
No comments:
Post a Comment