Embed customer reviews directly on your website. Choose from different display modes to match your design.
Add this script tag to your HTML page:
<script src="https://app.starfeed.nl/widget.js"
data-location-id="YOUR_LOCATION_ID"
data-mode="summary"
data-theme="light">
</script>
<div id="starfeed-widget"></div>Shows average rating and total review count. Perfect for headers or sidebars.
data-mode="summary"Displays the latest reviews with ratings and dates. Great for review sections.
data-mode="recent" data-limit="5"Compact badge showing you actively manage reviews. Ideal for footers.
data-mode="badge"| Attribute | Description | Default |
|---|---|---|
| data-location-id | Your location ID (required) | - |
| data-mode | Display mode: summary, recent, full, badge | summary |
| data-theme | Theme: light or dark | light |
| data-limit | Number of reviews to show (recent/full mode) | 5 |
| data-show-resolved | Show resolved badge (true/false) | true |
Try different modes and themes (replace with your location ID):
Haal een Location ID op met: pnpm --filter ./apps/api list:tenants
<script src="https://app.starfeed.nl/widget.js"
data-location-id="demo-location-id"
data-mode="summary"
data-theme="light"
data-limit="5">
</script>
<div id="starfeed-widget"></div>Live Preview: