I figured it out
-
I figured out how to manually place the FB login button anywhere you want here is the code i used:
<?php if ( is_user_logged_in() ) { } else { ?> <div class="login-fb"> <div class="fball_form" title="Facebook All"> <span id="fball-facebook-login"> <a class="fball_login_facebook" onclick="FbAll.facebookLogin();" title="Login using Facebook" href="javascript:void(0);"> <span>Login with Facebook</span> </a> </span> </div> </div> <?php }; ?>
- The topic ‘I figured it out’ is closed to new replies.