Hi,
I am using Social Login and i want to add social login short in login page
short code is “[oa_social_login]” on this page below just below the forget password line.

-
This topic was modified 9 years by
rwongmalasit.
-
This topic was modified 9 years by
rwongmalasit.
Hi,
Here you can find the code so you can implement your shortcode bellow the Forgot password line – http://screencast.com/t/sGHn1sAjRkKA
Thanks!
Hi,
I tried to customize the login modal as you suggested above so that i can get the social login buttons below forgot password but I am getting different result.The social media buttons are getting displayed under signin/join.I want them in modal.Can you please help me
-
This reply was modified 9 years by
ashishmahajan1.
Well this requires coding skills. We cannot do it for you, we can only point you in the right direction. Try to insert your shortcode in different places in the file and see the result it creates. We have not tested this, we only pointed out the file you need to edit. We cannot provide a specific solution for something that is not tested but we can guide you to where you can add your modification.
Thank you!
Hi @ashishmahajan1,
What i did is i used AccessPress Social Login Lite for social login,
After all API’s within accesspress i used the method posted by Alin [tagDiv]
Here you can find the code so you can implement your shortcode bellow the Forgot password line – http://screencast.com/t/sGHn1sAjRkKA
The proper way would be..
Find this line in Newspaper>parts>header>td-login-modal.php
<div class=”td-login-info-text”>‘ . __td(‘Forgot your password? Get help’, TD_THEME_NAME) . ‘</div>
and replace with below line
<div class=”td-login-info-text”>‘ . __td(‘Forgot your password? Get help’, TD_THEME_NAME) . ‘<br/>’.do_shortcode(‘[apsl-login-lite]’).’</div>
What you’ll get is result in below link
http://www.abhivyakti.in.net/wp-content/uploads/2017/01/social-login.png
hope this helps!!
Hi @alin_vilad
I’m using WP social login
and the apps says :
If you want to add the widget to another location in your website, you can insert the following code in that location:
<?php do_action( ‘wordpress_social_login’ ); ?>
For posts and pages, you may use this shortcode:
[wordpress_social_login]
I use the help that u said by but I get php error in my homepage.
How can I solve this?
Hello,
You probably did not add the code properly. Php as any other coding language is very sensitive to the syntax. You need to know what you are doing and how to add the code in order to not impact the other code in the file.
And one important issue. Our forum converts the double quotes so copying a code from this forum could result in bad quotation marks that need to be replaced.
Thank you!
@kautukbhatnagar thanks for your explanation, now it’s working (https://scarpe-antinfortunistica.it/forum/)
Are you able to edit modal login page for mobile with social icons?
Hola,
I would like to know how to configure the SIGN IN / JOIN so far I can not find the way, it appears in English and so that my website is a problem, apart from that I want to add some features such as:
-accept privacy policies
-ReCAPCHA y
– Login with social networks
_______________________________________
Me gustaría saber como configurar el SIGN IN / JOIN hasta ahora no encuentro la manera, me aparecen en inglés y para lo que irá mi web es un problema, aparte que quiero agregarle algunas funcionalidades como:
-aceptar políticas de privacidad
-reCAPCHA y
– inicio de sesión con redes sociales
Hello,
If you need to translate the them strings, please check this guide: https://forum.tagdiv.com/loading-translations/
Thank you!
Hi, I managed to add the Login with Facebook button to the modal, but it doesn’t work on mobile, as I imagine it uses a different php file. Could you point me out where can I add this button to to make it work?
Also, I am using your plugin for mobile version as it’s faster than the responsive site for mobile- so you know if there is a different source for the mobile. I would like to add it to both responsive version (because of tablets) and the mobile version plugin.
Thanks a lot.
Example here: http://www.portalexplora.com
If you use the mobile theme plugin, you will have to make the customization in the mobile folder as well: https://www.screencast.com/t/pQ9oPQmi
Thank you!
Please add social login on the default login page. It’s not possible to know coding skills and giving time + effort for setting it up. But you guys can easily add this. The native email login/sign up is getting older and conditional.
Kindly add social login. Due to lack of this option, I’m loosing so many subscribers who’re visiting on my site. You guys are only giving unnecessary things in the name of the update. Even we follow so many blogs and sites, we know the value of having a social login option is more engaging just like the social login comments instead of typical comment option.
You should check the screenshot: https://prnt.sc/mp0cxv
Hello,
Sorry but there is no current plan in motion for on adding a social login to the theme modal login. If this is such a big issue and you are losing visitors because of this, I would advice creating a custom login page where you can add a social login functionality. there are alternatives to the theme login modal. Please disable the theme login modal from the theme panel and read this guide: https://www.wpbeginner.com/plugins/how-to-create-custom-login-page-for-wordpress/
Thank you!
