FFeedbacks DocsOpen app →

Embed widget

The embed widget brings in-context commenting to your own site — the same pin-a-comment experience as a hosted review link, running on your pages. It's a single script tag, cookieless, and scoped to a review link's token.

Install

  1. Create a review link for the project.
  2. On the project's Share screen, copy the embed snippet — it carries that link's token.
  3. Paste it before </body> on the pages you want to collect feedback on:
<script src="https://<your-app-domain>/embed.js" data-token="<review-link-token>" async></script>

That's it. A floating commenting UI appears; reviewers pin notes directly on the page.

How it works

  • Cookieless and token-scoped. The widget authenticates only with the data-token review-link token, so it runs safely on third-party domains. No login, no cookies.
  • Context captured automatically. Each comment records a screenshot, the page path, viewport, and browser — the same as a hosted review.
  • Pins persist. Comments re-render on the page across reloads.
  • Attachments can be allowed or disallowed per review link (see Review links).

Comments land in the same project board your team already triages — there's no separate inbox for embedded feedback.

Notes

  • embed.js is a public static asset and bypasses the app's auth guard by design.
  • Revoking the review link disables the widget that uses its token.