I have this:
<fb:login-button autologoutlink="true"></fb:login-button>
How do I customize the button by it image, size and etc??
Thanks in advance.
I have this:
<fb:login-button autologoutlink="true"></fb:login-button>
How do I customize the button by it image, size and etc??
Thanks in advance.
if you're using new Facebook JavaScript SDK you can use any element as button - just attach onclick event to that element and invoke FB.login() with necessary parameters.