Home / Forums / WoodMart support forum / Google & Facebook Social Login Configuration Assistance (WoodMart v8.5.5)
Home › Forums › WoodMart support forum › Google & Facebook Social Login Configuration Assistance (WoodMart v8.5.5)
Google & Facebook Social Login Configuration Assistance (WoodMart v8.5.5)
- This topic has 3 replies, 2 voices, and was last updated 4 days, 6 hours ago by
Aizaz Imtiaz Awan.
-
AuthorPosts
-
July 30, 2026 at 7:47 am #724565
bravuraiqParticipantHello XTemos Support,
I hope you are doing well.
I am using the latest licensed version of WoodMart (v8.5.5) on my website:
I am currently configuring both Google and Facebook Social Login.
For Google, I have already completed the Google Cloud OAuth setup:
* OAuth Consent Screen configured.
* Client ID and Client Secret added to WoodMart.
* Authorized JavaScript Origin:* Authorized Redirect URI:
https://bravura-iq.com/wp-admin/admin-ajax.php?action=wd_google_login
However, when I click Continue with Google, I receive the following error:
Error 400: redirect_uri_mismatch
Could you please confirm the exact Redirect/Callback URL required by WoodMart v8.5.5 for Google Login? If the correct callback URL is different from the one above, please provide the exact URL.
Additionally, since I will also configure Facebook Login, could you please provide or confirm the correct Facebook Callback URL required for WoodMart v8.5.5, so I can configure both providers correctly from the beginning?
If there are any additional settings or requirements specific to WoodMart 8.5.5 for Google or Facebook Social Login, please let me know.
Thank you very much for your assistance.
July 30, 2026 at 3:03 pm #724630Hello,
Thank you for contacting us.
The **Error 400: redirect_uri_mismatch** indicates that the Redirect URI sent by your website does not exactly match the Redirect URI configured in your Google Cloud Console. Even a small difference (such as an extra slash, HTTP vs HTTPS, or a different callback URL) will cause this error.
I am sure you have already go through the theme documentation here:
https://xtemos.com/docs-topic/how-to-configure-google-login/
https://xtemos.com/docs-topic/how-to-configure-facebook-login/Otherwise, please follow the steps below to resolve the issue.
### Step 1: Verify the Redirect URL in WoodMart
Go to:
**Dashboard → Theme Settings → Login/Register → Google Login**
Ensure that Google Login is enabled and your **Client ID** and **Client Secret** are entered correctly.
### Step 2: Copy the Callback URL from WoodMart
Instead of entering the callback URL manually, please use the callback URL displayed in the WoodMart Social Login settings (if available). This ensures there are no typing mistakes.
If your installation does not display the callback URL, the default callback URL is:
`
https://bravura-iq.com/wp-admin/admin-ajax.php?action=wd_google_login
`### Step 3: Configure Google Cloud Console
Open your Google Cloud Console project and navigate to:
**APIs & Services → Credentials → OAuth 2.0 Client ID**
Verify the following:
**Authorized JavaScript Origins**
**Authorized Redirect URIs**
`
https://bravura-iq.com/wp-admin/admin-ajax.php?action=wd_google_login
`The Redirect URI must match exactly. Please make sure:
* HTTPS is used.
* The domain is identical.
* There are no trailing slashes.
* There are no extra spaces or different URLs.After saving the changes, wait a few minutes for Google’s servers to update before testing again.
### Step 4: Clear Cache
After making the changes:
* Clear your website cache.
* Clear any server cache.
* Purge Cloudflare cache (if applicable).
* Open the website in an Incognito/Private browser window and test the login again.### Step 5: If the Issue Persists
If you are still receiving the **redirect_uri_mismatch** error, it usually means that Google is receiving a different callback URL than the one configured.
Please send us the following information:
1. A screenshot of your Google Cloud Console **OAuth Client** settings showing the Authorized Redirect URIs.
2. A screenshot of your WoodMart **Google Login** settings.
3. The complete URL shown in your browser after the error occurs (copy it from the browser address bar). This URL contains the exactredirect_uribeing sent to Google and will help us identify the mismatch.—
### Facebook Login
For Facebook Login, configure the Valid OAuth Redirect URI as:
`
https://bravura-iq.com/wp-admin/admin-ajax.php?action=wd_facebook_login
`Also make sure that:
* Your website uses HTTPS.
* The App Domains include your website domain.
* The Privacy Policy URL and Terms of Service URL are configured if required by Meta.
* The Facebook App is in Live mode before testing with non-admin accounts.Following the steps above should resolve the issue in most cases. If the problem continues, please provide the requested screenshots and the full error URL so we can investigate further.
Best Regards.
-
This reply was modified 4 days, 23 hours ago by
Aizaz Imtiaz Awan.
July 30, 2026 at 8:04 pm #724660
bravuraiqParticipantJuly 31, 2026 at 8:49 am #724667Hello,
Can you please add me as a developer in your Google Login app so I will check the settings and let you know the solution? Also, please share the WP admin login details of your site.
My Email is: aizazawan.blackpearlspro@gmail.com
Best Regards.
-
This reply was modified 4 days, 23 hours ago by
-
AuthorPosts
- You must be logged in to create new topics. Login / Register