landofcoder/module-social-login
Composer 安装命令:
composer require landofcoder/module-social-login
包简介
SocialLogin Extension
关键字:
README 文档
README
The module allow customer login the site with social accounts like Facebook, Twitter, Google Email
The module require setup library before to use
Try to setup the social login library via composer:
composer require landofcoder/module-social-login-lib
How to setup module
-
Upload module file into folder app/code/Lof/SocialLogin
-
Run magento 2 commands:
php bin/magento setup:upgrade --keep-generated
php bin/magento setup:static-content:deploy -f
php bin/magento cache:clean
- Go to admin > Stores > Configuration > Landofcoder - Extensions > Social Login to config the module
How to get callback url on module to config Social Application?
When you config social application, maybe require call back url / call back uri. The module are using callback link with format as this:
https://your-site-domain/lofsociallogin/[social_login_type]/callback
Example:
- Facebook callback link: https://your-site-domain/lofsociallogin/facebook/callback
- Instagram callback link: https://your-site-domain/lofsociallogin/instagram/callback
- Wordpress callback link: https://your-site-domain/lofsociallogin/wordpress/callback
- Pinterest callback link: https://your-site-domain/lofsociallogin/pinterest/callback
Donation
If this project help you reduce time to develop, you can give me a cup of coffee :)
Our Magento 2 Extensions List
Featured Magento Services
统计信息
- 总下载量: 4.94k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: OSL-3.0
- 更新时间: 2021-10-27