Brand reviews

Installation

  1. Include the Reevoo JavaScript library (only once per page)
  2. Add the reevoo-embeddable tag with `type="brand"
  3. Specify Display Attributes if needed
  4. Specify Data Scope Attributes (for example, branch_code and/or score) 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