If you are using Super Socializer plugin for Social Login, follow the steps mentioned below to enable Google Login at your WordPress website.
Steps To Enable Google Login
- Navigate to Google API Console section and login to your Google account if required.
- If this is your first app, you will require to “Create a project” and also may require to accept Terms and Conditions. If you do not see this page, move to step 3.
- If you have created apps before, you will be able to see the list of projects. You can also create a new project by clicking “CREATE PROJECT” at the top.
Click on the project name for which you want to create app. - Navigate to APIs and Services > Dashboard page from the menu at top-left corner.
- Click ENABLE APIS AND SERVICES. Then click Google+ API on the next page.
- Click ENABLE. If it is already enabled, move to next step.
- Navigate to APIs and Services > Credentials section from the menu in top-left corner
- Navigate to OAuth consent screen section
- Select email in Email address option and enter your product/website name in Product name option (these are mandatory to specify). Optionally, you can fill other details. Save the details. These details will be shown when user logs in first time at your website using GooglePlus
- Click OAuth client ID after clicking Create credentials button
- Fill the fields as described below
- Application type: Select Web application
- Name: Specify the name of your app (You can enter whatever name you like, but it’s recommended to enter your website or company name in this field)
- Authorized JavaScript origins: Leave empty
- Authorized redirect URIs: Open your website homepage (at which you have installed the plugin) in browser, click the address bar so that website url gets highlighted, copy this url and paste it in this option. Please make sure that this url includes http:// or https:// (for example: http://mywebsite.com or http://www.mywebsite.com)
- Click Create button
- Copy Client ID and Client Secret and paste these in the Google+ Client ID and Google+ Client Secret options of your plugin, respectively. Do not forget to Save Changes after configuring all the options on plugin settings page.