fumikito / gianism

WordPress Plugin to enable user to login with Social Account(Twitter, Facebook, Google etc.)
https://gianism.info/
25 stars 25 forks source link

i18n for Facebook JSSDK loading. #49

Closed fumikito closed 8 years ago

fumikito commented 9 years ago

https://wordpress.org/support/topic/facebook-like-button-not-in-english?replies=2#post-6642251

(function(){
            var e = document.createElement('script');
            e.async = true;
            e.src = document.location.protocol + "//connect.facebook.net/<?php echo $locale; ?>/all.js";
            document.getElementById('fb-root').appendChild(e);
        })();

fix $local with current language setting.

Might need extra mapping.

fumikito commented 8 years ago

Quit loading JSSDK because it's not necessary.