diff --git a/iframe/web_widgets_iframe_wrapper.tpl.php b/iframe/web_widgets_iframe_wrapper.tpl.php
index 94e26c5..42b4474 100644
--- a/iframe/web_widgets_iframe_wrapper.tpl.php
+++ b/iframe/web_widgets_iframe_wrapper.tpl.php
@@ -9,6 +9,8 @@
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
     <?php print $head ?>
+    <?php print drupal_get_js(); ?>
+    <?php print drupal_get_css(); ?>
     <?php !empty($styles) ? print $styles : '' ?>
     <?php !empty($scripts) ? print $scripts : '' ?>
     <title><?php print $title ?></title>
