Reviews Widget Integration
Before importing the Trustoo.io widget, please make sure you have installed the Trustoo.io APP and enabled APP Embeds in the theme editor
Reviews widget
On the product page, the reviews widget will display reviews for the corresponding product. On other pages, the reviews widget will display reviews for all products.
<div class="custom-vstar-review-widget" style="width:100%"></div>
Star Rating Widget
Show the average rating and total number of reviews for each product.
Star rating widget exclusively for the product page:
<div class="custom-vstar-rating-widget"></div>
<div class="custom-vstar-rating-widget" data-product-id="6872802820149"></div>
Featured Reviews Carousel
Showcase your top reviews in a carousel format on your desired page.
<script src="https://cdn.vstar.app/static/dist/js/swiper-reviews.min.js" defer></script>
<link rel="stylesheet" href="https://cdn.vstar.app/static/css/swiper-reviews.min.css">
Code added according to the carousel type
<div id="trustoo-card-carousel-widget" style="display:block;max-width:1200px;margin:0 auto"></div>
<div id="trustoo-text-carousel" style="display:block;max-width:1200px;margin:0 auto" data-type="block"></div>
<div id="trustoo-photo-carousel" style="display:block;max-width:1200px;margin:0 auto" data-type="block"></div>
<div id="trustoo-barrage-carousel" style="display:block;max-width:1200px;margin:0 auto" data-type="block"></div>
Modified at 2025-02-17 01:45:42