Hello,

I'm using the Facebook Connect Module. It adds a Facebook Connect Login button to the default drupal login page.

I would like to add it to thickbox login. Any help would be appreciated.

The following code displays the Facebook Connect button on my site:

<div class="white">
<fb:login-button size="medium" background="white" length="long">
</fb:login-button>
</div>

Comments

rbishop’s picture

having the same issue, the fbml isnt rendered in the thickbox since its just loading part of the page that doesnt have the xmlns:fb in the ?

anyone find a work around for this ?