Advanced iFrame history

The changes are always listed also in the included readme.txt

2025.5

  • Fix: == at the end of src caused the whole parameter to be removed. Now this is supported
  • Fix: filteredContent variable was not defined properly. Now it is.

2025.4

  • New: Tested with WordPress 6.8.1
  • New: Updated Freemius SDK to 2.12.0 which improves compatibility with php 8.3 and 8.4
  • Fix: advanced-iframe-admin-advanced.php was saved with a wrong line ending. Now Unix (LF) is used like for all other files. On some systems the administration was not loaded properly.

2025.3

  • Security Fix: CVE-2025-1437 - Authenticated (Contributor+) Stored Cross-Site Scripting) - using ononloadload was still executed. Now the filter method is checking recursively.
  • New: OPT-IN users now get additional benefits: Additional help like the Pro users, exclusive coupons, monthly chance to win a free license
  • New: Additional help is now also available for OPT-IN users.
  • New: All OPT-IN users have the chance to win a free license once a month. As long as you allow to receive marketing emails, you can win. You can only win once.
  • New: OPT-IN users will get exclusive coupons. No worries: Advanced iFrame will not spam you.
  • Fix: Removed old text about the Flash Uploader.
  • Fix: Updated the link to the forum

2025.2

2025.1

  • Fix: Documentation at the external workaround tab for the ai_external.js fixed and a link how to migrate from free to pro was added.
  • Fix: hide_fullscreen.html was linking to the old plugins folder in the pro version. Now a placeholder is filled automatically. Please delete the hide_fullscreen.html in the advanced-iframe-custom folder once and enter the administration to get a new version generated. See https://www.tinywebgallery.com/blog/advanced-iframe/advanced-iframe-pro-demo/full-screen-demo

2025.0

  • New: Tested with WordPress 6.7.2
  • New: Tested with php 8.2, 8.3, 8.4
  • New: Support of freemius. This enables a 30 days trial of the pro version. Multi-site licenses, monthly, yearly and live time licenses are available now as well.
  • New: All files in the js folder where re-factored, minor bugs fixed and optimized.
  • New: The view counter is only counting front-end requests now. All view inside the administration are not counted anymore.
  • New: The view counter message is now shown above the iframe in one line only. So your layout does not change if you hit the limit.
  • New: The documentation folder in the zip was removed as it was outdated and all documentation is available in the administration in an even better format.
  • New: map_parameter_to_url does support now :sameDomain. This disables external links as parameters. So only internal links which have the same 2nd level domain can be opened inside the iframe
  • New: The replace function for empty parameters was rewritten. ?show will not be removed anymore. show= without any parameter will be still removed.
  • New: The whole code was reformatted with Intellij and most of the code recommendations where done.
  • Security Fix: map param to URL: When using hashes, the URLs are now checked if they are valid. Additionally there is now a limit of 1000 entries to avoid that the db is getting too big.
  • Security Fix: "Stored Cross-Site Scripting via Host Header". When debug_js="bottom" is used the user agent and all headers are now escaped.
  • Security Fix: the unfiltered_html check was made more strict. All parameters that allowed js are now simply removed.
  • Fix: The parameters of parameter_url_mapping are now trimmed to handle slightly invalid input as well.
  • Fix: hide_page_until_loaded fas only working in the pro version. Now it works in the free version again like it should.
  • Fix: style of height and width of a custom
  • Fix: printMediaQuery iframe width in the generator in the administration was not set properly. In the shortcode itself it was working fine.
  • Removed: document.domain support is removed in the administration. Chrome removed this in Mai 2023, and it does not make sense to support this for other browsers anymore here as well. We announced this change 2022 already, and now it is also removed in the plugin.

2024.5

  • New: Tested with WordPress 6.5.4
  • New: Description of ai_external.min.js was optimized.
  • Fix: filterBasicXSS could cause a fatal php error with some configurations.

2024.4

  • New: Tested with WordPress 6.5.3
  • Fix: When using arrays in the parameters was causing an error. If this is now the case no optimization of placeholders are done anymore.
  • Security fix: Added additional filters to some Javascript parameters to increase security.

