Where to Add the Google App Details in Theme Options
This option is enabled/disabled from Theme Options → Social & Contact → Social Login
How to Create a Google App
Google Login requires you to create an app. Follow these steps:
Step1: Create a Project
- Log in to your Google account at https://console.developers.google.com
- Click Select a project → New Project
- Enter a project name, select a location, and click Create
Step 2: Configure OAuth Consent Screen
- Go to APIs & Services → Credentials
- Click OAuth Consent Screen
- Choose External (for public use) or Internal (if only for your Google Workspace users)
- Enter App Name, support email, and developer contact email
- Under Scopes, click “Add or Remove Scopes” → Select email and profile scopes
- Click Save and Continue until the setup is complete
Type the name and optional homepage url. Save.
Step 3: Create OAuth Client ID
- Go to Credentials → Create Credentials → OAuth Client ID
- Select Web Application
- Enter a Name
Select to create OAuth ID
- In Authorized Redirect URIs, add your website’s My Profile Page URL:
- Log into your WordPress site
- Navigate to My Profile
- Copy the page URL and paste it as the Redirect URI
- Click Create
- Copy the Client ID and Client Secret
Step 4: Create API Key
- Go to Credentials → Create Credentials → API Key
- Copy the API Key
- DO NOT add an HTTP referrer (Google Login requires a key with no referrer restrictions)

Step5: GO TO Library > select Social
Step 6: Copy Details to Theme Options
- Go to Theme Options → Social & Contact
- Locate the Google Login section
- Paste the Client ID, Client Secret, and API Key
Copy the keys in theme options
Copy the API key as well
Notes:
- Users who log in via Google will be registered as regular users.
- Use a separate API Key for Google Login to avoid conflicts with Google Maps API (which requires billing).
- Google Login only imports user email addresses. If a user gets an error, it may be because their email already exists in your WordPress database.