Closed (fixed)
Project:
Facebook Connect
Version:
6.x-1.0-beta8
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
15 Oct 2009 at 09:50 UTC
Updated:
4 Apr 2010 at 15:40 UTC
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.
| Comment | File | Size | Author |
|---|---|---|---|
| fbconnect.patch | 811 bytes | klaasvw |
Comments
Comment #1
vectoroc commented