tmort / Socialite

Other
1.68k stars 163 forks source link

Add support for Facebook Like Button in other languages #17

Closed meleyal closed 12 years ago

meleyal commented 12 years ago

Line 397 would need a variable for the language (locale):

}, '//connect.facebook.net/en_US/all.js#xfbml=1');

See: FAQ > How do I display the Like button in different languages?

dbushell commented 12 years ago

Thanks for the link, this will appear in the next version :)

dbushell commented 12 years ago

Socialite v2 will have full language support for Facebook:

Socialite.setup({
    facebook: {
        lang: 'en_GB'
    }
});

See Facebook documentation for full list of supported codes: http://developers.facebook.com/docs/internationalization/

meleyal commented 12 years ago

Works great, thanks! :)