Let’s use the same example we had before. Here’s how you add the code if there is no parameter on your URL already:
Original YouTube Iframe code:
Code: Select all
<iframe width="420" height="315" src="http://www.youtube.com/embed/qWjh7HSVShc" frameborder="0" allowfullscreen></iframe>
Modified YouTube Iframe code:
Code: Select all
<iframe width="420" height="315" src="http://www.youtube.com/embed/qWjh7HSVShc?wmode=transparent&modestbranding=1" frameborder="0" allowfullscreen></iframe>