Using Popups module with DFB
vssaokar - February 24, 2009 - 07:18
| Project: | Drupal for Facebook |
| Version: | 5.x-2.x-dev |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
I like to use the Popups module (http://drupal.org/project/popups) for implementing ajax functionality on my facebook application. Seems the easiest path to convert existing forms into ajax (flag/reviews etc) instead of using fbml + ajax dialogs.
Any suggestions to make Popups work with Drupal for facebook?

#1
I don't know anything about that module, does it use jquery?
If your talking about canvas pages, the module should work with iframes, but I would not expect it to work with FBML.
#2
Popups library doesnt use jquery. But has its own javascript implementation.
What are the downsides if I go with Iframes instead of FBML for my facebook app?