Mycode to add google video in your MyBB Forum

September 13th, 2009 Posted in MyBB

Simple steps
1) Login to your mybb admin panel
2) go to mycode
3) Click on “Add new Mycode”
4) Now write following
i) Title: google video
ii) Regular expression:

(\[googlevideo\]|<a href=\”(http://)?video.google.(com|co\.uk)/videoplay\?docid=)(\W?)(\d{15,20})(\[/googlevideo\]|\” target=\”_blank\”>(.*?)</a>)
iii) Replacement:

<embed style=”width:400px; height:326px;” id=”VideoPlayback” type=”application/x-shockwave-flash” src=”http://video.google.com/googleplayer.swf?docId=${4}${5}&hl=en” flashvars=”"> </embed>
iv) Enable: yes
5) Save mycode

Tags: , , , , , , , ,

Leave a Reply