Hai Michael,
I made some progress...
I tried this iFrame code in the page
http://webshop.extravestiging.nl/extravestiging-webshop :
[advanced_iframe securitykey="mykey" use_shortcode_attributes_only="true" src="http://webshop.extravestiging.nl/webshop/" width="100%" height="600" scrolling="no" id="EVWebshop" name="EVWebshop" url_forward_parameter="ALL" hide_page_until_loaded="true" show_iframe_loader="true" auto_zoom="same" enable_responsive_iframe="true" onload_resize="true" onload_resize_delay="200" map_parameter_to_url="page" add_iframe_url_as_param="same"]
I have added the following shortcodes as found in Example 32.
map_parameter_to_url="page"
add_iframe_url_as_param="same"
Somehow, the 'src' URL is not added to the page and the URL below fails with an 404:
http://webshop.extravestiging.nl/extravestiging-webshop?page=assortiment/extravestiging-broodI thought this should map the iFrame URL to
http://webshop.extravestiging.nl/webshop/assortiment/extravestiging-broodBut when I specify the complete URL, it does work:
http://webshop.extravestiging.nl/extravestiging-webshop/?page=http://webshop.extravestiging.nl/webshop/assortiment/extravestiging-broodAny clue why i have to specify the complete URL and why the original source URL is not added/prefixed?
Next I tried to use the remote feature (Example 33)
I added these shortcodes:
map_parameter_to_url="page"
add_iframe_url_as_param="remote"
add_iframe_url_as_param_prefix="webshop.extravestiging.nl/webshop/"
it seems that
add_iframe_url_as_param_prefix is not working here since it is not added as a prefix of the page-variable.
The URL below fails with a 404.
http://webshop.extravestiging.nl/extravestiging-webshop?page=assortiment/extravestiging-broodBut again specifying the complete URL is working.
http://webshop.extravestiging.nl/extravestiging-webshop/?page=http://webshop.extravestiging.nl/webshop/assortiment/extravestiging-broodWhat am i doing wrong here? I want the URL
http://webshop.extravestiging.nl/extravestiging-webshop?page=assortiment/extravestiging-brood to work and let the iframe point to
http://webshop.extravestiging.nl/webshop/assortiment/extravestiging-broodThe current shortcode on the page is now set to 'remote' with the parameter add_iframe_url_as_param_prefix="webshop.extravestiging.nl/webshop/" added.
As said, I am really trying here but find the documentation a bit hard to understand...
Regards, Marc