It’s possible and easy to integrate with WeSay, our widget is a javascript code so it can be used on any platform. The installation of this widget is really simple and only requires a script and HTML element to be added.
Installation process:
- Register with your store at https://console.wesay.life
- Follow the instructions https://console.wesay.life/app/ugc/displays/reviews-widget
Add the JavaScript library code to the <head> tag
<script src="https://scripts.wesay.life/widget/v1.1/reviews-widget.js" type="text/javascript"></script>
Initialize with your App key
<script type="text/javascript">
WeSay.init('##your store token##');
</script>
Add the Reviews Widget to your product pages before closing </body> tag
<script type="text/javascript">
WeSay.reviews({
productId: '### REPLACE-WITH-PRODUCT-ID ###',
productName: '### REPLACE-WITH-PRODUCT-NAME ###',
productUrl: '### REPLACE-WITH-PRODUCT-URL ###',
productImageUrl: '### REPLACE-WITH-PRODUCT-IMAGE-URL ###',
});
</script>
<div id="WeSayReviews"></div>
3. Now you should see the reviews widget in every product page.
4. Google rich snippet is automatically installed with the widget, you don’t need to do anything, it just works out of the box.
That’s pretty much it. If you have any questions please reach out to us at support@wesay.life or contact us via the contact us widget at the bottom of this page.