I'm using Facebook PHP SDK to login users to my website. But my problem is that I don't understand how I can change the button to my own button/image.
<div class="fb-login-button" onlogin="javascript:CallAfterLogin();" size="xlarge" scope="<?php echo $fbPermissions; ?>">Connect With Facebook</div>
This is how my code looks. But I want to show my image "connect.png" instead of the ugly standard button they give me.
Can you help me?
Love /Karl