• Home
  • Showcase
    • Newspaper Showcase
    • Newsmag Showcase
  • Support
    • Newspaper Forum
    • Newsmag Forum
    • Blog
    • Documentation
      • Newspaper Documentation
      • Newsmag Documentation
      • The Theme API
    • What’s New
      • Newspaper
        • What’s New in v 11.5
        • What’s New in v 11.4.3
        • What’s New in v 11.4
        • What’s New in v 11.2
        • What’s New in v 11
        • What’s New in v 10.4
        • What’s New in v 10.3.7
        • What’s New in v 10.3.2
        • What’s New in v 10.3
        • What’s New in v 10
      • Changelog
        • Newspaper
        • Newsmag
        • tagDiv Opt-In Builder
  • Services
    • Web Development Services
    • Web Solutions & CMS Development
    • Web design & Front-end Development
    • E-Commerce Development Services
    • Page Speed Optimization Services
  • Buy Newspaper
Search
tagDiv support
  • Become a member
  • Sign in
  • Home
  • Showcase
    • Newspaper Showcase
    • Newsmag Showcase
  • Support
    • Newspaper Forum
    • Newsmag Forum
    • Blog
    • Documentation
      • Newspaper Documentation
      • Newsmag Documentation
      • The Theme API
    • What’s New
      • Newspaper
        • What’s New in v 11.5
        • What’s New in v 11.4.3
        • What’s New in v 11.4
        • What’s New in v 11.2
        • What’s New in v 11
        • What’s New in v 10.4
        • What’s New in v 10.3.7
        • What’s New in v 10.3.2
        • What’s New in v 10.3
        • What’s New in v 10
      • Changelog
        • Newspaper
        • Newsmag
        • tagDiv Opt-In Builder
  • Services
    • Web Development Services
    • Web Solutions & CMS Development
    • Web design & Front-end Development
    • E-Commerce Development Services
    • Page Speed Optimization Services
  • Buy Newspaper
Home Newspaper Want Social Login Short Code on Login Page

Want Social Login Short Code on Login Page

Posted in: Newspaper
Post count: 8
rwongmalasit
#131117
Sep 1, 2016 at 10:35 am

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.

Login page

  • This topic was modified 9 years by rwongmalasit.
  • This topic was modified 9 years by rwongmalasit.
Post count: 7909
Alin [tagDiv]
#131194
Sep 1, 2016 at 2:27 pm

Hi,

Here you can find the code so you can implement your shortcode bellow the Forgot password line – http://screencast.com/t/sGHn1sAjRkKA

Thanks!

Post count: 11
ashishmahajan1
#138920
Oct 15, 2016 at 1:16 pm

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.
Post count: 22421
Bogdan B.
#139080
Oct 17, 2016 at 11:44 am

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!

Post count: 13
kautukbhatnagar
#152476
Jan 12, 2017 at 12:34 pm

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!!

Post count: 22421
Bogdan B.
#152517
Jan 12, 2017 at 3:44 pm

Thank you for posting your solution. I’m sure it will help our community.

Thanks.

Post count: 26
Rahim
#157080
Feb 7, 2017 at 7:39 pm

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?

Post count: 22421
Bogdan B.
#157168
Feb 8, 2017 at 9:39 am

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!

Post count: 9
rs81
#224794
Mar 22, 2018 at 10:15 pm

@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?

Post count: 14
PlanFugax
#249151
Aug 19, 2018 at 10:08 am

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

Post count: 22421
Bogdan B.
#249330
Aug 20, 2018 at 3:10 pm

Hello,

If you need to translate the them strings, please check this guide: https://forum.tagdiv.com/loading-translations/

Thank you!

Post count: 10
wwasabi1007
#250944
Aug 30, 2018 at 4:55 am

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

Post count: 22421
Bogdan B.
#251019
Aug 30, 2018 at 2:25 pm

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!

