If I’m using an embedded Glide App on my website, how can make it so that a URL goes to a specific page in that embedded website. Or is this possible?
Well, you just need to insert the direct full uri and it would just work. If I misunderstood, sorry!
Let’s say, for example, that the URL to access my website is https://testwebsite.com
On that page, there is an iFrame with an embedded Glide application. If I wanted to give the user a link to https://testwebsite.com but to a directed page within the embedded Glide application, how would I go about doing this?
Is what I’m asking for making sense? It may not be possible - I’m just wondering if, with deep linking, is it possible and if so, how would I go about doing this.
I think that’s the question though. Can’t you just grab the url from that particular page in your app and then iframe embed that particular page using the full url instead of the root url of the app?
Maybe it’s still not clear what you want. Is this supposed to be something dynamic, such as a different app page for different users of your website?
Either way, if you give the iframe the correct url, it should take you to the correct place.