The install instructions didn't work for me. The line:
require_once "$IP/extensions/IframePage/IframePage.php";
gave me the white screen of death. Instead I changed the line in LocalSettings,php to read:
wfLoadExtension( 'IframePage' );
and this fixed it.