Hello
I try to embed a frame with an external domain. The problem is that the height is not detected. I follow all your instructions, so I insert in the external page before </body>:
<script src="http://www.sbzsystems.com/new/wp-content/plugins/advanced-iframe/js/ai_external.js"></script>
It works perfectly on chrome, but not on firefox, internet explorer and safari.
My shortcode: [advanced_iframe securitykey="xxxxxxxxxxxx" use_shortcode_attributes_only="true" src="http://www.freeextra.com/billing/cart.php?a=add&pid=1&carttpl=sbz&systpl=sbz&language=English" width="100%" height="" id="sbz_iframe" hide_page_until_loaded_external="true" enable_external_height_workaround="true"]
My page: http://www.sbzsystems.com/new/cart-3/
|