Skip to content

Reviews widget

The Review Collector is a star-rating form you embed on your site. It gates ratings automatically: 4 stars and up auto-publish to your public reviews, while lower ratings route to internal moderation so you can follow up privately before anything goes live.

  1. Open Widgets or Settings → Widgets.
  2. Set the Site ID to the domain you’re installing on.
  3. On the Review Collector card, click Copy snippet.
<script src="https://api.vertaflow.io/v1/reviews.js" data-site="yourdomain.com" defer></script>

Expand Configuration options on the card to set:

  • Display mode (data-mode) — inline or popup. Inline renders the form in the page flow; popup opens it on demand.

Values flow into the snippet live; empty fields fall back to defaults. Copy when you’re done.

  • 4★ or 5★ — auto-publishes to your public reviews.
  • 3★ or below — routes to internal moderation. The reviewer still gets a thank-you; you decide whether and how to follow up.

This keeps your public wall genuinely positive while making sure unhappy feedback reaches you privately instead of going public unanswered.

Paste the snippet where you want the widget to appear. See Installing on your site.