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

  • Enterprise Plan

Navigation

  • Log into your REVIEWS.io account

  • Go to Integrations

  • Select Syndication

Enter your REVIEWS.io Profile Page URL, select 'Add New' and then choose 'Save Changes'

You can find your REVIEWS.io Profile Page URL by going to Publishing >> Public Profile


Once you have added this, the reviews will then be available to publish on widgets. If you do have a multi-lingual store, the tags applied to the reviews are also syndicated alongside the review content so you can still display the reviews in the relevant language for your customers.

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

The only widgets that support syndicated reviews are:

  • Product Review Widget

  • Rating Snippet

  • Carousel Widget

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,
....
}

Did this answer your question?