Sorry for the issues you're running into with JFBConnect/JLinked and this site.
First, the issue with uploading to this site should be fixed. There was a Javascript issue due to a glitch on our site. Hopefully, that should work fine for you now.
As for the Login with LinkedIn issue, it looks like you upgraded to JFBConnect v6.0. That new release includes all JLinked features, so you won't need JLinked anymore. If you haven't already gone through it, we'd recommend reading through the
JLinked to JFBConnect migration guide
.
Once fully migrated, you'll want to update the 2 login buttons on your home page.. currently, you're using the following Javascript code for each button:
jfbc.login.login_custom();
jlinked.login.login_custom();
You should update to the new methods which are easier to recognize and use:
jfbc.login.provider('facebook');
jfbc.login.provider('linkedin');Hopefully, that's all you need to do.. but if you make the change and still run into issues, just let us know!
Thanks, and good luck,
Alex