Install your widget
Paste two lines of code to add your reviews widget to any website.
Your embed code
Sign in to get your real widget ID<div data-review-widget="YOUR-WIDGET-ID"></div> <script src="https://app.wewidget.app/widget.js" data-widget-id="YOUR-WIDGET-ID"></script>
Platform instructions
1
Open your HTML file
Find the page where you want reviews to appear.
2
Paste the widget div
Add the first line of the embed code exactly where you want the widget to appear in your layout.
<div data-review-widget="YOUR-WIDGET-ID"></div>
3
Paste the script tag
Add the second line just before the closing </body> tag.
<script src="https://app.wewidget.app/widget.js" data-widget-id="YOUR-WIDGET-ID"></script>
4
Save and upload
Save your file and upload it to your hosting provider. The widget will appear immediately.
💡During development, replace the CDN URL with http://localhost:3000/widget.js
Need help? Email hello@wewidget.app