Skip to content
Public Ticket #22373

Social Login Pop up

Conversation thread

Nawimania replied

Customer Reply

Thank you dev,

Im done and it work.

PenciDesign Supporter replied

Staff Reply

Hi,

Please add the following code to the Soledad child theme "functions.php" file or via the Code Snippet plugin here:

add_action( 'login_form', function () {
    if ( class_exists( 'NextendSocialLogin', false ) ) {
        echo NextendSocialLogin::renderButtonsWithContainer();
    }
} );

Regards,
PenciDesign.

Nawimania started the conversation

Conversation Start

Hi dev, 

How to hook this pop-up login/register with social login button or shortcode? Whats plugin i need to install like nextend social login, Super Socializer or what?Thank you dev.

Want to join this conversation or access attachments? Sign in first.