2024.3

  • Security fix: The filter attribute method now filters shortcode attributes which are parsed wrong by WordPress if the user does not have the unfiltered_html permission.
  • Security fix: #x28 and #x29 are filtered if the user does not have the unfiltered_html permission.

2024.2

  • Security fix: The additional_js and additional_js_file_iframe attribute are now only allowed to be used if you have the permission "unfiltered_html", that you need in WordPress to use iframes. If you do not have this permission, during save the attributes are removed and an error message is shown.
  • Fix: Show iframe as layer was not working properly in Firefox. The link was opening in a new tab. Using a different way to hide the iframe solves the problem.
  • Fix: Filtering all short code attributes failed because "The Plus Blocks for Block Editor" was adding their settings to the ai attributes. I will contact them, why they do such stupid things!
  • Fix: Switching a theme could cause an error message when no content pages where existing. Now this is only executed if content pages do exist.

2024.1

  • Fix: add_iframe_url_as_param thrown an error because of the additional security filter. Now it works fine again.

2024.0

Please note that all the fixed issues only apply if a user has already access to your administration!

  •  Security fix: The include_html attribute are now only allowed to be used if you have the permission "unfiltered_html", that you need in WordPress to use iframes. If you do not have this permission, during save the attribute is removed and an error message is shown.
  • Security fix: All shortcode attributes have now input sanitation to avoid Stored Cross-Site Scripting at save if you do not have the permission "unfiltered_html"! This happens in the normal editor and also in the Gutenberg block! Please get the unfiltered_html permission if you get an error message while you want to use '();= or a space in attributes. This sanitation is very general and does not allow all possible things you can do with advanced iframe. As 99.9% of the users who add an iframe are editors or above this should affect almost no one directly and it makes the plugin more secure.
  • Security fix: " inside advanced iframe shortcode attributes is not allowed anymore to avoid XSS attacks.
  • Security fix: Additional output filtering of short code attributes directly used in HTML or Javascript to avoid XSS attacks. This is done for ALL roles!

2023.10

  • New: Support for Partitioned; See https://developer.chrome.com/docs/privacy-sandbox/third-party-cookie-phase-out/ for details. All places where SameSite=None is set also Partitioned; is added now.
  • Fix: When saving the administration the detection of modified ai.min.js could cause a file_exists too long error with a lot of text shown. A wrong variable was used here which is fixed now. Now also the detection works that ai.min.js is regenerated again and again.

2023.9

  • Security fix: The onload and custom attributes are now only allowed to be used if you have the permission "unfiltered_html", that you need in WordPress to use iframes. If you do not have this permission, during save the attributes are removed and an error message is shown.

2023.8

  • New: Anchor support in iframe when auto height is active. By default an anchor scrolls to the id specified. When auto height is active no scrollbar does exist and therefore scrolling does not work. This feature is now sending the position of the anchor to the parent and scrolls the parent to the correct place. This feature is supported for the same domain and the external workaround when auto height is enabled.
  • New: parent_content_css was moved to the free version to support better integration in webinarignition.
  • New: The setting single_save_button was removed from the code as it was not used anymore.
  • New: When switching a theme the ai content pages are removed as they would still use the old theme. They are recreated on the first usage again.
  • New: "Show content in iframe": iframe_content_css and iframe_hide_elements are now directly rendered to the ai content pages! See the updated demo: https://www.advanced-iframe.com/advanced-iframe/demo-advanced-iframe-2-0/show-content-in-iframe
  • New: show_menu_link was removed from the plugin as this was added in the very beginning where the plugin was version small. Now advanced iframe is always shown in the main menu.
  • Fix: The timeout of the version check was reduced to 10 sec so in case the server does not respond properly the administration still works fine.

2023.7

  • New: New feature: Show content in iframe: Support of src="page" which which generate custom content pages from the normal content and put it in an iframe. See https://www.advanced-iframe.com/advanced-iframe/demo-advanced-iframe-2-0/show-content-in-iframe for the documentation. WebinarIgnition is using this feature already. See https://webinarignition.tawk.help/article/cta-loading-issues for more details
  • New: onload_resize_delay does now also support all modifications that are done on the parent. So e.g. change targets/links can be delayed as well. You can use this if content is loaded later by Ajax and this also should be modified!
  • New: iframe_content_css is now part of the free version.
  • New: shortcode_atts supports now 'advanced_iframe' as third parameter. So a filter will be available where you can overwrite attributes dynamically in custom code if needed: https://developer.wordpress.org/reference/hooks/shortcode_atts_shortcode/
  • Fix: show_iframe_as_layer does now first unregister all onclick events on the elements you select so that double actions are not executed. e.g. like 2 pop-ups are opened at the same time.

