Legacy import – Google
Important steps before the import
Make sure that the redirect URI for your app is correct before proceeding.
- Visit https://console.developers.google.com/apis/
- If you have more projects, select the one where your app is.
- Click on Credentials at the left-hand menu then select your app.
- Make sure that the “Authorized redirect URIs” field contains the new redirect URL. It’s probably http://yourdomain.com/wp-login.php?loginSocial=google where yourdomain.com is your site’s URL.
- Save your changes.
The following settings will be imported:
- Your old API configurations
- The user prefix you set
Other changes
- The custom redirect URI is now handled globally for all providers, so it won’t be imported from the previous version. Visit
W3 Social Login > Global settings
to set the new redirect URIs. - The login button’s layout will be changed to a new, more modern look. If you used any custom buttons that won’t be imported.
- The old version’s PHP functions are not available anymore. This means if you used any custom codes where you used these old functions, you need to remove them.
After the importing process finishes, you will need to test your app and enable the provider.