Hello, Need some assistance I have a new development website that contains an iframe from an external site.
I need to be able to link from different pages on the website to specific pages within the iframe located on this url http://mysite.soapcratecreative.com/shop/
The original iframe url is https://mysite.epicoranywhere.com/
I have managed to get the shortcode working via the plugin to display the iframe on the page but I can't seem to figure out how to create a link from a page on the parent site (http://whiteslumber.soapcratecreative.com) to a specific page on the iframe for instance: https://subdomain.theirsite.com/Products.aspx?pg=136&pl1=3&sort=StockClassSort&direction=asc
I was trying to link to it like this: http://mysite.soapcratecreative.com/shop/?url=/Products.aspx?pg=136&pl1=3&sort=StockClassSort&direction=asc
But that doesn't seem to be working, the iframe loads but it doesn't seem to be receiving the string I want to add on the end.
my shortcode for the iframe itself looks like this: [advanced_iframe securitykey="omitted"]
Am I missing something or have something written up incorrectly? I'm having trouble understanding how to accomplish this.
Please advise.
Thanks!
|