Hi Richard,
no locale and time zone and not located there:
update_user_meta ($user_data->ID, 'locale', $identity->locale); update_user_meta ($user_data->ID, 'timezone', $identity->timezone);
Please have a look here for the identity fo…
Hello,
1) Reddit unfortunately does not provide the user's email address. So the plugin cannot use it to merge accounts. This is why it creates new accounts with a placeholder email address. For existing users the best solution is to open their pro…
Hi Ian,
what you can do is edit this file:
ext/oneall/sociallogin/core/helper.php
Then you look for this code:
// No user has been linked to this token yet. if (!is_numeric($user_id)) {
And you add this just below:
$this->social_login_re…
Hi Jack,
please empty your custom CSS and replace the code by this code:
.plugin #content { text-align: center !important; } .plugin #providers { display: inline-block !important; float: none !important; }
Hi Josh,
for WordPress you must edit the following file of the plugin:
includes/user_interface.php
Then please look for this line:
$output [] = " _oneall.push(['social_login', 'set_custom_css_uri', '" . $css_theme_uri . "']);";
And add this line…
Hi Josh,
if you are using our JavaScript implementation you can use the following method:
http://docs.oneall.com/api/javascript/library/methods/social-link/#set_popup_usage
If the app is being distributed and running on the end-user's device, then…
Hi David,
this filter should do the trick:
function oa_social_login_filter_fields ($user_fields) { $user_fields['user_url'] = ''; return $user_fields; } add_filter('oa_social_login_filter_new_user_fields', 'oa_social_login_filter_fields')…
Hi Yelsin,
you can find the complete instructions in the Facebook setup guide
in the Social Networks section of your site in your OneAll account.
Regards,