When I put back - after removing it for testing - the general redirect , intended for users not using OneAll Social Login (just entering username and password manually), it is overriding what we did with the Shortcode and URI. How can we make the UR…
The following is working after adding your code to line 430:
In the page call to shortcode:
[social_login_callback_add_code]
Shortcode in php file echoing HTML and using "do_shortcode":
//SOCIAL LOGIN CHANGE callback to include code from link to p…
When I output the same thing using php->script it's not working. It's just redirecting back to the current page.
I see this on 951 but I don't understand what you mean by single quotes and where that is:
"//Build Callback URI
if (array_key_e…
OK, we're getting somewhere. When I removed the redirect link in OneAll settings (below) and changed it to Default -- it did work.
Widget & Shortcode Settings
Redirect users to this page after they have logged in with Social Login embedded by W…
I'm a little confused. Am I still using the shortcode we had before?
Entered the new solution.
[oa_social_login code="1234"] doesn't render the login icon...
Thank you for that suggestion. Still not working but hopefully we're getting closer.
Now we have:
In the page calling shortcode:
[social_login_callback_add_code]
For the new shortcode, I replaced this line "_oneall.push([\'social_login\', \'set_c…
Hi Frederic,
I looked here and found the following code to change oneall's callback:
https://docs.oneall.com/services/implementation-guide/social-login/
_oneall.push([\'social_login\', \'set_callback_uri\', your_callback_script]);
I am trying the…
Thank you Frederic, that's perfect. I searched for the first one you put oa_social_login_action_before_user_login, and found this:
https://github.com/wp-plugins/oa-social-login/blob/master/filters.txt
From the portion of it pasted below, I found th…
Hi Frederic,
I have the API public and secret keys from LinkedIn.
Is adding this line of code to functions.php what is necessary for getting the position?
update_user_meta ($user_data->id, 'positions:(title)', $identity->position);
Please d…