Topic-icon Facebook Botton not working

Active Subscriptions:

None
10 years 8 months ago - 10 years 8 months ago #36135 by andres_Santiago
Hi there,

I am just starting to configure a new jomsocial website with the Social Bundle to login and invitex to send friend invitations. The Facebook button is not working and linkedin is goin to www.atjump.com/undefinedindex.php?option...ate&return=undefined. I followed the manual to configure JFBConnect and JLinkedin, however I don't know if is important to change the status of Invitex and Jomsocial Facebook and registration plugins to disable.

The website is www.atjump.com

Thank you.
Last edit: 10 years 8 months ago by andres_Santiago.
The topic has been locked.
Support Specialist
10 years 8 months ago #36156 by alzander
You should definitely disable the Facebook integration in JomSocial when using JFBConnect. Please read our JomSocial Facebook Integration guide for more information on how to set both up properly together.

I'm not sure any special configuration is required with Invitex. I'd start with the above and see if that helps the situation.

Let me know how that goes,
Alex
The topic has been locked.
Active Subscriptions:

None
10 years 8 months ago - 10 years 8 months ago #36243 by andres_Santiago
Hi Alex,

Thank you for your answer. I already configure the extension using the tutorial, and even changed the status of jomsocial and invitex facebook plugins to unable in Joomla Plugin Manager. However is an error yet, do you have a clue what is wrong?

Cheers!
Last edit: 10 years 8 months ago by andres_Santiago.
The topic has been locked.
Support Specialist
10 years 8 months ago #36273 by alzander
I just looked at your site and I couldn't find either the Facebook or LinkedIn login buttons, which makes it difficult to test. For Facebook, I did see one obvious problem.. you have a Gavick template and have it's social features enabled. That's re-including the Facebook Javascript library on the page and initializing it in a way that is incompatible with authentication and many other features of JFBConnect. You'll need to disable the Gavick social integration for Facebook. There should also be a warning about this when you use the Error Checker in Autotune.

For LinkedIn, I really can't tell what the issue is until I can test logging in.

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

None
10 years 8 months ago #36296 by andres_Santiago
Hi Alex,

You are right about social components at Gavick Template. I changed to disable the social functionality at template manager and now the Facebook button is working.Now I am checking the LinkedIn button because maybe I have an error in its configuration. We were changing the frontpage when you went there, now you can see the SClogin module.

Thank you!
The topic has been locked.
Support Specialist
10 years 8 months ago #36306 by alzander
Glad that got your Facebook button going.

For LinkedIn, the problem isn't directly related to JLinked. The issue is that there's some sort of Javascript error on your page that is preventing our Javascript from properly initializing, and will likely cause you other issues. When the page loads, in the Javascript console, is the following error:

Uncaught SyntaxError: Unexpected token ILLEGAL www.atjump.com/:102

That line is coming because you added additional permissions requests to the JLinked configuration area, but are adding them on new-lines, not as comma-separated values. That's breaking the Javascript and causing the error. In general, you shouldn't need to define the permission values unless you're doing some custom coding. Our profile plugins will automatically request the needed permissions.

Directly after that error is where our jlinked variables are defined. Specifically, the jlinked.base varable, which should just be your home page. On your site though, because of that error, it's undefined, which is why the redirection is going to your site with undefined in the link.

Remove those permissions, or put them in correctly, and things should start going.

I hope that helps,
Alex
The topic has been locked.