[Plugin: Simple Facebook Connect] How can I use all.js instead of featureloader.js.php?
-
Do I simply uncomment
wp_enqueue_script( 'fb-all', 'https://connect.facebook.net/en_US/all.js', array(), '1', false);
in sfc_featureloader() and remove ` if ($_SERVER[‘HTTPS’] == ‘on’)
wp_enqueue_script( ‘fb-featureloader’, ‘https://ssl.connect.facebook.com/js/api_lib/v0.4/FeatureLoader.js.php/’.get_locale(), array(), ‘0.4’, false);
else
wp_enqueue_script( ‘fb-featureloader’, ‘https://static.ak.connect.facebook.com/js/api_lib/v0.4/FeatureLoader.js.php/’.get_locale(), array(), ‘0.4’, false);
`?https://www.ads-software.com/extend/plugins/simple-facebook-connect/
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘[Plugin: Simple Facebook Connect] How can I use all.js instead of featureloader.js.php?’ is closed to new replies.