Where teams use this builder
- Teachers share a single link so everyone opens the same preset.
- Docs/wiki teams embed tools with a responsive wrapper and consistent tracking.
- LMS portals use auto-height to reduce scrollbars.
Frequently asked questions
What's the quickest way to create an embed?
Use the “Embed this…” button on a CalcBE page. This builder will open and auto-import the current URL, so you can copy a share link or an <iframe> right away.
When should I use cfg= (base64url)?
Use plain query parameters for short, simple presets. Use cfg= when the link gets long (many fields, long text, or LMS editors that break URLs). Toggle “Use base64url JSON (cfg=)” to pack parameters into cfg=.
How do I control iframe size (and avoid scrollbars)?
Keep Responsive enabled for a 16:9 layout, or turn it off and set a fixed Height (px). If you need dynamic resizing, copy the auto-height listener snippet and paste it into the host page.