tmort / Socialite

Other
1.68k stars 163 forks source link

Add support for Google+ Button in other languages #20

Closed meleyal closed 12 years ago

meleyal commented 12 years ago

This can be done by configuring G+ as follows:

window.___gcfg = {
  lang: "en-US"
};

Related: dbushell/Socialite#17

dbushell commented 12 years ago

Thanks again, William.

I've actually just implemented that last night :) I'll be pushing a release very soon. So far is has full language support for Facebook, Twitter and Google+.

dbushell commented 12 years ago

Support added to dev preview of next version.