Embedding a hub on a site
Open the hub → Embed. Two ways:
- Script embed, clean URLs (path mode): articles get real paths like
/insights/pricing/. Needs the host to route those paths to the page (a catch-all rewrite). mxAURA checks for it automatically and falls back to hash links if the host cannot. - Script embed, hash links: works on any host, no server changes; URLs look like
/insights/#/pricing.
A plain iframe is available for hosts that allow nothing else; it has a fixed height and no deep links.
Keys
- An embed key belongs to one subscription of one hub.
- A site key belongs to a client site and works for every hub assigned to that site: the client pastes one snippet once.
Rotating a site key revokes every live embed using it; do it from the app, deliberately.