Embeddable

Overview

Embeddable is our way of allowing you to display product and brand reviews, and Ask An Owner questions and answers, directly within your pages.

Installation

  1. Include the Reevoo JavaScript library
  2. Add the reevoo-embeddable tag with your specific set of attributes

Embeddable types

  1. Brand reviews
  2. Product reviews
  3. Ask An Owner
  4. Tabbed reviews

Examples

Product reviews

3584
<reevoo-embeddable type="product" product-id="SKU"></reevoo-embeddable>
<reevoo-embeddable 
  type="product"
  product-id="SKU"
  manufacturer="MANUFACTURER"
  model="MODEL"
></reevoo-embeddable>

Brand

3584
<reevoo-embeddable type="brand"></reevoo-embeddable>

Ask An Owner

3584
<reevoo-embeddable type="aao" product-id="SKU"></reevoo-embeddable>
<reevoo-embeddable 
  type="aao"
  product-id="SKU"
  manufacturer="MANUFACTURER"
  model="MODEL"
></reevoo-embeddable>

Combo

1792
<reevoo-embeddable type="tabbed" product-id="SKU"></reevoo-embeddable>
<reevoo-embeddable 
  type="tabbed"
  product-id="SKU"
  manufacturer="MANUFACTURER"
  model="MODEL"
></reevoo-embeddable>