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
| Attribute | Default | Notes |
|---|---|---|
data-project | required | Your project slug — find it in Settings → General. |
data-position | bottom-right | Or bottom-left. |
data-label | Feedback | The button text. Keep it short. |
data-accent | Project accent | Hex code, falls back to your project's accent colour. |
data-board | default board | Slug of a specific board to post into. |
How it behaves
- The script registers a single global
window.__hollahoopso 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.