Review Syndication

Syndicate reviews across multiple of your REVIEWS.io accounts.

Mollie Herbert avatar
Written by Mollie Herbert
Updated over a week ago

Requirements

βœ… Active REVIEWS.io account

⭐️ An Enterprise Plan

πŸ› Product Reviews Only


Instructions βš™οΈ

Important: To get started with Syndication, please contact support via Live Chat, or email (support@reviews.io) 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: en,
showEmptyStars: true,
enableSyndication: true

Carousel 🎠

reviews: { 
enable_syndication: true,
enable_customer_name: true,
enable_customer_location: true,
enable_verified_badge: true,
....
}

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

Did this answer your question?