Topic-icon Login with FB button not visible in FF

Active Subscriptions:

None
13 years 5 months ago #29245 by Manos
I have added {JFBCLogin} into mod_hello and it displays "Login with FB" button in Chrome and IE, but not in FF:
www.gameworld.gr/ - see left "Προφίλ" module.
The topic has been locked.
Support Specialist
13 years 5 months ago #29251 by alzander
When I run the Autotune Error Check tool on your page, I see the following message:

Test: Facebook Javascript library inclusion
Warn: Another Facebook extension is installed, including the Facebook Javascript library, and may conflict.

That other Facebook library needs to be removed. Depending on the order its loaded (which is browser-specific), the button may not work. That's why it's not working in FF.. and you'll probably have other issues in Chrome or IE.

I don't know what extension is adding the library, but if you look at the bottom of the HTML source code on the page, you'll see the loading of a Javascript file "all.js". That needs to be removed.

Hope that helps,
Alex
The topic has been locked.
Active Subscriptions:

None
13 years 5 months ago #29500 by Manos
Can JBConnect conflict with JomSocial?
Are there any solutions how to use them both?
The button is fine in IE and Chrome, but fails in FF, so I guess this is either javascript or css issue.
The topic has been locked.
Support Specialist
13 years 5 months ago #29504 by alzander
It's a Javascript issue, as mentioned above. It's definitely a Javascript issue and not a CSS problem. To fix, you need to remove the extra Javascript inclusion at the bottom of your page.

I don't know what extension is adding that extra call, but it's incorrect. It doesn't include an AppId and is the old way of initializing the Facebook Javascript library. Having both JFBConnect (correct) and the extra inclusion (incorrect) is causing your conflict.

Once you fix that, your issue should be solved.

Thanks,
Alex
The topic has been locked.
Support Specialist
13 years 5 months ago #29505 by alzander
JFBConnect doesn't conflict with JomSocial as long as the JomSocial Facebook integration is disabled. There should only be one extension trying to manage Facebook registrations on your site.

Alex
The topic has been locked.
Active Subscriptions:

None
13 years 5 months ago #29509 by Manos
Thanks for pointing to right direction, that was useless block of code from Gavick template which has own social features.
The topic has been locked.
Support Specialist
13 years 5 months ago #29510 by alzander
Gotcha. Glad you found the problem, and hopefully you don't run into any other problems. If you have any questions though, just let us know.

Finally, if you haven't already, please consider leaving a rating and review for JFBConnect, or our support, on the Joomla Extension Directory. It's certainly not required, but very appreciated:
extensions.joomla.org/extensions/social-...ook-integration/7215

Thanks, and good luck,
Alex
The topic has been locked.