Skip to main content

Review Syndication

Syndicate reviews across multiple of your REVIEWS.IO accounts.

Written by Mollie Herbert

Requirements

✅ Active REVIEWS.IO account

⭐️ At least one REVIEWS.io account must be on the Start-up plan or higher. If you require Product Grouping functionality, the account using this feature must be on the Grow plan or above, as Product Grouping is only available on Grow or higher

Don’t meet the requirements with your current plan? Upgrade now to get access.


Instructions ⚙️

Important: To get started with Syndication, please contact support via Live Chat with the details of the two stores you're looking to syndicate.

The only widgets that support syndicated reviews are:

  • Product Review Widget

  • Rating Snippet

  • Carousel Widget

Note: The reviews will only be visible within the dashboard for the account the reviews were collected on

To achieve this, you would need to update the code to enable syndication. This can be achieved with the following code:

Product Reviews Widget 🛍

new ReviewsWidget('#ReviewsWidget', {

store: "STORE ID",

widget: 'polaris',

options: {

types: 'product_review,questions',

enable_syndication: true,

Rating Snippet Widget ⭐️

ratingSnippet("ruk_rating_snippet",{

store: "STORE ID",

color: "#5a5a5a",

linebreak: false,

lang: reviewsIoLang,

showEmptyStars: true,

enableSyndication: true

Carousel 🎠

header:{

/*Show overall rating stars*/

enable_overall_stars: true,

rating_decimal_places: 2,

},

reviews: {

enable_syndication: true,

/*Show customer name*/

enable_customer_name: true,

Note: Your SKU's will need to match in both accounts!

Did this answer your question?