I am wondering how this could be added to the WYSIWYG panel
And in to this .xml
/includes/xml/bbcode_video_vbulletin.xml
Something like this
Code:
<provider tagoption="google">
<title>Google</title>
<url>http://video.google.com</url>
<regex_url><![CDATA[http:\/\/video\.google\.com\/videoplay\?docid=([0-9\-]+)]]></regex_url>
<regex_scrape></regex_scrape>
<embed><![CDATA[<object class="restrain" type="application/x-shockwave-flash" width="400" height="326" data="http://video.google.com/googleplayer.swf?docid={vb:raw code}">
<param name="movie" value="http://video.google.com/googleplayer.swf?docid={vb:raw code}" />
<param name="wmode" value="transparent" />
<!--[if IE 6]>
<embed width="400" height="326" type="application/x-shockwave-flash" src="http://video.google.com/googleplayer.swf?docid={vb:raw code}" />
<![endif]--></object>]]></embed>
</provider>