Topic-icon Facebook login is not working

Active Subscriptions:

None
11 years 3 months ago #51781 by arngho
for site: rockyfeet.org

Facebook loging is not working.
auto tune error check showing this following result please help.

JFBConnect Remote Error Check
Checks performed on: rockyfeet.org/
Warning: Issues were found with your site. Please check all tests below and correct any warnings or errors.

Test: JFBCSystem plugin is enabled
Pass
Test: Facebook Javascript library inclusion
Fail: Another Facebook extension is installed, including the Facebook Javascript library, and may conflict.
Test: Checking for known-conflicting extensions
Pass
Test: Checking if Debug Mode is enabled
Pass
Test: Checking HTML structure
Pass
The topic has been locked.
Support Specialist
11 years 3 months ago #51782 by mel
Replied by mel on topic Facebook login is not working
Yes, there is a conflict on your page because you have another extension on your site which is using a deprecated version of the Facebook Javascript library, all.js. JFBConnect is using the newer, recommended javascript library sdk.js. Facebook has recommended for the past year to transition away from using the older library. The big problem with having these both on your site is that these two libraries will not work together. If you want social login functionality on your site, you will need to continue to use the newer library and remove any inclusions of the all.js file on your site.

On your page, there are many blocks of code with the following that need to be removed:
(function(d){
var js, id = 'facebook-jssdk'; if (d.getElementById(id)) {return;}
js = d.createElement('script'); js.id = id; js.async = true;
js.src = '//connect.facebook.net/en_US/all.js#xfbml=1';
d.getElementsByTagName('head')[0].appendChild(js);
}(document));

I'd suggest turning off all other Facebook functionality in your other extensions as a way to get started and then re-running the Autotune Error Check to see if the warning is resolved.

-Melissa
The topic has been locked.