Skip to main content

Share & embed

Iframe embed widget

Paste a compact iframe on your docs, app, or marketing site so users can submit and vote without leaving the page.

Every plan includes an embeddable feedback widget: a compact iframe you paste into docs, your app, or a marketing page. Users submit ideas and vote without leaving your site. On Pro, the Powered by SignalBoard footer is hidden automatically.

Get your embed URL

  1. Open the board in the dashboard.
  2. Go to Share.
  3. Copy the embed URL (/embed/workspace-slug/board-slug) or the full iframe snippet.

Iframe snippet

Replace the workspace and board slugs with yours. Suggested size is 380×640; the snippet uses max-width: 100% so it fits narrow columns.

<iframe
  src="https://signalboard.space/embed/your-workspace/your-board"
  title="Share your ideas"
  width="380"
  height="640"
  style="border:0;border-radius:12px;overflow:hidden;max-width:100%"
  loading="lazy"
></iframe>

Behavior notes

  • The embed UI is always dark so it stays readable inside most host pages.
  • Voting still uses the same magic-link verify flow as the full board.
  • For a full-page experience, link to the public board URL instead.

Related