I have my own small icon of facebook displayed on header.php and I want that whenever somedy presses it, the facebook connect function would be triggered. How to enable this without adding facebook default buttons? thanks.

I use WP facebook connect plugin

link|improve this question

48% accept rate
This appears to be a Facebook API question, rather than a WordPress question. – Chip Bennett Feb 27 at 13:19
feedback

closed as off topic by Chip Bennett, Brady Mar 1 at 19:06

Questions on WordPress - Stack Exchange are expected to generally relate to WordPress, within the scope defined in the faq.

1 Answer

With their javascript library, make the button click trigger the FB.login function.

http://developers.facebook.com/docs/reference/javascript/FB.login/

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.