When using the method: _oneall.push(['social_login', 'do_login', 'google']);
I get the following error:
[Site:TriSys] The callback uri [null] does not seem to be a valid uri
Use the query argument callback_uri to specify it's value
However, I can use the social buttons without a URI - which is what I want because I am controlling the process by using the on_login_redirect event.
It seems that do_login is ignoring the on_login_redirect directive?
Answers
Correct, it does not.
However, you could use the direct connect API, which may be closer to your needs?
docs.oneall.com/services/direct-connect/social-login/
https://docs.oneall.com/api/javascript/library/methods/#sll_set_custom_css_uri
To the used CSS file you can then add a tag like this:
.footer{ display:none; }