Hello, I'm about to purchase the pro, but I can't configure it right, what I want is that when I go to mysite.com/?address=2345643534523453 would take the iframe to externalsite.com/?address=2345643534523453 but I can't make it to work, can you please paste a real code that I should use? I been trying for hours
Thank you so much in advance!
There are several ways to do this.
Here you see a overview how it could be done:
http://www.tinywebgallery.com/blog/advanced-iframe/advanced-iframe-pro-demo/url-features
Demo for url_forward_parameter: http://www.tinywebgallery.com/blog/advanced-iframe/demo-advanced-iframe-2-0
So in you case you can use in the free version: url_forward_parameter="address"
In the pro version you can use placeholders in the url: src="externalsite.com/?address={query-address}"
Best regards,
Michael
thank you it worked! but I have another iframe, in the same page that also uses the parent url /?address=12345
but this second iframe needs to grab only the equal value: 12345 and convert it to just a folder, like iframeurl.com/news/go/12345
I don't see an example for this, is it possible?
thank you for your help in advance!
I have sent you the solution already:
In the pro version you can use placeholders in the url: src="iframeurl.com/news/go/{query-address}"
you can enable the pro version in the free administration and test this in the preview!
Please note. it only works in the preview. Not on the normal site.
Best regards,
Michael
oh, yes I already have the "Show the administration of the pro version and test many features in the preview" activated, but I'm using a plugin called "WP Table Builder" to insert the iframes on 4 cells, this plugins makes the table responsive the way I want to be viewed on mobiles each cell fullscreen, but I can't preview the pro version with this plugin apparently, do you have any other solution for responsive tables for your iframes?
THank you again