Hi Veronica,
are you getting the redirection error for LinkedIn?
_oneall.push(['social_login', 'do_render_ui', 'oneall_social_login_providers_9747485']); _oneall.push(['social_login', 'set_popup_usage', 'never']);
The do_render_ui must be called…
Hi Vincent,
it's possible that we released a Hotfix without updating the plugin version.
Could you please try to uninstall the plugin and re-install the latest version from the repository?
Regards,
Yes, you can inject your custom CSS code to the button iFrame by using this method:
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; }
Hi Garry,
yes, this is indeed a better solution. The OneAll API Keys should never bee included in a JavaScript file, as these files are disclosed to your visitors.
Regards,
Hi Lee,
the Root domain should automatically be filled out when you fill out the Redirect URLs.
If you enter per example https://subdomain.api.oneall.com/socialize/callback.html as Redirect URLs then the Root domain should change to subdomain.api…
Hi Prasenjit,
yes you can remove users through our API:
https://docs.oneall.com/api/resources/users/delete-user/
We can also remove the users on your behalf after you have made your tests.
Regards,