2023.6

  • Fix: Parameters with 0 (e.g. gid=0) where removed because of the default behavior of array_filter. Now a custom filter which does only remove empty parameters is used.

2023.5

  • Fix: A string was concatenated with + instead of the proper . of php that causes the plugin to fail. Please update asap!

2023.4

  • New: Improved the documentation of the full screen button
  • Fix: A change in 2023.3 broke the standalone version. This is now fixed in 2023.4.

2023.3

  • New: With the fullscreen_button_style you can define now 4 styles for the fullscreen buttons. "black" is the default. "black2" a different black version. White and custom are also available. See https://www.tinywebgallery.com/blog/advanced-iframe/advanced-iframe-pro-demo/full-screen-demo/full-screen-demo-no-browser-elements
  • New: ai.min.js was minimized on the fly and the not minimized version was overwritten. Wordfence was reporting this as an issue as this file is different to the one on WordPress. Therefore the minimized version is now already minimized in the zip and only updated when you change ai.js by yourself.
  • Fix: When lazy load was enabled, the iframe did not show in the block editor, as the show trigger was missing. Now this feature is simply disabled in the preview, as there it is of no sense anyway.
  • Fix: The views counter for the pro version was not displayed properly on the options tab. Now it counts and also resets after 1 month like the free version.

2023.2

  • New: Real fullscreen. The setting fullscreen_button_full enables the browser fullscreen. See: https://www.advanced-iframe.com/advanced-iframe/advanced-iframe-pro-demo/full-screen-demo/full-screen-demo-no-browser-elements
  • New: fullscreen_button_hide_elements does now hide the elements by CSS and JavaScript. By CSS was not working e.g. for google ads as they have inline styles with !important that can not be overwritten.
  • New: Added "Left top corner" and "Left bottom corner" to the selection for the fullscreen button.
  • Fix: Added shortcode attribute to the description of fullscreen_button_hide_elements
  • Fix: Added !important at the style for display:none that should hide elements in fullscreen mode when the button is used. This enables that is also works where !important is also defined at the element which should be hidden.
  • Fix: iframe_url_id only shows an error now if the page is in an iframe and the mandatory parameter is not set.
  • Removed: removed aiLoadExternalConfig from the external workaround. It was deprecated for 2 years now.

2023.1

Important: After 2 years of anouncements entering the purcharse code for all features is now mandatory. After 10.000 view/month the registration message will be shown, if you do not enter it. This is is same behaviour like the free version. Check the purchase code documentation how to find it. If you are not able to get it, please contact me directly for a solution.

  • New: Compatible with WordPress 6.2 - The editor block was broken as WordPress changed an internal structure.
  • New: The fullscreen button was enhanced. You can now hide additional elements which are still over the iframe. See the documentation of fullscreen_button_hide_elements
  • New: Improved documentation. Added "How to find the id and the attributes". where needed.
  • New: Missing purchase code message is now shown as general message
  • Fix: The Javascript minimizer changed their URL. Now the new one is used.
  • Fix: During search the help page is fully available now. This enables, that the links to the help section works properly.
  • Fix: auto_update_plugin filter was improved to not show a warning if "$item->slug" is not set.
  • Fix: Deprecated message in printReferrerpolicy fixed.

2023

  • New: hide_part_of_iframe does now support position:fixed. This enables this feature also to work together with fullscreen iframes. Adding an f (position:fixed) in front of the zIndex has to be used to enable this.
  • New: The CSP header detection is now checking next to SELF and NONE also for the domain itself at the frame-ancestors.
  • New: The url/hash cache for rewrite urls can now be deleted in the administration if needed. Please note that this cannot be reverted.
  • New: Improved documentation of "Prefix/id/urlrewrite for iframe URL". Contact the support for individual solutions.
  • Fix: The disabling of the auto updater in the pro version was rewritten to the examples WordPress provided.
  • Fix: aiModifyParent was loaded directly and on jQuery.ready. When loaded directly some elements are maybe not ready yet and an error was shown in the browser in console the .css is not a query function. Now this error is catched

