First, if you're on JFBConnect v6.0, please make sure you're not using JLinked anymore. If you haven't already seen it, check out our
migration guide
.
The new, and final way to add a login button is:
jfbc.login.provider('facebook');
jfbc.login.provider('google');
jfbc.login.provider('twitter');
jfbc.login.provider('linkedin');That Javascript definitely changed a bit over the last year, but it's going to stay that way going forward.. so, lets say we add Instagram login in the future, it will use:
jfbc.login.provider('instagram');I hope that helps explain, but if you have any questions, let us know.
Glad 6.0 is working well for you so far, but should you have any issues, suggestions for improvements or general feedback, we'd love to have it!
Thanks,
Alex