tafreehm
Well-known member
Hello,
Ever since I upgraded to 1.1.3 facebook videos does not show up. Instead there is a white box.
There are no errors, I am not sure what exactly is causing the error.
This is what I have under "BB Code Media Site: Setting"
Match URL "facebook.com/*photo.php?v={$id:digits}"
Embed HTML:
In match url field I changed video.php to photo.php as facebook has changed its url structure for videos. It was working fine until I upgraded to 1.1.3
Please advice.
--------------------------
Here is the fix
Ever since I upgraded to 1.1.3 facebook videos does not show up. Instead there is a white box.
There are no errors, I am not sure what exactly is causing the error.
This is what I have under "BB Code Media Site: Setting"
Match URL "facebook.com/*photo.php?v={$id:digits}"
Embed HTML:
Code:
<object width="500" height="300" data="http://www.facebook.com/v/{$id}" type="application/x-shockwave-flash">
<param name="movie" value="http://www.facebook.com/v/{$id}" />
<param name="allowfullscreen" value="true" />
<param name="wmode" value="opaque" />
<embed src="http://www.facebook.com/v/{$id}" type="application/x-shockwave-flash" allowfullscreen="true" wmode="opaque" width="500" height="300" />
</object>
In match url field I changed video.php to photo.php as facebook has changed its url structure for videos. It was working fine until I upgraded to 1.1.3
Please advice.
--------------------------
Here is the fix