Hi Alex,
I'm familiar (thanks to the great documentation) with creating custom image buttons for social login, but is there a way to create a standard HTML button to invoke the same functionality? Due mostly to responsive layouts, I would like to have a like,
<button type="button" class="btn btn-blue btn-facebook">Sign in with Facebook</button>
... and use CSS to style it (including adding the Facebook image.)
I can copy-and-paste the output of the current image buttons, like...
<a class="sc_fblogin btn btn-etc" href="javascript:void(0)" onclick="jfbc.login.provider('facebook');">MY NEW TEXT</a>
But is that reliable? Or should I create a short code of some sort, an equivalent of {JFBC}? I don't mind hacking away at some code to make it happen
Thanks in advance!
Amy