Quote:
Originally Posted by Keyser Soze
Thanks, I was able to fix it by extending the regular expression in the file bbcode_video_vbulletin.xml with
HTML Code:
https?:\/\/www\.facebook\.com\/(?:[0-9a-z\.\-_]+)\/videos\/([0-9]+)\/
|
Could you be a little more specific please?
I changed this:
HTML Code:
https?:\/\/www\.facebook\.com\/(?:video\/video|photo)\.php\?v=([0-9]+)
To:
HTML Code:
https?:\/\/www\.facebook\.com\/(?:[0-9a-z\.\-_]+)\/videos\/([0-9]+)\/
I'm assuming I did this incorrectly. But I don't know where I should add that code inside the xml file...
From my template, I still kept it as this:
Code:
<vb:elseif condition="$provider == 'facebook'" />
<object class="restrain" type="application/x-shockwave-flash" width="576" height="432" data="//www.facebook.com/v/{vb:raw code}">
<param name="movie" value="//www.facebook.com/v/{vb:raw code}" />
<param name="wmode" value="{vb:raw wmode}" />
<!--[if IE 6]>
<embed width="576" height="432" type="application/x-shockwave-flash" src="//www.facebook.com/v/{vb:raw code}" />
<![endif]--></object>
</vb:if>
--
I tried:
Code:
[video]https://www.facebook.com/WilliamSinge/videos/10153926357545620[/video]
But it didn't work.