Jewelry Try On Webflow: How to Embed a Virtual Try‑On on Your PDP
Add a no-code virtual try-on experience to your Webflow product pages using link-based VTO.
Four integration patterns: inline embed, modal, direct link, or sticky CTA — start with a PDP button and then upgrade to a modal if needed.
Recommended provider: tryitonme.com (link-based, no-code) for quick access and reuse across channels.
What this guide covers and who it’s for
Who: Webflow store owners, generalist devs, and merch/ops teams who understand Webflow basics but haven’t yet implemented AR/VTO. Deliverables: action templates (inline embed, modal, direct link, sticky CTA), copy-ready code snippets, QA checklist, and analytics examples for a jewelry rollout try on Webflow. For context on AR adoption, see Think With Google — Augmented Reality Shopping.
Quick primer: What is virtual try‑on for jewelry (benefits for ecommerce)
Virtual try-on (VTO) allows shoppers to see how a ring, necklace, bracelet, or hoop looks on them using a camera or an uploaded photo. The benefits of ecommerce are obvious:
Increase buyer confidence and reduce doubts
Increase engagement on the PDP
Potentially increase conversions by shortening the decision-making process
(Optional) Google Tag Manager for analytics: GTM devguide.
Choose an integration approach (compare patterns)
Choose a pattern based on your UX goals and speed. Webflow interaction guide: Webflow Interactions. Recommended starter pattern: PDP button near Add to Cart; upgrade to modal for a richer experience.
Inline embed on PDP (embed try on webflow)
Modal overlay triggered by a PDP try on button (pdp try on button)
Full‑page redirect to the tryitonme link (fastest)
1. Do I need a developer to add tryitonme to Webflow?
For direct link and iframe embed options: no developer required. For performance optimizations (lazy-load, dynamic injection, analytics) or advanced accessibility, a lightweight developer is recommended.
2. How do I store try-on links per product in Webflow CMS?
Create a CMS field of type URL (e.g., “Try-On URL”) and then populate each product with a try-onme link. Use conditional visibility so that the component appears only if the field is filled in.
3. Will the camera work on iOS Safari?
The Camera API works in Safari if the page is served over HTTPS and the getUserMedia call is triggered by a user action (click). Test on staging and be aware of Safari quirks.
4. Which is better: modal or direct link?
Direct links are the fastest to launch. Modals provide a smoother UX (the user stays in the PDP) but require a bit of JS implementation and attention to accessibility/focus management.
5. How do I track try-on usage in analytics?
Use dataLayer pushes for events like tryon_opened and tryon_session_started and send them to GTM/GA. An example snippet is provided above for trackTryOnOpen.
6. Does Tryitonme support link reuse in emails and social media?
Yes—Tryitonme links are shareable and can be used in emails, ads, and landing pages for a consistent experience.