I read the doc and I've been not able to find how to integrate social login in a modal. Actually I have both ways to register and login (modal and page).
Hi, The social login icons are added by calling this php function, in the login.template.php file: template_oneall_social_login(); Maybe you can add this line to your modal? Or look at what is necessary from the function definition (in the same file).
Answers
The social login icons are added by calling this php function, in the login.template.php file:
template_oneall_social_login();
Maybe you can add this line to your modal? Or look at what is necessary from the function definition (in the same file).
Regards.