Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Facebook Like Button in other languages #17

Closed
meleyal opened this issue May 25, 2012 · 3 comments
Closed

Add support for Facebook Like Button in other languages #17

meleyal opened this issue May 25, 2012 · 3 comments

Comments

@meleyal
Copy link

meleyal commented May 25, 2012

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
Copy link
Collaborator

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

@dbushell
Copy link
Collaborator

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
Copy link
Author

meleyal commented Jun 8, 2012

Works great, thanks! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants