Requirements โ
โญ๏ธ Available on Grow or Plus plans - This widget is currently only available in English.
Donโt meet the requirements with your current plan? Upgrade now to get access.
At least 50 reviews on a single SKU. We recommend 100 Reviews, as the AI Summary is more focused on content quality than quantity
Ensure each product has a valid SKU associated, as the lack of an SKU may result in the widget not functioning properly.
The AI Summary may take some time to load as it processes review data.
Navigation ๐
Log into your REVIEWS.io dashboard
Navigate to Publishing >> Widget Library
Click 'AI Summary'.
Instructions โ๏ธ
Within General Settings, you can alter the text within the Badge to have this say whatever you'd like
Within Design, you can change the visual look of the widget, like background colour, text size & shadows.
Troubleshooting Scenarios
Widget Not Displaying
Ensure you are subscribed to a qualifying plan, such as the Grow plan or higher.
Confirm the product has at least 50 reviews and an associated SKU.
Insufficient Review Data
If there are not enough reviews for a product, the widget will not install or display properly. This ensures accurate summaries.
Once you're happy with your settings you can press Save Changes this will give you the option to save this as a new widget, or update a previously generated one.
Recommendations for Optimal Use
Regularly check that all products have updated SKUs to maintain optimal widget functionality.
Upgrade your plan to unlock advanced features like the AI Summary Widget if not already done.
Aim to collect more than the minimum number of reviews to improve the quality and accuracy of the summaries.
Within the code, you will see a data-sku
property, which you will need to use to tell the widget which product to show summaries for.
For most e-commerce platforms there will be parameters you can enter to populate this field automatically. For example, on Shopify you would need to use the line:
data-sku="{{ product.handle }};{{ product.variants | map: 'sku' | join: ';' }};{{ product.variants | map: 'id' | join: ';' }}"