Reviews Carousel Widget

Overview

Surface customer reviews at key conversion points throughout the buying journey such as the homepage, collection page, product page or even landing pages with the Reviews Carousel. The Reviews Carousel will scroll through the highest rated, most recent published reviews across all products and can be styled in a variety of ways.

Installation

Instructions for a Shopify Online Store 2.0 installation can be found here.

Styling

The preferred method of configuring the Reviews Carousel is via the Okendo Admin which can be accessed in the Okendo app via Reviews -> On-Site Displays:

Data Attributes

Data AttributeDescriptionValue TypeSupported ValuesRequired

data-oke-reviews-product-id

Used to specify a Shopify Product ID with the word shopify- in front of it. The star snippet will only show aggregate data for a particular 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 reviews widget only shows reviews for the specified group of products.

string

Any valid product group ID in a GUID format e.g. 69d2e67d-b980-4333-97b7-30411807a7b1

data-oke-header-badge-url

Used to hyperlink the reviews badge above the carousel with a link relative to current URL.

string

Examples

Giving The Widget A Data Source

Without specifying a data source for the reviews, the widget will show all reviews for your store. You can provide either a Product ID or a Group ID to use that as the data source for the reviews.

Product Widget

<div data-oke-carousel data-oke-reviews-product-id="shopify-<PRODUCT_ID>"></div>

Group Widget

<div data-oke-carousel data-oke-reviews-group-id="<GROUP_ID>"></div>

Customizing The Widget Header

Badge URL

<div data-oke-carousel data-oke-header-badge-url="<RELATIVE_URL>"></div>

Last updated