See How It Works
This example demonstrates how the Google Reviews Widget looks when embedded on your website. Customize colors, layout, and more to match your brand.
Light Theme Example
Dark Theme Example
How to Embed the Widget
Step 1: Search for your business
Use our search tool to find your business or any place with Google reviews.
Step 2: Customize your widget
Choose colors, layout, and display options to match your website's design.
Step 3: Copy the embed code
Choose between iFrame or JavaScript embed options based on your needs.
Step 4: Paste into your website
Add the code to your website where you want the reviews to appear.
Example Embed Code
<script src="https://your-domain.com/widget-bundle.js"></script>
<script>
window.initGoogleReviewsWidget({
containerId: 'google-reviews-widget',
placeId: 'YOUR_PLACE_ID',
apiUrl: 'https://your-domain.com',
theme: 'light',
cardWidth: 400,
maxReviews: 5
});
</script>
<div id="google-reviews-widget"></div>