Legacy import – Google

Important steps before the import

Make sure that the redirect URI for your app is correct before proceeding.

  1. Visit https://console.developers.google.com/apis/
  2. If you have more projects, select the one where your app is.
  3. Click on Credentials at the left-hand menu then select your app.
  4. 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.
  5. Save your changes.

The following settings will be imported:

  1. Your old API configurations
  2. The user prefix you set

Other changes

  1. The custom redirect URI is now handled globally for all providers, so it won’t be imported from the previous version. Visit Nextend Social Login > Global settings to set the new redirect URIs.
  2. 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.
  3. 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.