How To Stop YouTube Videos From Covering Popups and Share Menus

As you can see in the picture above, the +1 Share popup that allows me to share this post on Google+ is blocked by the YouTube video. This many times will also happen with Popups. you may have programmed on your site. The way to fix this in iframe code is to add this to the end of your link:

?wmode=transparent

Example: iframe width=”600″ height=”390″ src=”http://www.youtube.com/embed/hbCxiKl1U5Y?wmode=transparent” frameborder=”0″ allowfullscreen>


Fixed!