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-only-pinned-reviews="true"
style="display: block"
></div>

Attributes

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

  • data-gw-only-pinned-reviews: (optional): If set to true, only pinned reviews will be shown. Default is false.