
Ryviu is a versatile review platform that enables store owners to import reviews from multiple sources and display them on their e-commerce websites, thereby enhancing customer trust and boosting sales. Here’s an in-depth look at the specific features of each widget Ryviu offers.

The Product Reviews Widget displays customer feedback, including text, photo, and video reviews, as well as store owner replies. With this widget, you can customize the reviews theme to match your store's design.
Besides, Ryviu provides precise analytics about total reviews, disabled/enabled reviews, and detailed review information, making it easy to manage your reviews.
Setting Up
Shopify Stores: Follow our instructions for Shopify OS 2.0 themes.
WooCommerce Stores: The widget is displayed automatically upon installing the Ryviu plugin.
Widget snippet
<!-- RYVIU APP :: WIDGET -->
<div class="lt-block-reviews">
<ryviu-widget product_id="{{product.id}}" handle="{{product.handle}}" title_product="{{product.title}}" image_product="{{ product.featured_image.src | image_url: '200x' }}"></ryviu-widget>
</div>
<!-- / RYVIU APP -->
The Star Ratings widget displays product ratings on product and collection pages, giving customers a quick overview of product quality. You can customize the star style in your Ryviu account.
Setting Up
Shopify Stores: Add star ratings blocks for the product page and the collection page.
WooCommerce Stores: The star rating code is added automatically when you install the Ryviu plugin. Advanced customization options are available to select the position of the star ratings.
Widget snippet
<!-- RYVIU APP :: WIDGET-TOTAL -->
<div class="review-widget">
<ryviu-widget-total product_id="{{product.id}}" handle="{{product.handle}}" reviews_data="{{ product.metafields.ryviu.product_reviews_info | escape }}"></ryviu-widget-total>
</div>
<!-- / RYVIU APP -->
The Reviews Snippet Widget allows you to display selected customer reviews in different sections of your store, such as the homepage, landing pages, collection pages, or custom pages.
You can use this widget to highlight important reviews and increase customer trust outside the product page.
Learn more about setting up the Reviews Snippet Widget here:
Reviews Snippet Widget

The Highlight Featured Reviews Widget showcases top reviews in one place, offering a comprehensive view of customer feedback. This widget supports Ryviu Premium plans and can be customized easily.
Setting Up
Shopify Stores: Create a reviews section for the homepage for both OS 2.0 themes and vintage themes, a happy customers page, or a sidebar reviews widget.
WooCommerce Stores: Display featured reviews on a dedicated page.
Widget snippet
Masonry layout’s code
<!-- RYVIU APP :: FEATURE -->
<ryviu-widget feature="1"></ryviu-widget>
<!-- / RYVIU APP -->Carousel layout’s code
<!-- RYVIU APP :: FEATURE -->
<ryviu-feature-extend carousel="1" id="r--ryviu-widget"></ryviu-feature-extend>
<!-- / RYVIU APP -->
The Reviews Quick Access Button helps customers quickly open and view your product reviews from anywhere on the page.
This widget improves review visibility and makes it easier for customers to access important feedback without scrolling to the review section.
You can customize the position and display style of the quick access button to match your store layout.
Learn more about setting up the Reviews Quick Access Button in this guide.

Real-Time Review Alerts display recent customer reviews in small pop-up notifications on your storefront to increase trust and engagement.
This widget helps showcase social proof by highlighting customer activity and encouraging visitors to explore your products.
You can customize the display position, timing, animation effects, and review sources to match your store design and user experience.
Learn more about setting up Real-Time Review Alerts in this guide.

Available to all Unlimited Ryviu members, the Reviews Badge displays key information about your store’s reviews, including the total number of verified reviews and the average star rating. Customers can click on the badge to access the featured reviews section.
Setting Up
For the detailed setup guide, access to this article.
Widget snippet
<ryviu-feature-extend reviews_badge="1" reviews_data="{{ shop.metafields.ryviu.feature_ryviu }}"></ryviu-feature-extend>
The Questions and Answers (Q&A) widget is available in Ryviu premium plans. It displays customers' questions and store owners’ answers, improving customer interaction and boosting sales. You can manage and customize the Q&A section in your Ryviu account.
Setting Up:
Shopify Stores: Add the Q&A widget to your product pages by following this tutorial.
WooCommerce Stores: The Q&A widget is automatically added when you install the Ryviu plugin. Check out this tutorial for installation and setup instructions.
Widget snippet
<!-- RYVIU APP :: QA -->
<div class="lt-block-reviews">
<questions-answers handle="{{product.handle}}" product_id="{{product.id}}" ></questions-answers>
</div>
<!-- / RYVIU APP -->Need help?
Get in touch with our support team through live chat or email at [email protected]. We're here to help!