A contact page that lists a phone number asks the visitor to do the work. A Save-my-contact button does it for them: one tap opens your card, a second saves you to their phone. Here is how to put it on any site, in two copy-paste snippets.
A contact page usually offers a phone number, an email address and a form. All three ask the visitor to do the work: copy the number, type the address, wait for a reply. A Save-my-contact button turns that around. One tap opens your digital business card in the visitor's browser and a second tap saves your name, number, email, company and links into their phone — the same .vcf contact file a phone produces when you share someone from your address book. No app to install, nothing to type.
That matters because a saved contact is the outcome a business card exists for. Someone who has you in their phone recognises your call, finds your email without searching and has your website one tap away. A visitor who merely read your contact page has none of that once the tab is closed.
CompanyCard gives you two ways to do it, both built in the app from the same share link that sits behind your QR code: a button that links to your card, or the card itself embedded on the page. Open My cards, press Share, then Add to your website. Both snippets appear with your link already filled in, each with its own Copy button.
A single image wrapped in a link to your card. It has its own rounded background, so it reads the same on a white page and a dark footer:
<a href="YOUR_SHARE_LINK" rel="noopener" title="Jordan Diaz — digital business card"><img src="https://company-card.com/assets/badge-save-contact.svg" alt="Save my contact — digital business card by CompanyCard" width="220" height="52" style="border:0"></a>The app replaces YOUR_SHARE_LINK with your card's link and Jordan Diaz with your name. Nothing else changes, and there is no script or stylesheet to add.
If you would rather show the card itself — photo, links and the Save contact button — embed the card page in a frame. It is 360 by 600 pixels, shrinks to fit a phone screen and loads only when a visitor scrolls to it:
<iframe src="YOUR_SHARE_LINK" width="360" height="600" loading="lazy" title="Jordan Diaz — digital business card" style="border:0;border-radius:16px;max-width:100%"></iframe>
<p style="font:13px system-ui;margin:6px 0 0"><a href="https://company-card.com/?utm_source=embed&utm_medium=web&utm_campaign=card_embed" rel="noopener">Made with CompanyCard</a></p>The line under the frame, Made with CompanyCard, is a small credit that links back to us. That credit is what keeps the free plan free, so please leave it in place.
Yes. The free plan includes one digital business card with a QR code and a share link, and both snippets are built from that link, so nothing on this page needs a paid plan. A card's page carries a small Make your own CompanyCard link under the card, and the embed snippet adds a Made with CompanyCard line under the frame. Those two credits are what keep the free plan free.
No. The button opens your card as an ordinary web page in whatever browser the visitor is using. Tapping Save contact downloads a standard .vcf contact file, which iPhones and Android phones open straight into Contacts. Only you, the card's owner, have a CompanyCard account.
It depends on whether you were signed in when you copied it. Signed in: your link stays the same when you edit the card, because the card is saved to your account and the link points at its page on company-card.com, so nothing on your website needs touching. Not signed in: the link encodes the card itself, so re-copy it after edits by opening Share, then Add to your website again, and pasting the fresh snippet over the old one. The panel tells you which kind of link you have.
The button is a single SVG image of under 2 KB plus a link, with no script to load. The card embed is an iframe with lazy loading, so the browser fetches the card page only when a visitor scrolls near it, and its max-width rule lets it shrink to fit a phone screen.
Create a free card, open Share, press Add to your website and paste the snippet. The credit line under it is what keeps the free plan free.