Theme Developer Docs

Display Login buttons in your theme Place the PHP code below to your theme’s file to display the social login buttons. View the code on Gist. You might need to echo the NextendSocialLogin::renderButtonsWithContainer();, like this: <?php if(class_exists('NextendSocialLogin', false)){ echo NextendSocialLogin::renderButtonsWithContainer(); } ?> Default HTML source of the buttons View the code on Gist. NextendSocialLogin::renderLinkAndUnlinkButtons This … Continue reading Theme Developer Docs