Plugin Support
Laszlo
(@laszloszalvak)
Hi @skumar1st
As for the profile page:
Nextend Social Login is not a profile builder plugin, but it is just a simple social login plugin that gives your visitors an option to login and register with their social accounts.
The accounts that we register behave exactly the same way as the normal WordPress accounts registered over the /wp-login.php page, just their account gets registered using the data that comes from the social media provider.
As for editing the profiles:
If a person wants to edit his/her account, then it works the same way as for normal WordPress accounts, so they can modify their data on the “Edit Profile” page ( /wp-admin/profile.php ).
If you want to have some kind of custom profile page on the frontend, then you could also use a dedicated profiler plugin, e.g. Ultimate Member.
As I mentioned above we register accounts the same way as WordPress does. So until the profiler plugin pulls the same data that WordPress uses, then the data that we stored ( e.g. email, name ) will show up in the custom Profile page as well.
As for the log out:
The log out from your website is not handled by Nextend Social Login, but by WordPress it self. So if you want to create a logout link, you could use the built in WordPress Login/out widget.
Or if you would like to have a custom logout button, then you could simply redirect the user to the logout url endpoint of your site, e.g.:
Or if you want to redirect to a custom URL after the logout, you could generate a logout url even with the wp_logout_url() PHP function of WordPress:
Best regards,
Laszlo.