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.
Get the snippet
Section titled “Get the snippet”- Open Widgets or Settings → Widgets.
- Set the Site ID to the domain you’re installing on.
- On the Review Collector card, click Copy snippet.
<script src="https://api.vertaflow.io/v1/reviews.js" data-site="yourdomain.com" defer></script>Configure it
Section titled “Configure it”Expand Configuration options on the card to set:
- Display mode (
data-mode) —inlineorpopup. 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.
How rating gating works
Section titled “How rating gating works”- 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.
Install it
Section titled “Install it”Paste the snippet where you want the widget to appear. See Installing on your site.