🛠️ Iframe Configurator
Customize your reviews carousel and get the embed code
📺 Live Preview
📝 Embed Code
<iframe
src="/?domain=www.google.com&theme=custom&autoHeight=true"
width="100%"
height="400"
frameborder="0"
scrolling="no"
title="Trustpilot Reviews Carousel"
></iframe>Copy this code and paste it into your website where you want the carousel to appear.
📍 Additional Examples
More examples with Google.com reviews using different configurations:
Iframe Code:
<iframe src="/?domain=google.com&theme=custom&maxReviews=5" width="100%" height="400" frameborder="0"></iframe>🎨 Theme Examples
☀️ Light Theme
🌙 Dark Theme
🔧 Auto-Height Feature Demo
📏 Dynamic Height Adjustment
Watch how the iframe automatically adjusts its height based on content - no scrollbars needed!
❌ Traditional Fixed Height (with scrollbar)
Fixed 200px height - content may be cut off with scrollbars
✅ Auto-Height with iframe-resizer
Dynamic height - automatically adjusts to content size
💡 Implementation Tip
To enable auto-height functionality, you need to:
- Add
autoHeight=trueto your iframe URL - Install and configure iframe-resizer on your parent page
- The iframe will automatically communicate its content height to the parent
⚙️ Configuration Options
Customize the carousel with these URL parameters:
| Parameter | Type | Default | Description |
|---|---|---|---|
| domain* | string | - | Domain to fetch reviews for (required) |
| theme | light|dark | light | Visual theme |
| maxReviews | number | 10 | Maximum reviews to display (1-50) |
| autoplay | boolean | true | Enable automatic sliding |
| interval | number | 5000 | Autoplay interval (ms) |
| minRating | 1-5 | 1 | Minimum star rating to show |
| height | number | 400 | Height in pixels |
| autoHeight | boolean | false | Enable automatic iframe height adjustment (eliminates scrollbars) |
🚀 Quick Integration
Copy and paste these examples to get started:
Basic Example
<iframe
src="/?domain=google.com"
width="100%"
height="400"
frameborder="0"
scrolling="no">
</iframe>Advanced Example
<iframe
src="/?domain=google.com&theme=dark&maxReviews=8&minRating=4&autoplay=true&interval=4000"
width="100%"
height="450"
frameborder="0"
scrolling="no">
</iframe>🎯 Try It Now
Currently showing reviews for "google.com" - change the domain in the configurator above to see different reviews