Embedded Customer Experience Reviews (Deprecated)

📘

This documentation covers our pre August 2020 implementation. We strongly recommend upgrading to our latest JavaScript implementation to take advantage of performance improvements and additional features. Our migration guide can be found here.

To display embedded customer experience reviews in your website you have to

  1. include the Reevoomark Javascript library

  2. Include our embedded reviews CSS in your HTML header, using the HTML link below:

<link 
  rel="stylesheet" 
  href="//mark.reevoo.com/assets/embedded_reviews.css" 
  type="text/css" 
/>
  1. add the reevoo-embedded-customer-experience-reviews tag with trkref="TRKREF" and per_page="PER_PAGE" and optionally, locale="LOCALE" attributes

TRKREF should be replaced with your unique account code
PER_PAGE needs to be replaced by the number of reviews to display per page, as the reviews will be paginated.
LOCALE needs to be replaced by the locale of the desired reviews (for example en-GB or it-IT)

Examples

<reevoo-embedded-customer-experience-reviews 
  trkref="TRKREF" 
  per-page="10"
></reevoo-embedded-customer-experience-reviews>
<reevoo-embedded-customer-experience-reviews 
  trkref="TRKREF" 
  per-page="10"
  locale="en-GB"
></reevoo-embedded-customer-experience-reviews>