When a component from the fbconnect module is being used in a modal window by popups.module (http://drupal.org/project/popups) it will not render. This can occur when you display the login form in one of those windows.

The cause is that the Facebook javascript is only loaded on the first page load. This means that when you add FB Markup to your page after it has loaded it will not be rendered.

I made a patch to fix this. What I did is wrap the code that initiates the FB javascript in a Drupal behavior function. The patch is against the fbconnect.module file.

CommentFileSizeAuthor
fbconnect.patch811 bytesklaasvw

Comments

vectoroc’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.