tags:

views:

177

answers:

1

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.

+1  A: 

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.

zerkms

related questions