This extension allows people to login and register through a social network account in your Magento 2 Store. I created this extension to fit my needs.
This extension was made from scratch using the javascript SDK of Facebook and Google API
- Magento 2 (2.0.x or 2.1.x and above) Installed.
- An app registered in Facebook or Google.
- Create "app/code/Pekebyte/SocialLogin" folder.
- Clone or download this repository into "Pekebyte/SocialLogin" folder.
- Run
php bin/magento module:enable Pekebyte_SocialLogin - Run
php bin/magento setup:upgrade - Run
php bin/magento setup:di:compile - Run
php bin/magento setup:static-content:deploy --area="frontend"
For configuration options on the admin dashboard, go to: "Stores -> Configuration -> Customers -> Social Login". And then make sure to enable the plugin on General Section.
| Description | Screenshot |
|---|---|
| Login Page | ![]() |
| Register Page | ![]() |
- Pedro Molina - Initial work - pekebyte
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details
- This plugin was inspired by mageplaza/magento-2-social-login
- This plugin uses fontawesome

