Ask customers for a review right after their appointment. They get a one-tap link to Google or Yelp — delivered via email since SMS proxy isn't available.
After their appointment, the widget asks: "Want to share your experience?"
Since SMS isn't available, the review link arrives via email with a clear call-to-action.
Customer clicks the button and lands directly on the Google or Yelp review form.
Rate limit: 1 request per visitor per day
Each visitor can request only one review link per UTC day — prevents spam while keeping the follow-up meaningful.
Copy this snippet anywhere on your page. Replace data-review-url with your actual Google or Yelp review link.
<div id="review-widget"></div>
<script
src="https://apex-covenant-digital-marketing.polsia.app/widgets/review.js"
data-target="review-widget"
data-review-url="https://g.page/r/YOUR_GOOGLE_PLACE_ID/review"
data-review-type="google"
data-title="Enjoyed your visit?"
data-cta="Send review link"
data-color="#e11d48"
data-email-field="true"
async
></script>
| Attribute | Default | Description |
|---|---|---|
| data-target | — | The container element ID where the widget mounts |
| data-review-url | required | Your Google review URL or Yelp review page URL |
| data-review-type | "google" or "yelp" — used in email subject/button label | |
| data-title | "Enjoyed your visit?" | Header text shown in the collapsed widget |
| data-cta | "Send review link" | Submit button text |
| data-color | #e11d48 | Accent color for the header, submit button, and focus rings |
| data-email-field | true | Show/hide the email input field ("false" to hide) |