/Docs
Dashboard
Embedding

Embed an iframe widget

Display any external website inside a 7di widget and embed that widget on another site. Useful for nesting Grafana panels, TradingView charts, or any embeddable content inside a themed 7di wrapper.

How to embed

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

Full widget details: Embed (iframe) widget.

Theme