Modification YouTube Embed HD

Hi everyone,

I like to watch YouTube videos in HD Format, so I'll explain how to make your website YouTube videos HD, no info, and light themed.

Steps:

1) Login to Control Panel domain.ltd/admin.php
2) Go to BB Code Media Sites From BB Code & Smiles.
3) Click on Youtube.

Replace :

HTML:
<iframe width="500" height="300" src="http://www.youtube.com/embed/{$id}?wmode=opaque" frameborder="0" allowfullscreen></iframe>

With:
Code:
<iframe width="500" height="300" src="http://www.youtube.com/embed/{$id}?vq=hd720&amp;iv_load_policy=3&amp;rel=0&amp;showinfo=0&amp;theme=light&amp;color=white&amp;autohide=0" frameborder="0" allowfullscreen></iframe>

Demo
 
Top Bottom