How the gate works
In /var/www/vhosts/aavedigital.dev/feedback-demo.aavedigital.dev/index.php there's
about 60 lines of plain PHP at the top of the file. No framework, no dependencies.
- Generate a review link in the admin under any project's Review links tab. Copy the
?fbk=…value. - Hit this page with the token appended, e.g.
https://feedback-demo.aavedigital.dev/?fbk=rv_ABCD… - The gate verifies the token with Feedbacko, sets a signed cookie, and redirects you to the clean URL. The widget appears.
- Revoke the link in the admin, refresh this page, and the widget disappears. (The revoke breaks the widget's next
/review/verifycall.)
Try it in an incognito window to confirm that anonymous visitors see no widget —
view source, check the Network tab, confirm there's no request to feedback.aavedigital.dev.
Sample pricing table
A realistic block so pin-mode has something to aim at once you're in reviewer mode.
Starter
- 1 project
- Anonymous annotations
- Community support
Studio
- 10 projects
- Per-project rate limits
- Email notifications
Agency
- Unlimited projects
- Portal SSO
- Priority support
What unauthenticated visitors see
No floating widget. No widget.js in the source. No network request to
feedback.aavedigital.dev. No cookies set. The gate's only work for anonymous
visitors is the one if that finds no ?fbk param and no
fbk_review cookie, then returns control to the rest of the page.