Advanced iFrame Pro 2025.2

Download Advanced iFrame Pro 2025.2 from nulled fire. Advanced iFrame Pro allows you to embed content directly or show a part of an iframe.
- Fix: Setting hide_content_until_iframe_color was causing a problem in the Gutenberg editor as there some code was rendered into the json response. Now in editor mode this part is rendered later and in normal mode still where it needs to be to work properly. The div which hides the whole page needs to be rendered before the plugin itself because otherwise you first see the page for a small time and then the page is hidden. And this is exatly what the feature should prevent!
- Fix: Version numbers where not updated in 2021.7. It was still showing 2021.6 in the header.
- New: New replace parameter {requesturi}: The full request uri from the parent is added to the iframe. So everything behind the domain will be added to the iframe! E.g. www.domain.com/abc/cde -> www.iframe.com/abc/cde, www.domain.com/abc/cde/index.php -> www.iframe.com/abc/cde/index.php, www.domain.com/abc/cde/index.php?avc=3 -> www.iframe.com/abc/cde/index.php?abc=3
- New: When debugging external post messages the received message is now printed to the console log.
- New: The plugin version is now added automatically to the ai_external.js + ai.min.js
- Fix: Some setups could have "parent.postMessage" not found in the ai_external.js.
- Fix: When using Gutenberg a </div> was rendered too much in some cases. Thanks to harrinsonmb who found the issue.
- Fix: Undefined variable $debug_js ... fixed when all-in-seo is installed and E_WARNING is enabled.