XF 1.1 Facebook Media won't play

Marco Famà

Active member
The embed code you want in the BB code media site:
Code:
<iframe src="https://www.facebook.com/video/embed?video_id={$id}" width="500" height="300" frameborder="0"></iframe>
If you already see that, simply save the media site. (There was a bug in the 1.1.5 upgrade script where the cache may not have been rebuilt.)
 
The embed code you want in the BB code media site:
Code:
<iframe src="https://www.facebook.com/video/embed?video_id={$id}" width="500" height="300" frameborder="0"></iframe>
If you already see that, simply save the media site. (There was a bug in the 1.1.5 upgrade script where the cache may not have been rebuilt.)

this is the code which is output:

HTML:
<object width="500" height="300" data="http://www.facebook.com/v/1015150549981630" type="application/x-shockwave-flash">
    <param name="movie" value="http://www.facebook.com/v/1015150549981630">
    <param name="allowfullscreen" value="true">
    <param name="wmode" value="opaque">
    <embed src="http://www.facebook.com/v/1015150549981630" type="application/x-shockwave-flash" allowfullscreen="true" wmode="opaque" width="500" height="300">
</object>

how can I save the media site?! :-|
 
Did you check your Facebook BB Media code in your ACP as instructed by @Mike? If so, is it the same as what he showed you? Did you then save the BB Media Code as instructed by him?

That was exactly the same code Tracy, thanks for the feedback
Know what happened? Just upgraded Tapatalk plugin... and it started working :-D

Thanks everyone
 
May have just needed the templates rebuilt then? I know, since I have TMS installed, sometimes I can resolve problems I had not been able to figure out by just forcing a template rebuild to occur. Oh well, main thing is it's working. :D
 
Top Bottom