Display salon reviews in a professional table format on any website.
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>
your-salon-token-here with your actual salon token.
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>
<script>
// Wait for the script to load
window.addEventListener('load', function() {
if (window.SalonSpyEmbed) {
window.SalonSpyEmbed.init();
}
});
</script>
For questions or support, please contact the SalonSpy team.