How do I embed my V1CE page on my website?
To embed your V1CE page on your website, you have three options: drop it inside an iframe (your full V1CE page appears as a window inside your website), add a clickable button or hyperlink that opens your V1CE page in a new tab, or display your V1CE QR code as an image that visitors scan with their phone. Most customers go with the button or the QR code because they keep visitors on your own site while still letting them save your contact in one tap.
Option 1: Add a "Save my contact" button (recommended)
The cleanest way to add V1CE to your website is a single button that opens your V1CE page when clicked. Add this HTML snippet wherever you want the button to appear:
<a href="https://v1ce.co/yourname" target="_blank" rel="noopener" style="display:inline-block;padding:12px 24px;background:#000;color:#fff;border-radius:6px;text-decoration:none;font-weight:600;">Save my contact</a>
Replace v1ce.co/yourname with your actual V1CE page link. Style the button to match your site's design. On WordPress, Squarespace, Webflow, Framer, or any visual builder, use the platform's Button block and paste your V1CE link as the destination.
Option 2: Embed your V1CE page in an iframe
If you want your V1CE page to appear inside your website (rather than open in a new tab), use an iframe:
<iframe src="https://v1ce.co/yourname" width="100%" height="800" style="border:none;border-radius:12px;"></iframe>
Adjust height and width to fit your layout. iframes work well on portfolio pages, agency contact pages, and consultant sites where you want visitors to see your full V1CE page without leaving the parent site.
A few caveats with iframes: some browsers strip the address bar inside the iframe, so visitors cannot bookmark your V1CE page directly. Save Contact still works because it uses the vCard download, which is permitted inside iframes.
Option 3: Display your V1CE QR code on your website
If your website visitors are likely to be on a different device (for example, a desktop user wanting to save your contact to their phone), display your V1CE QR code as an image:
Log in at app.v1ce.co
Go to QR Codes in the left menu
Download your QR code as a PNG
Upload the PNG to your website like any image
Visitors scan the QR with their phone camera to land on your V1CE page on their device
For maximum reach, combine the QR code with a "Save my contact" button next to it, so phone visitors tap and desktop visitors scan.
Where do I find my V1CE page link?
To find your V1CE page link, log in at app.v1ce.co, open the page you want to embed, and copy the URL shown in the page header. On V1CE ClientCapture OS the link is also visible under Pages in the left menu.
Can I show v1ce.co/yourname or a custom domain instead?
Yes. By default your V1CE page sits at v1ce.co/yourname. If you want it on your own domain (for example, card.yourcompany.com), V1CE supports custom domains on enterprise plans. See the V1CE Custom Domain article for setup.
Still need help? Start a chat with V1CE's team and V1CE will sort it out.