Skip to main content

ReviewsSliderWidget

Displays customer reviews in a horizontal slider format, showcasing multiple reviews at a time. Users can navigate through the reviews using navigation arrows. Each review includes a rating, comment, and reviewer information, highlighting positive feedback and promoting customer satisfaction.

Widget example

Widget example

Code

<div
class="gw-rv-reviews-slider-widget-placeholder"
data-gw-lowest-rating="4"
data-gw-images-type="product_images"
data-gw-only-pinned-reviews="false"
data-gw-reviews-sequence="default"
style="display: block"
></div>

Attributes

  • data-gw-lowest-rating: (optional): Defines the minimum rating (1-5) required for reviews to be included in the slider. Default: 4.

  • data-gw-images-type: (optional): Specifies the source of images displayed in reviews. Default: product_images.

    • product_images – Displays product-related images inside reviews.
    • reviews_images – Displays user-uploaded images from their reviews.
  • data-gw-only-pinned-reviews: (optional): If set to true, only featured reviews are displayed. Default: false.

  • data-gw-reviews-sequence: (optional): Controls the order in which reviews appear in the slider. Default: default.

    • default - Reviews are shown in their natural order.
    • shuffle - Randomizes the order of displayed reviews to ensure varied visibility.