Hollahoop

HollaHoop

Docs

Embed the feedback widget

Embed the feedback widget

Drop a floating "Feedback" button on any website with one line of HTML.

The snippet

<script async
  src="https://hollahoop.app/widget.js"
  data-project="your-project"
  data-position="bottom-right"
  data-label="Feedback"
  data-accent="#7c3aed"></script>

Configuration

AttributeDefaultNotes
data-projectrequiredYour project slug — find it in Settings → General.
data-positionbottom-rightOr bottom-left.
data-labelFeedbackThe button text. Keep it short.
data-accentProject accentHex code, falls back to your project's accent colour.
data-boarddefault boardSlug of a specific board to post into.

How it behaves

  • The script registers a single global window.__hollahoop so you can call __hollahoop.open() and __hollahoop.close() from your own UI.
  • Clicking the launcher opens an iframe that points to /embed/<your-project>.
  • If your project allows anonymous posting, visitors can submit without signing up — the iframe handles auth silently.
  • If your project requires sign-in, the panel surfaces a "Sign in to send feedback" CTA that opens the public board in a new tab.

Snippet generator

The Settings → Widget page has a generator that mirrors all of these options and shows a live preview.

HollahoopGet yours