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
Copy and paste this URL into your WordPress site to embed
Copy and paste this code into your site to embed