Post count: 27
sgupta_newspaper
#279032
Feb 23, 2019 at 12:27 pm

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

Post count: 22421
Bogdan B.
#279191
Feb 25, 2019 at 11:28 am

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!

Viewing 15 posts - 1 through 15 (of 15 total)
You must be logged in to reply to this topic.
rwongmalasit
Support Hours (GMT+2)

Monday - Friday:
8:00 AM - 17:00 PM

Documentation
  • Newspaper
  • Newsmag
Facebook Instagram Twitter Youtube
Welcome to the Community! This is our main Support Center and, also the place where you can make new friends, people just as passionate about websites as you are. Don’t hesitate to ask for help as we are here for you. Thank you for buying our products!
Contact us: contact@tagdiv.com
  • Home
  • Blog
  • Forums
  • About us
  • Support policy
  • Privacy Policy
© tagdiv.com | Proudly made with by tagDiv. All rights reserved
We use cookies on our website to give you the most relevant experience by remembering your preferences and repeat visits. By clicking “Accept All”, you consent to the use of ALL the cookies. However, you may visit "Cookie Settings" to provide a controlled consent.
Cookie SettingsAccept All
Manage consent

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.
Necessary
Always Enabled
Necessary cookies are absolutely essential for the website to function properly. These cookies ensure basic functionalities and security features of the website, anonymously.
CookieDurationDescription
cookielawinfo-checkbox-advertisement1 yearThe cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Advertisement".
cookielawinfo-checkbox-analytics11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics".
cookielawinfo-checkbox-functional11 monthsThe cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional".
cookielawinfo-checkbox-functional11 monthsThe cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional".
cookielawinfo-checkbox-necessary11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary".
cookielawinfo-checkbox-others11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other.
cookielawinfo-checkbox-performance11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance".
viewed_cookie_policy11 monthsThe cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data.
viewed_cookie_policy11 monthsThe cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data.
Functional
Functional cookies help to perform certain functionalities like sharing the content of the website on social media platforms, collect feedbacks, and other third-party features.
Performance
Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.
Analytics
Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics the number of visitors, bounce rate, traffic source, etc.
CookieDurationDescription
_ga2 yearsThis cookie is installed by Google Analytics. The cookie is used to calculate visitor, session, campaign data and keep track of site usage for the site's analytics report. The cookies store information anonymously and assign a randomly generated number to identify unique visitors.
_gat_gtag_UA_43963494_11 minuteThis cookie is set by Google and is used to distinguish users.
_gid1 dayThis cookie is installed by Google Analytics. The cookie is used to store information of how visitors use a website and helps in creating an analytics report of how the website is doing. The data collected including the number visitors, the source where they have come from, and the pages visted in an anonymous form.
Advertisement
Advertisement cookies are used to provide visitors with relevant ads and marketing campaigns. These cookies track visitors across websites and collect information to provide customized ads.
CookieDurationDescription
IDE1 year 24 daysUsed by Google DoubleClick and stores information about how the user uses the website and any other advertisement before visiting the website. This is used to present users with ads that are relevant to them according to the user profile.
test_cookie15 minutesThis cookie is set by doubleclick.net. The purpose of the cookie is to determine if the user's browser supports cookies.
VISITOR_INFO1_LIVE5 months 27 daysThis cookie is set by Youtube. Used to track the information of the embedded YouTube videos on a website.
YSCsessionThis cookies is set by Youtube and is used to track the views of embedded videos.
Others
Other uncategorized cookies are those that are being analyzed and have not been classified into a category as yet.
CookieDurationDescription
CONSENT16 years 5 months 26 days 13 hours 25 minutesNo description
yt-remote-connected-devicesneverThis cookies is set by Youtube and stores the user's video player preferences using embedded YouTube video.
yt-remote-device-idneverThis cookies is set by Youtube and stores the user's video player preferences using embedded YouTube video.
SAVE & ACCEPT
Powered by CookieYes Logo