Hi Nigel,
Ok. Apparently, any time the Twitter service runs into trouble, their phone number procedure fails. Maybe it's recurring thing.
Or something totally different ;-)
Hi,
The plugin does login and registration. But it is customizable.
First, we'd need to know how do you plan to provide the access to the registered pages, without social login involved?
Are you considering some special permissions, another plugin,…
Hi,
This is not supported by the plugin as-is.
However, you can use the shortcode for the plugin.
For example, in your theme's functions.php file, add this (which you can customize more):
add_action ('comment_form_after', 'add_text'); function add_…
Hi Mahmoud,
It could be due to a misconfiguration of the Microsoft app, especially the Redirect URI (with the correct Oneall subdomain), Implicit flow ticked, Live SDK ticked. Could you double check the settings?
Also, we've recently (June 15) fixed…
Hi,
The Facebook icons shows on the forum, so is this now fixed?
(maybe it is a browser cache issue, that needs to be cleared on your browser)
Regards.
Hi,
The social icons show on the login page. But not on the registration page. Is this your problem?
Just to be sure: have you enabled the social icons on the registration page, in the Social Login settings?
The icons are shown with the after_signu…
Hi,
Here is a workaround.
We'll update our plugin shortly if this works for you.
In file: wp-content/plugins/oa-social-login/includes/user_interface.php
At about line: 613, replace this:
//Do not override if it's not the default avatar if (!empty …
Hi,
Ok. Unfortunately, there are many possible causes... So, we'll need some more information:
Which versions of WP and Buddypress are you using? (v2.6 seems recent)
Hi,
What is your website's URL?
Have you added your website to the list of whitelisted domains at app.oneall.com? (should trigger an error message though)
Try clearing your browser's cache.
Presumably, you have chosen to display the icons on your WP…
Hi,
You can add this to your theme's functions.php:
add_action('oa_social_login_action_before_user_insert', 'abort', 10, 2); function abort() { wp_redirect(home_url()); exit; }So now, users will only be able to login with their social accoun…
Hi,
What is the URL of your web site? Or, what environment are you using? (Wordpress, ...)
Do you get an error message mentioning whitelisting?
Is there caching involved in your web application? You can also try to clear your browser's cache.
Regar…
Hi,
Maybe try to change the Subs-OneallSocialLogin.php permissions to 644.
(Also, the directories should have permissions of 755, but that should be the case for the Sources dir.)
Which version of SMF are you using?
Hope it helps.