How to hide the bar at the top of “youtube” even when mouse hovers over it?
This answer no longer works as YouTube has deprecated the showinfo parameter. You can hide the embedded player’s title bar by adding &showinfo=0. You cannot completely remove all the links to the original video. Here is the best you can do <iframe width=”560″ height=”315″ src=”https://www.youtube.com/embed/videoid?modestbranding=1&autohide=1&showinfo=0&controls=0″ frameborder=”0″ allowfullscreen></iframe> This code will remove the title bar, YouTube … Read more