Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Sajid Javed

    (@sjaved)

    Hi,

    By default all facebook social media plugins are in English. If you want to change the language then you need to edit file manually. I will add the functionality later.

    Right now you need to navigate to plugins folder of WordPress installation
    and open up this file in any code editor like dreamweaver easy-facebook-likebox/public/easy-facebook-likebox.php

    Find this line of code
    js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&appId='.$fb_appid.'";

    And replace it with this one.
    js.src = "//connect.facebook.net/ru_RU/all.js#xfbml=1&appId='.$fb_appid.'";

    See the difference en_US and ru_RU.

    Cheers!

    Thread Starter illya_strikhar

    (@illya_strikhar)

    Thanks, worked like charm!

    Plugin Author Sajid Javed

    (@sjaved)

    You are welcome ??

    Feel free to submit new ticket if you need further support later.

    Marking as resolved!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How do I change Facebook LikeBox language?’ is closed to new replies.