Comment on page
Media Carousel Widget
Bring reviews to life with a stand-alone media carousel that displays customer-generated photos and videos submitted in published product reviews. Shoppers can hover over photos/videos to quickly see the review star rating and click to bring up a modal with the full review. An excellent addition to the product page to increase shopper engagement.

Shopify Online Store 2.0
Shopify Vintage Theme
- 1.Create a new liquid snippet in the snippets folder with the following name:
snippets/okendo-reviews-media-carousel.liquid
- 2.Inside your newly created liquid file, add the following HTML snippet:<div data-oke-media-carousel></div>
- 3.
- 4.Copy the following snippet and place it in your Theme Code where you would like the widget to appear:
{% render 'okendo-reviews-media-carousel' %}
The preferred method of configuring the Media Carousel is via the Okendo Admin which can be accessed in the Okendo app via Reviews -> On-Site Displays:

Data Attribute | Description | Value Type | Supported Values | Required |
---|---|---|---|---|
data-oke-reviews-product-id | Used to specify a Shopify Product ID with the word shopify- in front of it. The media carousel widget will only show media for the specified product. | string | Any valid product ID in the format shopify- e.g. shopify-1234567 . | |
data-oke-reviews-group-id | Used to specify an Okendo Group ID so that the media carousel widget only shows media for the specified group of products. | string | Any valid product group ID in a GUID format e.g. 69d2e67d-b980-4333-97b7-30411807a7b1 | |
| | | | |
Without specifying a data source for the media, the widget will show all media for your store. You can provide either a Product ID or a Group ID to use that as the data source for the media.
<div data-oke-carousel data-oke-reviews-product-id="shopify-<PRODUCT_ID>"></div>
<div data-oke-carousel data-oke-reviews-group-id="<GROUP_ID>"></div>
Last modified 10mo ago