Brand reviews
Installation
- Include the Reevoo JavaScript library (only once per page)
- Add the
reevoo-embeddable
tag with `type="brand" - Specify Display Attributes if needed
- Specify Data Scope Attributes (for example,
branch_code
and/orscore
) as needed
Examples
Overall Service Rating
<reevoo-embeddable
type="brand"
per-page="10"
locale="en-GB"
></reevoo-embeddable>
Customer Service Rating
To display your Customer Service Rating, set the score
attribute to customer_service
.
<reevoo-embeddable
type="brand"
score="customer_service"
per-page="10"
locale="en-GB"
></reevoo-embeddable>
Delivery Rating
To display your Delivery rating, set the score attribute to delivery
.
<reevoo-embeddable
type="brand"
score="delivery"
per-page="10"
locale="en-GB"
></reevoo-embeddable>
Configurable Attributes
Reevoo Widgets supports the following list of attributes
Updated over 2 years ago