Documentation

Website embed documentation

Use your dealer studio path URL inside a responsive iframe. Full embed controls live in the dealer dashboard under Embed.

Basic iframe

<iframe
  src="https://studio.grainbingazebobuilder.com/d/your-dealer-slug/embed"
  title="3D Grain Bin Gazebo Builder"
  width="100%"
  height="100%"
  loading="lazy"
  allow="fullscreen; clipboard-write; web-share"
  style="border:0;width:100%;height:100%;"
></iframe>

WordPress

Paste the iframe into a Custom HTML block. Prefer a dedicated page for best layout control.

Conversion events

After a quote is submitted, the embed posts a lead.submitted message to the parent page (including contact fields and estimated value for Ads / GA / Meta). Full field list and a copy-paste listener live in your dealer dashboard under Embed → Conversion tracking.

Troubleshooting

  • Confirm the dealer studio is active.
  • Add your website hostname to allowed embed domains in the dealer dashboard (exact match, including www if your site uses it).
  • Give the iframe (or its parent) a real height — height: 100% needs a sized container.
  • Avoid nesting the builder inside another scroll-locked modal if possible.