Table of Contents
Getting Started #
In order to allow your visitors to login with their Google account, first you must create a Google App. The following guide will help you through the Google App creation process. After you have created your Google App, head over to “Settings” and configure the given “App ID” and “App secret” according to your Google App. Let’s Learn…
Create Google App #
- Go to https://console.developers.google.com/apis/
- Log in with your Google ( if you are not logged in )
- If you don’t have a project created. You’ll need to create a project. Click Create Project Button.

- Here you need to give a project name then click Create button. Once you have the project created you’ll end up in the dashboard.

- Click the OAuth consent screen button on the left side of your screen.

- Choose a User Type according to your needs (Internal or External). If you would like to use this app for other purposes, go through this OAuth API verification FAQs
- After selecting User Type click create button

- Enter a name for your App to the Application name field, which will be displayed as the name.

- Fill up others information like Authorized domains, Application Homepage link, Application Privacy Policy link etc. You can find several privacy policy generators by searching on google.
- Save your settings!

- Now from Credentials > Create Credentials > select oAuth client ID.

- From the oAuth client ID. you page you will need to select Application type as Web Application and Full up Authorized redirect URIs.

- You will find the redirect URIs form WP Social Plugin.
- Click get started button of google login.

- After that you can see your client ID and client Secret .

Use your client ID and client Secret with WP Social #
- After the successful google app creation process you will need to go to WP social plugin from dashboard.
- Click get started button of the google app login.
- Open Settings Tab.
- Here you need to copy and paste Client ID and Client secret.
- Click Save changes button.
