In this guide you will add social login capability to your login template.
Open your login template
templateType: membership_login_page
Add the membership social login module
membership_social_logins
module to your template where you want the button(s) to appear.google_clientid="YourAppID"
replace “YourAppID” with the app ID you just copied.google_enabled=true
. This will make the Google login button appear.facebook_appid="YourAppID"
replace “YourAppID” with the app ID you just copied.facebook_enabled=true
. This will make the facebook login button appear.Test the social login