2022.8

  • New: Tested with WordPress 6.1.1
  • Fix: "Undefined array key" warnings when updating to php 8.x. If the database does not contain the required values now defaults are stored always during activation. Before it was only saved if no values where present.

2022.7

  • Fix: hide_content_until_iframe_color was causing an "Too few arguments ..." error. This is fixed now.
  • Fix: addAdminHeaderCode is now using getAiAdminOptions instead of get_option. This does then always load the defaults even when the data could not be loaded from the database.

 2022.6

  • New: The HTML attribute refererpolicy is now available in the administration and as shortcode attribute.
  • New: Custom attributes can be added on the basic attributes page and in the shortcode. The shortcode attribute for this is custom="". e.g. custom="data-custom='data1' data-custom-2='data2'" if you like to add 2 custom attributes. See https://www.advanced-iframe.com/advanced-iframe/demo-advanced-iframe-2-0 for an example.
  • New: Check all iframes is now also checking Gutenberg pages and display the page type in the tool-tip. Also normal HTML iframes are detected. So you can replaced them with advanced iframes.
  • New: src which are only numbers are now marked as invalid in the "check all iframes" feature.
  • New: Some themes like Twenty Twenty-Two required an additional p around the iframe to be placed properly. To render this element you can set now add_surrounding_p="true".
  • New: Enhanced the documentation of the HTML property "allow".
  • New: Enhanced registration message. The message cannot be removed permanently anymore as not all features are available anymore if have not entered it.
  • New: Invalid purchase codes are removed and not only a message is shown.
  • New: Enhanced sub domain documentation for the upcoming change in chrome 109 - see: https://www.tinywebgallery.com/blog/sub-domain-workaround-with-chrome
  • New: Tested with WordPress 6.0.2
  • Fix: replace_query_data which is used in the placeholder replacement like param={query-param} was using a non static method in a static context. This is not supported since php 8.0 anymore. This was causing a "Fatal error: Uncaught Error: Non-static method ... cannot be called statically" error.
  • Fix: The standalone version file was missing a "," in the settings section that made the whole version failing.
  • Fix: check_iframe_batch_size new default is now 20 as the 100 before was not reliable enough.
  • Fix: The link in the registration message was linked to the wrong part of the options tab. Now it goes directly where you can enter the purchase code.
  • Fix: When saving a post the url was not checked even it was not enabled. Now ai_checkUrlStatus is called properly when the classic editor is used.

2022.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 []

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

2022.3

  • New: Fullscreen button on the iframe. Enabling this will add a button on the iframe where you can switch between a normal and a fullscreen iframe like youtube videos. It does support top, bottom and also if a scrollbar is in the iframe: top_scroll and bottom_scroll. See: https://www.advanced-iframe.com/advanced-iframe/advanced-iframe-pro-demo/full-screen-demo
  • New: All features that modifies the iframe content (hide, modify css, onload_show_element_only, change targets/links ...) can now also be delayed with onload_resize_delay on the same domain. For the external workaround this was already implemented.
  • New: If enable_lazy_load is enabled the html lazy loading is disabled as it does not make sense to have both.
  • Fix: When you enter the URL directly in the administration WordPress replaces & with & This now replaced again by & internally again.
  • Fix: "Support WP multisite" was not working in all situations when the iframe communication solution was used. It is now only supported when using postMessage and removed for the iframe communication. As this feature is part of the pro version where postMessage is the recommended solution anyway, only users should be affected who forgot to switch to postMessage.
  • Fix: Resize on element resize was bound to one variable name for all iframes. Now every iframe on the page gets its own one. This prevents that 2 iframe overwrite the resize method of the other one.
  • Fix: Resize on element resize and lazy load could lead to an error as a variable was not reinitialized when the iframe code is added to the page.

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

2022.1

  • Fix: use_iframe_title_for_parent was rending in the free version the variable where a backup of the title 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.

