Yotpo
Yotpo is a platform for collecting, managing, and displaying customer reviews and ratings across ecommerce websites.
Key features include:
- Automated review request emails
- On-site product review widgets
- Customer ratings and review moderation
- Review syndication to third-party channels
Yotpo integrates with ShopWired by providing a and widget that is added to your website theme and pages.
Account creation
Account creation
Create an account on the Yotpo website at Yotpo
During account creation you will be asked to enter your shop URL and complete Yotpo’s onboarding process.
Once onboarding is complete, Yotpo provides the JavaScript script and widget embed code required for installation on your ShopWired website.
Theme installation
Theme installation
Yotpo provides a JavaScript script that must be added to your website theme.
The script provided by Yotpo will be similar to the example shown below:
<script src="https://cdn-widgetsrepository.yotpo.com/v1/loader/XXXXXXXXXXXX" async></script>
The script shown above is provided as an example only. You must copy the exact script provided in your Yotpo account, as the script and any ID values will be unique to your website.
To add the script to your ShopWired theme:
- Navigate to Website > Themes
- Select the
code editoroption for the theme you want to edit - Open the
master.twigfile - Paste the Yotpo script just above the closing
</head>tag - Select Save changes
Adding the Yotpo reviews widget to product pages
Adding the Yotpo reviews widget to product pages
Yotpo provides widget embed code that displays reviews on your website.
The widget embed code provided by Yotpo will be similar to the example shown below:
<div class="yotpo-widget-instance" data-yotpo-instance-id="1234567"></div>
The code shown above is provided as an example only. You must copy the exact widget code provided in your Yotpo account, as the widget ID values will be unique to your website.
To add the widget code to your product pages:
- Navigate to Website > Themes
- Select
customise your themefor the theme you want to edit - Open the product page layout where you want reviews to appear
- Add a
custom HTMLsection - Paste the Yotpo widget code into the Custom HTML setting
- Position the section as required using the theme editor
- Save your changes
Recommendations
Recommendations
- Add the Yotpo widget only to pages where customer reviews are required
- Test changes on a duplicate or draft theme before applying them to your live theme