Description
Login With – Google Login for WooCommerce, is a simple and secure plugin that adds Google authentication to your WooCommerce store. It allows customers to log in using their Google accounts, providing a quick and familiar login experience that leads to better conversion rates and more sales. With just one click, customers can log in with Google — no passwords, no forms, no friction. Faster checkouts mean fewer abandoned carts and more completed purchases. Simple to set up, trusted by users, and built to help your store grow.
External Services
This plugin uses Google OAuth 2.0 for authentication. When a user clicks the «Login with Google» button, the following data is sent to Google’s servers:
- Client ID and Client Secret (configured in plugin settings)
- User’s email address and basic profile information (name)
- Authentication state token for security
This data is used to:
– Verify the user’s Google account
– Retrieve basic profile information
– Create or update the user’s account in your WooCommerce store
The plugin connects to these Google services:
– https://oauth2.googleapis.com/token (for authentication)
– https://www.googleapis.com/oauth2/v2/userinfo (for user profile data)
For more information about Google’s data handling, please review:
– Google’s Terms of Service
– Google’s Privacy Policy
Features
- Conversion rate and sales booster
- Adds a «Login with Google» button to WooCommerce login forms
- Works on both the account page and checkout
- Secure OAuth 2.0 authentication
- Automatic user account creation for new Google users
- Syncs user’s name and email from Google profile
- Customizable button appearance
- Mobile-friendly design
Requirements
- WordPress 5.0 or higher
- WooCommerce 3.0 or higher
- PHP 7.2 or higher
- Google API credentials (Client ID and Client Secret)
Installation
- Go to Plugins > Add New Plugin > Upload Plugin > Select the zip folder / Upload / Install / Activate
- Go to Settings > Login With
- Enter your Google API credentials:
- Client ID
- Client Secret
- Add the Redirect URI to your Google Cloud Console:
- Go to Google Cloud Console > Credentials
- Edit your OAuth 2.0 Client ID
- Add the Redirect URI shown in the plugin settings
- Save the settings
Getting Google API Credentials
- Go to the Google Cloud Console
- Create a new project or select an existing one
- Enable the Google+ API
- Go to Credentials
- Create an OAuth 2.0 Client ID
- Set the application type to «Web application»
- Add your website’s domain to authorized JavaScript origins
- Add the Redirect URI from the plugin settings
- Copy the Client ID and Client Secret to the plugin settings
FAQ
-
Where can I get Google API credentials?
-
You can get them from the Google Cloud Console. See the «Getting Google API Credentials» section in the installation instructions.
-
Yes, you can customize the button’s appearance by modifying the CSS in the plugin’s style.css file.
-
Does this work with WooCommerce checkout?
-
Yes, the Google login button appears on both the account page and during checkout.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Login With” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Login With” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0
- Initial release
- Added Google login functionality
- Added settings page
- Added automatic user creation
- Added mobile-friendly design