Index: fb_canvas.module
===================================================================
--- fb_canvas.module	(revision 3255)
+++ fb_canvas.module	(working copy)
@@ -767,7 +767,7 @@
   
   $output = theme('fb_canvas_page_orig', $content, $show_blocks, $show_messages);
   
-  if (fb_canvas_is_fbml()) {
+  if (fb_canvas_is_fbml() || fb_canvas_is_iframe()) {
     // Drupal provides no post-process for themes.
     $output = fb_canvas_process($output);
   }
