Live embed
Edit once. Learners see it instantly.
A signed-token URL the LMS embeds. Edit a typo, fix a chart, re-publish the script — learners get the update on their next page-load. No re-zip, no re-import, no LMS re-upload.
0ms
edit → live propagation
signed
token-protected
iframe
paste-ready snippet
The no-re-publish trick.
- Live embed maps a stable URL to your course's current state.
- Author edits propagate as soon as autosave fires.
- Learners on the player get the update on next page-load.
- Position + score state survives the swap — re-launch picks up where they left off.
Signed tokens, scoped access.
- Each embed URL is a JWT signed by the course owner.
- Optional expiry — leave it open for everyone or scope per cohort.
- Revoke instantly from the publish dialog if a link leaks.
Paste-ready snippet.
- Generate an `<iframe>` tag in two clicks.
- Drop it into Notion, Confluence, a marketing landing page — anywhere.
- Auto-resizes; messaging API for parent-page integrations.
Custom domains, white-label.
- Map an embed URL to your own domain.
- White-label everything learners see — your brand, no Coursentials watermark.
Pairs with LTI Advantage.
- Use LTI for LMS launches, live embed for non-LMS distribution channels.
- Same course, two delivery surfaces.
- Tracking still feeds your LRS via xAPI.