Facebook: Allow IE iframes to render pages and allow AJAX calls


/ Published in: PHP
Save to your folder(s)

IE will redirect the entire page, and disable any ajax calls within an iframe application. This fixes those issues.


Copy this code and paste it in your HTML
  1. <?php
  2. header('P3P: CP="CAO PSA OUR"');
  3. ?>

URL: http://forum.developers.facebook.net/viewtopic.php?id=452

Report this snippet


Comments


You need to login to view comments.