Bookllo
Developer Integration

Embed Reviews & Feedback Widgets

Drop high-converting reviews and submission forms into your React, Next.js, Webflow, or HTML site in minutes.

1. Ratings Badge / Reviews Widget

Compact summary card showing aggregate score and verified reviews

HTML Iframe
<iframe 
  src="https://reviews.bookllo.com/embed?website=YOUR_WEBSITE_URL&type=reviews"
  style="width: 100%; border: none; min-height: 200px;"
  title="Customer Reviews"
></iframe>

2. Review Collection Form Widget

Collect ratings and feedback directly inside your website footer or modal

HTML Iframe
<iframe 
  src="https://reviews.bookllo.com/embed?website=YOUR_WEBSITE_URL&type=form"
  style="width: 100%; border: none; min-height: 520px;"
  title="Submit Review"
></iframe>

3. Pre-filled Direct Links (Email Campaigns)

Send custom 1-click survey links to customers with preloaded name and email

Direct Link
https://reviews.bookllo.com/YOUR_WEBSITE_URL/review?firstName=John&lastName=Smith&email=john@example.com

Quick Setup Steps

Step 1: Replace URL

Replace YOUR_WEBSITE_URL with your real domain (e.g. mycompany.com).

Step 2: Paste Snippet

Paste the iframe tag into your landing page HTML, CMS template, or React component.

Step 3: Dynamic Resizing

The widget communicates its height automatically via postMessage for seamless integration.