Advanced iframe pro 3rd party cookie workaround is ready for testing

The big new feature of Advanced iFrame Pro 5.6 is now already available for testing:

AIP does now support a enhanced version of the safari cookie fix from http://vitr.github.io/safari-cookie-in-iframe/.

If you need cookies inside your iframe and you want that this works also on Safari and browser with stronger cookie settings you should already checkout the new demo here:

https://www.tinywebgallery.com/blog/advanced-iframe/advanced-iframe-pro-demo/3rd-party-cookie-in-iframe-workaround

There you find different setups and the description how to use it. If you already want to test it please send me an e-mail.

INTERNET EXPLORER:

Like always IE is behaving differently! To allow cookies inside a iframe p3p header needs to be set. You can google a lot about this issue but the best solution I have found is to set:

header(‘P3P: CP=”ALL DSP NID CURa ADMa DEVa HISa OTPa OUR NOR NAV DEM”‘);

To the page in the iframe. This header is set in the plugin already for the parent. But this of course works on the same domain and if you share your content like shown in “Add ai_external.js local“.

Have fun using AIP,

Michael