2022

  • 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.advanced-iframe.com/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.advanced-iframe.com/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.advanced-iframe.com/advanced-iframe/advanced-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%.

2021.9

  • Hotfix: 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.

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

2021.7

  • New: Tested with WordPress 5.8
  • Fix: Updating failed: The response is not a valid JSON response. The detection for duplicated ids and the time debug was moved to be rendered later. This fixes the problem with e.g. the Oyxgen builder when included on the admin site and configuration errors are rendered to the Javascript console. Also some plugins together with the gutenberg block editor show a JSON error. They execute the shortcode because of ?? and where triggering this error.

2021.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][b]=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 [...]your src[/...] wordpress replaces & with & This now replaced again by & internally again. Otherwise the # detection will not work properly.

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

2021.4

  • New: Improved documentation of "Show only one element" and of "URL forward parameters"
  • New: The auto update link on the right which is available since WP 5.5 is now disabled for the pro version. For automatic updates for codecanyon please use https://envato.com/market-plugin/
  • New: Generated files are now only generated when advanced iframe was updated. The code introduced in 2021.2 was running on each update!
  • Fix: php 8 issue "Call to undefined function printError()" not found fixed. Happened also during update of other plugins as the new hook to generate missing files is triggered there as well.
  • Fix: Disable output during update. Errors/warnings are only shown inside the plugin.
  • Fix: Error in hashrewrite fixed. After refactoring a method needs to be called differently.
  • Fix: The origin check url for post messages was invalid as during refactoring a ! was deleted by accident. Now this works fine again. If no origin check url can be detected now the origin check is disabled. This fix is important as the external woraround with auto heigt was not working anymore in some situations!
  • Fix: Add url to param was not always adding https correctly. This caused the "Http iframes are not shown in https pages in many major browsers..." message for some users.

2021.3

  • New: Tested with php 8 and WordPress 5.7.1
  • Fix: Fatal error with php 8 fixed!
  • Fix: Handle cannot be saved issue with php 8 fixed.

2020.2

  • New: The Javascript debug mode does now enable the debug mode of the post communication and the debug mode of the ai_external.js automatically. This improves quick help a lot, as this can be enabled by parameter.
  • New: ?aiEDC=true can be also used to enable the debug console. ?aiEnableDebugConsole still works.
  • New: Two log levels instead of one are used now: .log() for info. .error() for configuration error
  • New: Optimized performance when reading the options
  • New: Check for duplicate ids. As a duplicate id causes errors a new check was added that prints this problem into the console.
  • New: Optimized performance when you use AOSEO! They do execute shortcodes to get data for titles/descriptions. This leads to the problem that each shortcode get executed up to 3 additional times! Now the rendering of advanced iframe is limited to the body section and only a <!-- advanced iframe not rendered --> is added when debug mode is active. So if you check your source code and see this comment your page is now a little bit faster :). This is also reported as bug at AOSEO as they should cache this rendering and not execute it up to 3 times. On my demo page it happens in total 24! times. See: view-source:http://www.tinywebgallery.com/blog/advanced-iframe/advanced-iframe-pro-demo/show-only-a-part-of-the-iframe?aiEDC=true
  • New: Added an "Advanced iframe checklist". Read this first to have an optimal start: http://www.tinywebgallery.com/blog/advanced-iframe/advanced-iframe-checklist
  • New: Improved editor button. Now a updated way to insert the shortcode is used which should support most possible scenarios
  • New: ai.min.js is now default. If is only 48k instead of 79k.
  • New: ai.js/ai.min.js have now a debug mode. If you enable the internal debugger also ai.js does print additional messages which Javascript is called. this is very helpful especially if you have problems with the auto height on mobile devices.
  • New: Standalone jQuery version was updated to jQuery 3.5.1
  • New: Code refactorings. Some code was extracted nicely to classes. Further refactorings will follow in the next releases.
  • New: ai.min.js and ai_external.js are recreated after update to have the latest versions always.
  • New: All internal images where optimized.

2021.1

  • New: Tested with WP 5.7
  • Fix: 3 links in the administration fixed.
  • Fix: Auto popup demo was not working on https. Now this also works.

2021

The history before was removed as the page was getting too long and it is actually not really important anymore.