Embed Showcase

Ylopo Reviews Widget

Three ways to embed the review builder. Each configuration targets a different context — agent pages, open house kiosks, and custom survey flows.

Inline

Standard Review Flow

Renders directly on the page. Uses the bundled general question set with six survey steps covering service type, location, highlights, and outcomes.

survey-mode="general" accent-color="#4CAF50" star-threshold="4.5"
<ylopo-reviews
  agent-name="Alex Morgan"
  team-name="Morgan Realty Group"
  location="Riverside, CA"
  accent-color="#4CAF50"
  star-threshold="4.5"
></ylopo-reviews>
Modal

Open House Kiosk

Opens in a modal overlay on click. Uses the shorter open-house question set — four steps focused on the showing experience and agent impression. Designed for tablet kiosks.

display="modal" survey-mode="open-house" accent-color="#c0072f"
<ylopo-reviews
  agent-name="Alex Morgan"
  team-name="Morgan Realty Group"
  location="Riverside, CA"
  accent-color="#c0072f"
  star-threshold="4.5"
  display="modal"
  survey-mode="open-house"
></ylopo-reviews>
Custom

Post-Closing Survey

Loads a custom question set from a hosted JSON file. The survey is tailored to post-closing feedback — transaction type, agent strengths, and closing experience. No code changes needed to add new survey modes.

questions-url="...post-closing.json" accent-color="#1316ce"
<ylopo-reviews
  agent-name="Alex Morgan"
  team-name="Morgan Realty Group"
  location="Riverside, CA"
  accent-color="#1316ce"
  star-threshold="4.5"
  questions-url="https://branded-site-static.s3.us-west-2.amazonaws.com/reviews/post-closing.json"
></ylopo-reviews>
Ylopo Reviews ylopo-reviews.js