We have an iFrame on our website which is pulling in a help section from a different website.
When the iframe loads on my site you get a search box and a list of quesitons, ( the help document is a large FAQ )
When the page loads it's www.mydomain.com/help/
When you click an FAQ example : Q: How do I create an account ? The answer appears on the side. The URL stays the same. We want it so the URL updates to include the url of the questions example Once clicked URL appears as www.mydomain.com/help/how-to-create-an-account
I've checked the they do have full URL's on the main site ( help docs site )
I was reading this deep linking to embedded iframe content in wordpress
But not sure what inner / outer refer to. I've never heard of deep linking but this appears to be what I need.
There's no point putting up code in this instance as it's only an iframe link.