Live widget demo — try it below

SMS Review Generator

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.

📱

Customer enters phone

After their appointment, the widget asks: "Want to share your experience?"

📧

Email lands in inbox

Since SMS isn't available, the review link arrives via email with a clear call-to-action.

One tap to review

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.

Live widget Active
Test the API directly

Install on your site

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>

Configuration options

Attribute Default Description
data-targetThe container element ID where the widget mounts
data-review-urlrequiredYour Google review URL or Yelp review page URL
data-review-typegoogle"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#e11d48Accent color for the header, submit button, and focus rings
data-email-fieldtrueShow/hide the email input field ("false" to hide)