Viewing 5 replies - 1 through 5 (of 5 total)
  • I have the same problem, can you help.

    Thanks in advance for your help!

    Peter

    Thread Starter Jan Pencik

    (@janpencik)

    Hey, just open fb.js and replace the en_US with language code of your country. The line originally looks like this:

    js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&appId="+appid;

    John

    Plugin Author Milap

    (@milap)

    Hello All,

    I have updated plugin. Now you do not need to edit JavaScript file to change language.

    You will find drop-down box to select language for Facebook like widget.

    Let me know if you still find any issue with language.

    I need turkish language. I am choosing it but the widget still showing it in english.Dont know how to edit. can anyone tell me directions to edit it?

    Plugin Author Milap

    (@milap)

    Hello turansaim,

    I have tested my plugin with latest WordPress version 4.2.1, selected tr_TR in widget and widget working fine with turkish language.
    It should work for you as well if you select turkish language from widget.
    If its not working for you, you can edit fb.js file in my plugin folder,
    Find

    js.src = "//connect.facebook.net/"+select_lng+"/all.js#xfbml=1&appId="+appid;

    replace with ,

    js.src = "//connect.facebook.net/tr_TR/all.js#xfbml=1&appId="+appid;

    It should work now.. Let me know if its still not working.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Translation’ is closed to new replies.