Implement social login for Magento 2.x. Inspired by mageplaza/magento-2-social-login that focus everything on a popup. While this extension social login implemented on several areas following Magento default implementation.
I'm not forking or help to improve the mageplaza/magento-2-social-login, because too much modification required and that extension having ads for Mageplaza products, so I just create a new one. While I'm copy some small amount of the source codes to use in this extension.
You can help to add more social login support based on hybridauth/hybridauth support.
- PHP 7.0.12, I think should also working in PHP 5.5.9 and above.
- hybridauth/hybridauth version 2.9.x, not tested with HybridAuth 3 (not yet released). Install it using composer first.
- Create "app/code/Sulaeman/SocialLogin" folder.
- Clone or download this repository into "Sulaeman/SocialLogin" folder.
- Run "php bin/magento setup:upgrade".
- Run "php bin/magento setup:di:compile"
- Run 'php bin/magento setup:static-content:deploy --area="frontend"'.
Go to Stores -> Configuration -> Customers -> Social Login
-|- 05-04-2017 (Sulaeman)
- Magento 2.1.5 support
Description | Screenshot |
---|---|
Login Page | |
Register Page | |
Login Popup, when you click the checkout button and guest checkout is disabled | |
Checkout Page |
Please open a issue (please check if similar issue exist reported here, just comment). We will consider to fix or close without fixing it.
Thank you for your help improving it.