Hi,
Maybe something like this:
function redirect_to_dashboard_2( $redirect_to ) { return home_url('/edit-profile'); } add_filter( 'registration_redirect', 'redirect_to_dashboard_2', 10, 1);And without the oa_social_login_filter filters.
Let us kno…
Hi,
First, on app.oneall.com, go to setup social networks, choose Facebook, then setup Facebook, and follow the instructions there.
This should walk you through the creation of an Facebook App.
Don't forget the: Add Platform button, select Website, …
Hi,
Looks like you activated a registration mode where the user is sent an email to continue.
Have you changed the registration settings? (either the extension or in Magento)
Regards
Hi again,
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.
Regards
@Ashish_Patel,
Could you post the URL of the Windows error popup? (copy/paste the URL when you attempt to link to a Windows Live account). Should be something like: https://login.live.com/err.srf? ...
Thanks.
Hi Leo,
There is a OneAll Social Sharing plugin you can download from the Wordpress site (using the usual plugin admin interface).
I don't know about the Sumome plugin, and it's sharing feature though.
Does it have some kind of sharing feature that …
Hi,
We understand the problem, it also hurts us because the URL mentions our service.
We'll add it to our list of todo's, but will not likely be dealed with shortly.
Hi,
Yes, you can use this update_user_meta for this (which is what the plugin does actually).
Just be sure we understand: in your setup, is the username the email address? So, you want to update the user name, and not just the user address?
Sorry fo…