New: Cookbooks and AI ExplanationsStep-by-Step recipes to solve problems connected to Roadmaps and Cheat Sheets. Need more details? Use AI buttons for structured and simple explanations with concrete examples throughout the whole platform.Take a look
We need to embed a partner's widget on our site but I don't want their code to have full run of our page.
What you'll have at the end
An embedded iframe restricted with sandbox tokens that block scripts, popups and same-origin access by default
You need
An iframe embed snippet and source URL from a partner whose code you do not control, not yet added to any page.
Not covered
Setting frame-ancestors or X-Frame-Options so other sites can't embed your own page: that's the reverse problem, keeping others from framing you, not restricting something you're choosing to frame.
Checked 25 Aug 2026
Part of the HTML5 cookbook