Topic-icon Complete the pattern! (javascript login register buttons)

Active Subscriptions:

None
6.0.1 is looking great - congrats.

Your advice please. If

FB button =
onclick="jfbc.login.login_custom();"
G+ button =
onclick="jfbc.login.google();"
and jLinked used to be =
onclick="jlinked.login.login();"

what do I use for twitter and linked in buttons now?
The topic has been locked.
Support Specialist
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
The topic has been locked.