Was it works well.
so, are you saying it was working well?
A plugin that modifies the redirection can cause conflicts. We do not have a list. Which other plugins are you using?
Thanks.
Hi,
Indeed, the registration redirects seem to work, but not the login redirects.
Was it working before?
Did you install any plugin that could be related?
Thanks.
Hi,
Login with LinkedIn on your website looks to work fine from here.
Redirection after registration lands to a form. If the form is not completed, then later logins do not redirect correctly.
Maybe you can verify the Wordpress configuration of the …
Hi,
Not familiar with custom login pages, but maybe try do_action('login_form'), as we have a hook to render there (file user_interface.php, line 803 or about).
Regards.
Ah! Interesting, we do not provide a plugin for Jamroom. So, the Jamroom folks did the integration (which is great to hear).
We do not have spam account filtering on our servers, often this is done in the CMS (or web app in general), once the social…
Hi,
There is no JSP SDK. These links can provide some help: the full documenation docs.oneall.com/services/implementation-guide/, and a contributed Android SDK which could maybe help for Java https://github.com/oneall/android-sdk.
In a nutshell, you…
Hi,
Maybe you start from this theme:
https://secure.oneallcdn.com/css/api/themes/beveled_connect_w208_h30_wc_v1.css
which provides text right of the icons.
Just an idea and not a definite answer!
Hi,
Are you using our plugin in a specific environment (Wordpress...)?
In some of these CMS we have hooks you can attach to that can let you parse registrations...
Regards.
Hi,
What we have is sharing analytics API.
This allows to get some metrics on the impact of the publication (referrals, comments, likes...), and links to the comments.
Maybe this is what you want.
Regards.
Hi,
The space removal is done in file sociallogin_acp_module.php, around line 1536
($data ['user_login'] = str_replace (' ', '', trim ($data ['user_login']));).
You could remove this line if you want to keep spaces.
Hope this helps.