1. Sign in to Reviews Widget app

2. Search for your business by name.
You can search for reviews in several platforms such as Google or Bokadirekt. Let us know if you would like us to support another one!
Note: If you are having trouble finding your business try adding town or street name. We will also be happy to help you out. Shoot us a message anytime.

3. Continue to adding widget to your site

4. Copy the instance Id

5. In your React project install google-reviews-widget
npm install google-reviews-widget
6. Add GoogleReviewsWidget to your code
Paste in the instanceId from step 4). Check our git repo to see full working example.
import GoogleReviewsWidget from "google-reviews-widget"
function App() {
return (
<div>
<header>
<h1>Google Reviews Widget</h1>
</header>
<GoogleReviewsWidget instanceId="<your-instance-id>" />
</div>
)
}
export default App
Please don’t hesitate to reach out to us anytime with question or piece of feedback