Hi,
If the 2 websites connect to the same Oneall application (app.oneall.com), then you can copy the wp_usermeta records (especially the oa_social_login_* metakeys).
Note that the usermeta records point to a wordpress user id, so that needs to match…
Hi,
The endpoint docs.oneall.com/api/resources/users/read-contacts/ points to the Facebook friends endpoint (for the Facebook provider), and the response includes a count field, both per social provider, and overall.
So, that should be the friends c…
Hi,
Have you modified the header template? If so, could you send it to us (email for example)
Are your Oneall settings correct (filled in the domain name, without spaces in the domain, and saved)?
Regards.
Hi,
The Oneall module's library (...socialize/library.js) does not get added to the header of the page (register/login) for your theme.
We do not know why :-(
One possible thing to check is: do you have in the file header.tpl of your theme (catalog…
Hi,
Thanks. I have not received the email. Look at my forum profile for the email address (@oneall.com).
Another user is reporting a similar problem with a custom theme. So there is something wrong here, that we like to fix.
Regards.
Hi,
Maybe the account you are linking to is already linked to another account (should give you a message though).
Administrator should be able to link.
Regards.
Hi,
This is normal behaviour.
A regular Linkedin application will not deliver this extra information (to our plugin or any other).
To get the extra info you want, your Linkedin app must go through the "Apply with LinkedIn program" (so, request thi…
Hi Ray,
Unfortunately, this is not already part of the functions.
You can perhaps have a look at the various JS methods and events which we provide (some require paid plans) at: docs.oneall.com/api/javascript/library/methods/
Regards
Hi Ingo,
Thanks.
First, did you fill in your Oneall subdomain in the plugin configuration?
(you can also test the settings, but do not forget to save the settings)
Regards.
Hi,
In the request to the synchronize endpoint, did you add try to include some POST data?
To set "update_user_data" to false and "force_token_update" to true, for example.
Regards.
Hi,
For example, one possibility is to define a shortcode, in your theme's functions.php, like this: add_shortcode('show_url', 'show_url_fun'); function show_url_fun () { if (is_user_logged_in()) { $current_user = wp_get_current_user…
Hi,
Ok. Your question is how to display a wordpress user's profile field on the front page.
This is not really related to Oneall, but to Wordpress, because the info you want is part of the Wordpress user profile.
Maybe you'll get some answer here la…
But here is a reply anyway:
This is normal. To get the extra info you want, your Linkedin app must go through the "Apply with LinkedIn program".
https://developer.linkedin.com/docs/fields
Once you get approval, you must tick these extra fields in t…