/Docs
Dashboard
Embedding

Embed a buttons widget

Embed clickable buttons that fire HTTP requests on any website. Let visitors trigger actions like deploys, restarts, and webhooks directly from an embedded panel.

Use cases

  • Public "Deploy to staging" button on an internal site
  • Community vote or action trigger on a DAO page
  • Webhook trigger buttons on a team status page
Enable public buttons in the widget config so visitors (not just you) can click them on the embedded version.

How to embed

  1. Create a free account on 7di.
  2. Add a Buttons widget and enable public buttons.
  3. Enable Public embed and copy the iframe code.
<iframe
 src="https://7di.vision/embed/{your-token}"
 width="320" height="120" frameborder="0"
 style="border-radius:12px;overflow:hidden"
></iframe>

Full widget details: Buttons widget.

Theme