Theme Developer Docs – Nextend Social Login – WordPress Plugin

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 →

<span class="nsl-button nsl-button-default nsl-button-facebook" ... This file contains all necessary CSS codes for the wide and icon buttons. It's called in every ...

Lee mas