Fixed  Facebook like/Recommend has disappeared from the threads

soloarquitectura

Well-known member
IE8.

Admin>Options>Facebook>On
ID and Facebook Secret not set.

See:
http://xenforo.com/community/threads/beta-5.9103/page-4

Kier said:
Check that your thread_view template includes the share_page template, and that the share_page template contains the Facebook XFBML <fb:like .... > tag.

thread_view template includes the share_page template.
My share_page template:
Code:
<xen:if hascontent="true">
<xen:require css="share_page.css" />
<div class="sharePage">
  <xen:contentcheck>
  <xen:if is="{$xenOptions.facebookLike}">
    <div class="facebookLike">
    <div class="label faint">{xen:phrase facebook}:</div>
    <xen:container var="$facebookSdk">1</xen:container>
    <fb:like href="{$url}" show_faces="true" width="500" action="recommend" font="trebuchet ms"></fb:like>
    </div>
  </xen:if>
  </xen:contentcheck>
</div>
</xen:if>
 
Hmm, I don't see in IE actually - can you confirm that you can see it in another browser?
 
If it's any help, I installed Windows 7 yesterday. I have the IE8 default configuration without changing.
Could be a problem with Facebook itself?
Localization?
 
Top Bottom