Jump to content

[SOLVED] facebook like box and facebook comments problem


Recommended Posts

i analysed your website once again

problem is in fact that facebook like box that you use doesnt include proper js library from facebook.

 

to your blockfacebook.tpl file add this:
 

<script id="facebook-jssdk" src="//connect.facebook.net/ar_AR/all.js#xfbml=1&appId=820600224657190"></script>

and empty blockfacebook.js file

will see what's going on then

Link to comment
Share on other sites

i analysed your website once again

problem is in fact that facebook like box that you use doesnt include proper js library from facebook.

 

to your blockfacebook.tpl file add this:

 

<script id="facebook-jssdk" src="//connect.facebook.net/ar_AR/all.js#xfbml=1&appId=820600224657190"></script>

and empty blockfacebook.js file

will see what's going on then

I made the steps and as I said in the post before it now Arabic for both languages

Link to comment
Share on other sites

could we check the language id and then use the right link?

 

yes, this is what i wanted to do :-)

{if $lang_iso=="en"}
<script id="facebook-jssdk" src="//connect.facebook.net/en_EN/all.js#xfbml=1&appId=820600224657190"></script>
{elseif $lang_iso=="ar"}
<script id="facebook-jssdk" src="//connect.facebook.net/ar_AR/all.js#xfbml=1&appId=820600224657190"></script>
{/if}

btw. thank you for posting again, i missed your reply :-)

 

 

  • Like 1
Link to comment
Share on other sites

yes, this is what i wanted to do :-)

{if $lang_iso=="en"}
<script id="facebook-jssdk" src="//connect.facebook.net/en_EN/all.js#xfbml=1&appId=820600224657190"></script>
{elseif $lang_iso=="ar"}
<script id="facebook-jssdk" src="//connect.facebook.net/ar_AR/all.js#xfbml=1&appId=820600224657190"></script>
{/if}

btw. thank you for posting again, i missed your reply :-)

Many thanks,

could I use the same code for your comments module?

 

 

 

Link to comment
Share on other sites

  • 1 year later...
  • 8 months later...

I installed this module and doesn't work.

The tab is displayed at the product footer but it only shows COMMENTS()

I think is not working for me cause it does not show the comment field

Same for me.

@Vekia, can you help us mate?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...