Your blog post
Blog post description.
8/11/20251 min read


Createing Your vCard (.vcf) File
The .vcf file is the magic behind the "Save Contact" button. It's a universal file format for contact information. The easiest way to create this file is to export an existing contact from your smartphone.
● On Android:
1. Open your Contacts app.
2. Create a new contact with all your details (name, phone, email, website, social media links).
3. Tap the three-dot menu icon in the top right corner.
4. Select "Share" and choose to share it as a "vCard file (.vcf)".
5. Save the file to your phone's storage. You can then transfer it to your computer.
● On iPhone:
1. Open the Contacts app.
2. Create a new contact with your information.
3. Tap "Share Contact".
4. Select "Mail" or another app to send the file to yourself. The attachment will be a .vcf file.
Once you have the file, rename it to something simple like my-contact.vcf.
Step 2: Create a Simple Web Page for Your Name Card
Now you need a simple webpage that will display your information and link to the .vcf file. You can create this with a basic HTML file.