Starfeed Review Widget

Embed customer reviews directly on your website. Choose from different display modes to match your design.

Installation

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>

Display Modes

Summary Mode

Shows average rating and total review count. Perfect for headers or sidebars.

data-mode="summary"

Recent Reviews

Displays the latest reviews with ratings and dates. Great for review sections.

data-mode="recent" data-limit="5"

Trust Badge

Compact badge showing you actively manage reviews. Ideal for footers.

data-mode="badge"

Configuration Options

AttributeDescriptionDefault
data-location-idYour location ID (required)-
data-modeDisplay mode: summary, recent, full, badgesummary
data-themeTheme: light or darklight
data-limitNumber of reviews to show (recent/full mode)5
data-show-resolvedShow resolved badge (true/false)true

Live Demo

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:

Voer een Location ID in om de preview te zien
Starfeed Review Widget - Embed Reviews on Your Website