Hello Damir,
First thank you for excellent plugin! But i need ask any question!
I use Turkish language and everyone know facebook support Turkish lang. but this plugin not give support Turkish? How can you help me or have a idea?
Thaks
Dear Subpower,
You can try change locale in the "skins/basic/customer/addons/wsa_f_comments/hooks/index/footer.post.tpl" file:
from
js.src = "//connect.facebook.net/en_US/all.js#xfbml=1{if $addons.wsa_f_comments.wsa_f_comments_facebook_app_ids}&appId={$addons.wsa_f_comments.wsa_f_comments_facebook_app_ids}{/if}";
to
js.src = "//connect.facebook.net/tr_TR/all.js#xfbml=1{if $addons.wsa_f_comments.wsa_f_comments_facebook_app_ids}&appId={$addons.wsa_f_comments.wsa_f_comments_facebook_app_ids}{/if}";
Please check it and let me now result.Thank you.
PS. If the applied changes are not displayed, try clearing the template cache. To do it, open in your web browser
http://www.your_doma...om/admin.php?cc, where www.your_domain.com is the address of your store, and admin.php is a script file for the administration panel of your store which was renamed for security reasons.
Please make sure that you have logged in to the administration panel to clear the template cache.