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.
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.
<ylopo-reviews
agent-name="Alex Morgan"
team-name="Morgan Realty Group"
location="Riverside, CA"
accent-color="#4CAF50"
star-threshold="4.5"
></ylopo-reviews>
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.
<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>
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.
<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>