Requirements β
βοΈ Available on Grow or Plus plans
At least 50 reviews on a single SKU. We recommend 100 Reviews, as the AI Summary is more focused on content quality than quantity
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.
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.
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: ';' }}"