Description
Social Login Integration is a WordPress plugin that allows users to authenticate using their social media accounts. The plugin supports Facebook and Google authentication, making it easier for users to access your site without creating a separate account.
Key Features:
- Facebook Login: Enable users to login with their Facebook account.
- Google Login: Allow users to login using their Google account.
- Google One Tap: Allow users to login using their Google One Tap.
- Customizable: Easily configure settings through the WordPress admin panel.
- Lightbox Tutorial: Step-by-step image tutorial for setting up authentication in Facebook and Google.
- Secure Authentication: Uses OAuth2 for secure login.
External Services
This plugin requires the use of third-party external services to facilitate its functionality. Below is a detailed description of each service used, including what data is transmitted, when, and why. Links to the respective terms of service and privacy policies are also provided.
Facebook API
This plugin integrates with the Facebook API to provide social login functionality.
- Purpose: Used for user authentication through Facebook login.
- Data Sent: The plugin sends the following data to Facebook’s servers:
- App ID
- App Secret (for server-side requests)
- Redirect URI
- OAuth tokens generated during the login process
- Facebook OAuth Login URL https://www.facebook.com/v22.0/dialog/oauth
- Facebook Access Token URL https://graph.facebook.com/v22.0/oauth/access_token
- Facebook User Profile URL https://graph.facebook.com/me
- When: Data is sent during the login process initiated by the user.
- Privacy Policy and Terms of Service:
Google API
This plugin integrates with the Google API to provide social login functionality.
- Purpose: Used for user authentication through Google login.
- Data Sent: The plugin sends the following data to Google’s servers:
- Client ID
- Client Secret
- Redirect URI
- OAuth tokens generated during the login process
- Google OAuth Login URL https://accounts.google.com/o/oauth2/auth
- Google Client Script URL https://accounts.google.com/gsi/client
- Google OAuth2 One Tap URL https://accounts.google.com/o/oauth2/v2/auth
- Google URL retrive User Info https://www.googleapis.com/auth/userinfo.profile
- When: Data is sent during the login process initiated by the user.
- Privacy Policy and Terms of Service:
WooCommerce (Optional)
If WooCommerce is active on your website, this plugin integrates with WooCommerce pages to offer social login functionality.
- Purpose: Enhances user experience by providing social login options on WooCommerce login, registration, and checkout pages.
- Data Sent: No additional data is sent to external services directly by WooCommerce integration. The data flow to Facebook and Google APIs is as described above.
Important Note: By enabling and using this plugin, you are agreeing to the terms and policies of the respective third-party services used for authentication.
How to Use
- Once the plugin is activated, go to Settings > Social Login.
- Enter your App ID and App Secret.
- Save the changes.
- Users will now see “Login with your Social Network” buttons on the login page.
License
This plugin is licensed under the GPLv2 or later. See License URI for details.
Credits
- Developed by: Thiago Quadros
- Lightbox feature powered by Lightbox2
- ChatGPT Powerful Developer
Installation
- Upload the
social-login-plugin
folder to the/wp-content/plugins/
directory. - Activate the plugin through the ‘Plugins’ menu in WordPress.
- Navigate to Settings > Social Login to configure the plugin.
- Follow the tutorial for setting up Facebook and Google authentication.
FAQ
-
How do I configure the Facebook and Google login?
-
After activating the plugin, go to Settings > Social Login. You’ll find the options to enter your Facebook App ID/Secret and Google Client ID/Secret.
-
Where can I find the tutorial for setting up authentication?
-
Click on the “Open tutorial” link within the plugin settings to see step-by-step instructions for configuring Facebook and Google login.
-
Can I use this plugin with any theme?
-
Yes, the plugin is designed to be compatible with any WordPress theme.
-
Activate registration on the Woocommerce configuration page in the Accounts and Privacy tab / Account creation / On “My Account” page.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Easy Social Login” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Easy Social Login” 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.7
- Updated the Facebook API to v22.0
- Added Facebook settings in several languages
- Added variable eslp_database_version to the WordPress Database Options table for version control of the plugin database
1.0.6
- Replaced Rewrite Rules: Removed dependency on permalink structure and replaced rewrite rules with a query string-based approach (?eslp__oauth_callback=1), ensuring compatibility with all permalink settings.
1.0.5
- Change escapes as well as some that will allow you to echo HTML safely. to comply with the WordPress plugin repository document standard.
1.0.4
- Remove Direct dependencies required in composer.json: facebook/graph-sdk 5.1.4 5.1.4 Facebook SDK for PHP Package facebook/graph-sdk is abandoned, you should avoid using it. No replacement was suggested.
- Conect Facebook OAuth2 directly without SDK composer.
- Change escapes as well as some that will allow you to echo HTML safely. to comply with the WordPress plugin repository document standard.
1.0.3
- Update lightbox 2.11.5
- Update composer Packages
- Changing the names of variables, functions, classes and features to comply with the WordPress plugin repository document standard. (BIG change)
1.0.2
- Add Shortcode [easy-social-login]
- Update language
- Removed the need to install the Woocommerce plugin to install Easy Social Login
1.0.1
- Correction to the database configuration after deleting the easy social login.
1.0.0
- Initial release
- Added support for Facebook and Google authentication
- Google One Tap
- Implemented lightbox tutorial feature