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.
- New: Open iframe in layer after page is loaded. This can be useful to e.g. display something special as a kind of popup. See: Auto open layer/popup
- New: Open a iframe directly by adding the id of the links as hash to your url e.g. #id-to-open: See Auto open layer/popup
- New: Delay the auto popup by a given time. See Auto open layer/popup
- New: Open the auto popup only once for a given time! A cookie is set if the iframe was shown already! See: Auto open layer/popup
- New: Add iframe params to parent -> this is another version of the "Add iframe url to parent". The difference to the existing solutions is that only the parameters are added to the parent url. To make it work you also have to use placeholders in the url or the "Forward params to iframe" features. The advantage of this solution is that the parent url and the iframe url look basically the same. In the existing solutions you either have the full iframe url + params, a short iframe url + params, a hash or a url rewrite with the hash. See Add iframe params to parent: Same domain and Add iframe params to parent: Same domain how this looks like.
- New: "Change parent links target" can now also make the clicked links as bold. You can also add a specific style class if you like. See Change links targets/href
- New: SameSite Fix for Wordpress. Please see How to use the SameSite Cookie Fix for details.
- New: When you change the link target to _blank then automatically rel="noopener" is added because of security. Ask google if you like to get more details here. See: Change links targets/href
- New: Better wrong config detection. Some parameters only work fine if you define both. Some more checks where added to tell you this right away.
- Fix: If an url does contain a # it is normally treated as a anchor. Internally a split was done to add additional parameters - but only the first element was added again. Now all elements are added again.
- Fix: & = & and " = ? are preserved in the src.
- Fix: Open iframe in a layer with Add the iframe to all pages was only working when the ai.js was loaded on the header. Now it also works when included in the footer which is default.
- Fix: input fields changed ' into " in the administration - exactly the other was around was needed! This is needed for more enhanced jquery selectors!
- Fix: Many links in the administration where broken because of a replace issue. They are now all fixed again.
- Fix: Using // as start the url (to support http and https) was causing the "add url to param" feature to already add the url even if not needed.
- New: Added a new warning when using document.domain! Some plugins like elementor crash when this is set.
- Fix: Pressing the return button in the administration was giving a "filename not valid" message as the first submit button is the form was the one creating a custon file. Now I changed this to the default "Update Settings" button that makes more sense.
- Fix: iframe_redirect_url was only working after the first page load. Clicking inside the iframe was also redirecting. Please note! If the user clicks inside the iframe to another domain the redirect is triggered! So the only change of a domain which is allowed is the one from your parent domain to the iframe domain!
- Fix: Demo link in the plugins section fixed.
- New: Hide URL in HTML. With hide_src you can now hide the real url in the html code. The url is replaced by a link to a script that redirects to the real URL. The URL is not in the source code but still little bit more advanced users are able to see the real url in the developer tools. For more information please see here: Hide URL in HTML
- New: Disable right click when "Hide URL in HTML" is enabled.
- New: Support SameSite cookie for the safari fix, Keep iframe modifications outside iframe and the temples switcher template
- New: All demos are now configured to work with https. Some are still http to show http/https solutions. Some demos you cannot switch between https and http because some things in the config need to be hardcoded.
- New: Most links link to the https version where it makes sense.
- New: You can now enter your purchase code of codecanyon to verify you are a paying customer. Currently this is optional. In the future it will unlock the pro features you have paid for.
- New: A message was added if you have not added your purchase code from codecanyon. Can be removed by closing it.
- New: Tested with WordPress 5.5.3
- New: A new global message was added if there is a discount available on codecanyon. Can be removed by closing it.
- Fix: The ai_external.js hat at one place advanced_iframe hardcoded. This is now dynamic so it also works if you pick another default id for the external workaround. Thanks to Marc for finding this.
- Fix: Get_magic_quotes_gpc was removed as it is depecated since php 5.4
- Fix: Updated some links in the wordpress documentation as they changed
- Fix: enable_responsive_iframe gets !important at width, max-width, min-width settings to avoid that other scripts overwrite this
- Fix: The origin detection for https was done by a wrong $_SERVER variable.
- Fix: History link was fixed