I use the 'add_iframe_url_as_param' so my customers can press F5 to stay on the same page in the iFrame and that works flawless.
The only thing I wonder is if the generated URL can not be somewhat 'cleaner'...
For example: After visiting this page:
https://nllekk-tahlequah.savviihq.com/webshop/?page=/assortiment/lunch-bioThe URL becomes like thios with 's|' and %2F as /:
https://nllekk-tahlequah.savviihq.com/webshop/?page=s|%2Fassortiment%2Flunch-bioWhy can't that be the 'original' URL?
In my opinion s| is not nescessary since you have the original URL which contains http or https
And the &2F can easily translated to / before changing the URL.
Thanx for your time and energy!
Regards, Marc
Here is the shortcode. I use the external workaround...
[advanced_iframe securitykey="YourKey" use_shortcode_attributes_only="true" src="https://webshop.lekkerbrood.nl" width="100%" height="2000" scrolling="no" enable_ios_mobile_scolling="true" id="EVWebshop" name="EVWebshop" url_forward_parameter="ALL" map_parameter_to_url="page" add_iframe_url_as_param="remote" add_iframe_url_as_param_prefix="webshop.lekkerbrood.nl" hide_page_until_loaded="true" show_iframe_loader="true" enable_responsive_iframe="true" use_post_message="true" enable_external_height_workaround="true"]