← Back to all embeds

SalonSpy Reviews Embed

Display salon reviews in a professional table format on any website.

Quick Start

Add this code to your website where you want the reviews to appear:

<!-- Add this div where you want the reviews to appear -->
<div data-salonspy-token="your-salon-token-here"></div>

<!-- Load the embed script -->
<script src="https://static.salonspy.com/reviews/salonspy-embed.js"></script>
Note: Replace your-salon-token-here with your actual salon token.

Features

Installation Options

Option 1: Automatic Initialization (Recommended)

The embed script will automatically find and initialize all divs with the data-salonspy-token attribute.

<div data-salonspy-token="your-salon-token"></div>
<script src="https://static.salonspy.com/reviews/salonspy-embed.js"></script>

Option 2: Manual Initialization

<script>
// Wait for the script to load
window.addEventListener('load', function() {
  if (window.SalonSpyEmbed) {
    window.SalonSpyEmbed.init();
  }
});
</script>

Demo

Files

Support

For questions or support, please contact the SalonSpy team.