Topic-icon When Loading ZAP Calendar, JFBConnect parsed data does not display

Active Subscriptions:

None
Hi so I recently purchased your product. When I go to my Zap Calendar Component, the {JFBConnect} will not display on that page. I've already added noconfilct strings to the js files on both components. These two are essential to my productivity of this site.
The topic has been locked.
Support Specialist
Can you explain a little more that {JFBConnect} won't work? There's no {JFBConnect} tag, so I'm assuming you mean the Login button or some other social widget. Also, please let us know what won't work? Does it not display, doesn't work when clicked, do you see an error message, or just no response at all, etc?

Finally, is there a page setup with the 'bad' behavior that we can see? That will help us diagnose the problem on-site.

Thanks,
Alex
The topic has been locked.
Active Subscriptions:

None
bushidojudoschool.com/calendar/beta-calendar
the tag used under the "Account" menu item is {JFBCLogin}. It works on every other page except for pages that have the "Zap Calendar" component or module loaded. It just simply does not show up.

Side note: I contacted the company that makes Zap Calendar as well to notify them of the issue in case it originated from their end.
The topic has been locked.
Support Specialist
Alex,
I think there's a few issues. Basically, there's multiple extensions on your site that are including the Facebook Javascript library. This should have been called out with the Autotune Error Checker as well. You'll need to investigate and remove the extra calls where possible.

To do so, open the HTML for the page and search for "all.js". It should only be there once, if possible. On your home page, it's being included 2 times (the 2nd time is also using a different Application ID than what you set in JFBConnect). On the Zap calendar page, it's there 3 times. One time is definitely from Zap calendar. If they have a way to disable Facebook integration, even temporarily, I'd try it to see if that helps.

Finally, the code for the login with Facebook button is actually being replaced properly. I can see the right code in the HTML for the button. It's just not displaying because Facebook's Javascript isn't executing properly, likely from the conflicts above.

Hope that helps explain,
Alex
The topic has been locked.