Ensure smooth transitions within embedded iframes and the community without reloading the entire server.Found in community settings > integration > Iframe Deep Links
Insert the deeplink script in your embeded site to allow users to navigate to other parts of the community seamlessly without having to reload the server.Example:
In the embeded site, it shows the milestone available and have a interactable button: See all milestones
.Copy the Deep link script given and link it to the button.
example of the script:window.parent.postMessage({
type: 'IFRAME_DEEP_LINK',
pageName: 'quests-milestones'
}, '*');
Modified at 2025-09-10 08:03:10