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
- Include the Reevoo JavaScript library
- Add the
reevoo-embeddable
tag with your specific set of attributes
Embeddable types
Examples
Product reviews

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

<reevoo-embeddable type="brand"></reevoo-embeddable>
Ask An Owner

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

<reevoo-embeddable type="tabbed" product-id="SKU"></reevoo-embeddable>
<reevoo-embeddable
type="tabbed"
product-id="SKU"
manufacturer="MANUFACTURER"
model="MODEL"
></reevoo-embeddable>
Updated over 2 years ago