Advanced iFrame Pro - WordPress Plugin

Advanced iFrame Pro - WordPress Plugin v2025.2

No permission to download
Download Advanced iFrame Pro v2022.5 - WordPress Plugin Nulled Free
= v2022.5 =

- New: Tested with Wordpress 6.0
- New: fullscreen_button does now also support top_left and bottom_left to show the fullscreen button also on the left. Currently this can be only set in the shortcode.
- Fix: The documentation of debug_js was wrong. debug_js="false" disables the debug console. Actually everything except false enabled it. Now only "bottom" does enable the debug console.
- Fix: change_iframe_links was not supporting a ' in the jquery selector like a{{href^='https://www.tinywebgallery.com'}}. Now ' is supported and also {{ }} are replaced properly with []
Download Advanced iFrame Pro v2022.4 - WordPress Plugin Nulled Free
= v2022.4 =

- Fix: The WordPress theme Twenty Twenty-Two evaluates shortcodes before the body only. The advanced iframe pro optimization to prevent this leads to the issue that the iframes are not shown there! The optimization is now disabled by default and can be enabled on the options tab at "Technical options" -> "Prevent early shortcode execution". At the description you find the instructions how to check if the optimization will improve your site.
- Fix: When the setting loading (default HTML lazy loading) to false the loading HTML attribute was still rendered. Now it is not rendered anymore like described in the documentation.
- Fix: In 2022.3 the optimization for the timeout was containing a bug for the resize. This is now fixed.
- Fix: aiRemoveFile does now also have a nonce and the check for it. This is no security issue as deleting an already deleted file causes no problems.
Download Advanced iFrame Pro v2022.2 - WordPress Plugin Nulled Free
= v2022.2 =

- Fix: The title was set to a space on all pages if use_iframe_title_for_parent was activated. And only on iframe pages it was set properly. This part of the feature was now removed again.
  • Like
Reactions: draganche
Download Advanced iFrame Pro v2022.1 - WordPress Plugin Nulled Free
= v2022.1 =

- Fix: use_iframe_title_for_parent was rending in the free version the Javascript variable where a backup of the title is stored into the title tag. This does actually work for normal users. Still this not very nice at all.
- Fix: use_iframe_title_for_parent was only partly working when SEO plugins where active which also modified the title. Now the hook pre_get_document_title is used to get the current title.
Download Advanced iFrame Pro v2022 - WordPress Plugin Nulled Free
= v2022 =

- New: Advanced iFrame now has out of the box support for embedded 3D models using the p3d 3D viewer. Go to https://p3d.in/b/24 and download a pre-configured plugin where the model does scale already nicely on all devices. Get started for free! If you need more storage or access to the Premium features of p3d.in, you can get a 50% discount on your first payment with the coupon AIFRAME on checkout.
- New: iframe_height_ratio is now available in the free version! This enables you now to include responsive videos without the pro version. See the demo here: https://www.tinywebgallery.com/blog/advanced-iframe/advanced-iframe-pro-demo/responsive-videos
- New: iframe_height_ratio can now also be defined in a more common way: 16:9. The ratio with : as separator. The old way was the other way around 0.5625. Both settings are still supported. See the demo here: https://www.tinywebgallery.com/blog/advanced-iframe/advanced-iframe-pro-demo/responsive-videos
- New: You can use the title of the iframe for the parent. After the iframe is loaded the title will be updated in the browser. This feature works on the same and the remote domain with the external workaround. The attribute for the shortcode and the external workaround is: is use_iframe_title_for_parent. Working examples can be found as part of this demos 32 and 33 https://www.tinywebgallery.com/blog...nced-iframe-pro-demo/add-iframe-url-to-parent
- New: Minimizer is back. Now the new URL is used and also a fall back was implemented which uses now the the not minimized file in case of a problem.
- New: Improved validation of change_iframe_links. if change_iframe_links is empty but other settings are done an error is reported
- New: Improved validation of iframe_content_id and iframe_content_styles. Now also a error is shown when iframe_content_styles is set and iframe_content_id not.
- New: , is now trimmed at the beginning and the end of all attributes. , at the end of jquery selectors make them invalid otherwise.
- Security fix: ai_config_id in the administration was not validated properly on the server. Now the regex only allows a-zA-Z0-9_- as id like it was intended.
- Security fix: The nonce is now also checked for all file creation operations requests where config/css/js files can be generated. Before it was only used when the normal config was saved.
- Fix: The onload setting was not handling quotes properly anymore. They got replaced by ' because of a new general filter and this broke the onload settings because " where required. Now the input accepts " and ' and does convert them to " before usage. It can now also be used in shortcodes with '.
- Fix: When using the loading icon together with less then 100% in % the % where added twice. So 50% where at the end 25% as it was applied to the icons div and the iframe. Now 50% are 50%.
Download Advanced iFrame Pro v2021.9 - WordPress Plugin Nulled Free
== v2021.9 ==

- Fix: The minimizer for ai.js changed the url and therefore minimized files where brocken. The minimizer is now disabled until I find a new more reliable one. Please update asap. You administration will not work anymore! Please uninstall and install the new version. Sorry for the inconvenience.
Download Advanced iFrame Pro v2021.9 - WordPress Plugin Nulled Free
== v2021.9 ==

- Fix: The minimizer for ai.js changed the url and therefore minimized files where brocken. The minimizer is now disabled until I find a new more reliable one. Please update asap. You administration will not work anymore! Please uninstall and install the new version. Sorry for the inconvenience.
  • Like
Reactions: draganche
Download Advanced iFrame Pro v2021.8 - WordPress Plugin Nulled Free
== v2021.8 ==

- 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.
  • Like
Reactions: draganche
Download Advanced iFrame Pro v2021.6 - WordPress Plugin Nulled Free
== v20.21.6 ==

- New: "Iframe redirect url" does support now several urls. So you can allow more than one page to include it. The first url is used if someone does open the page in the iframe without parent.
- Fix: When "change url parameter" is active there was a conflict if you added a 2nd iframe to the page. The needed method was overwritten. Now it is only rendered when needed.
- Fix: When "change url parameter" is active the internal console log sending parameter does now not trigger an url change anymore
- Fix: Empty parameters at "change url parameter" are now removed. So urls look nicer.
- Fix: Uls that contain something like ?s[a][0]=test&s[a][0][c]=test2 where not parsed properly inside the replace parameter function. This is now fixed. If such constructs are found the url will not be touched
- Fix: When bbcode style is used [advanced_iframe]your src[/advanced_iframe] wordpress repaces & with & This now replaced again by & internally again. Otherwise the # detection will not work properly.
Download Advanced iFrame Pro v2021.5 - WordPress Plugin Nulled Free
== v2021.5 ==

- 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.

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu