Advertisement
Iire

Youtube BBCode v1 - IF

May 23rd, 2012
648,560
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var pt=document.getElementsByClassName('postcolor'),rx=/\[youtube=(small|large|medium)\]([a-z0-9]+)\[\/youtube\]/gim;
  2. for(i=0;i<pt.length;i++){if(rx.test(pt[i].innerHTML)){pt[i].innerHTML=pt[i].innerHTML.replace(rx,'<iframe class="yt-$1" src="http://www.youtube.com/embed/$2"></iframe>');}}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement