Requirements
✅ Active REVIEWS.IO account
⭐️ Plus Plan
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: 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!