XF 1.0 Facebook Video Embed Code Not Working

sophie1204

Active member
Just tried this for the first time, and it doesn't seem to be working. I get the following message:

"The specified URL can not be embedded as media."

Any thoughts?

I do plan to upgrade soon to 1.2. Will that take care of it?
 
I have this:

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>
 
Top Bottom