I'm sorry it is not totally clear what I should have to do
I've already inserted code into external page:
<script>
var iframe_id = "iframect8";
var updateIframeHeight = "true";
var iframe_content_id = "#iframect8";
var hide_page_until_loaded_external = "true";
</script>
<script src="http://e-promos.hu/wp-content/plugins/advanced-iframe/js/ai_external.js"></script>so the required
var updateIframeHeight = "true";code is in there, before the ai_external.js.
Since I will have 1 iframe on 1 page but different iframes on different pages, possibly with different settings, I think I can't set it up in admin area, but only with shortcodes.
I use this shortcode on my page now:
[advanced_iframe securitykey="83***c2" use_shortcode_attributes_only="true" src="http://EXTERNALDOMAIN.com/p/7ngu9g" id="iframect8" name="iframect8" width="480" enable_external_height_workaround="true" additional_height="50" scrolling="no"]I also tried to add:
store_height_in_cookie="false"into the shortcode above, but even after clearing Chrome's cache and cookies it still is not working, no additional height added to the iframe...
Thanks,
V.