I have a custom button on my webpage that i like to assign a FB login to.
The custom button (JS handler):
<div class="button_wrap">
<a class="button_aLeft" id="button_aLeft"><span></span></a>
<a class="button_bLeft slidebttn" id="button_bLeft">Login<span></span></a>
</div>
Because the Facebook button holds a pretty long code i posted it on jfiddle:
Is it possible to assign the login action to the custom button?
Use login method of the JS SDK and run it onclick on your own button image ect.
http://developers.facebook.com/docs/reference/javascript/FB.login/