QR code MeCard/vCard generator
Share your contact information such as emails, phone number and much more through QR code with WordPress using shortcode, widget or by direct link.
The facts
- Rating
- 4.5★ from 8
- Active installs
- 2k+
- Price
- Free
- Last updated
- 20 May 2026
- Added
- Dec 2019
- Requires WP
- 5.0
- Tested up to
- WP 7.0.4
- Requires PHP
- 7.3
- Downloads
- 49,595
Our analysis
AI-assistedThe QR code MeCard/vCard generator is a WordPress plugin that allows you to create QR codes containing your contact information in vCard or MeCard format. You can share details such as emails and phone numbers using shortcodes, widgets, or direct links. This plugin is designed for users who want to easily distribute their contact information through QR codes on their WordPress sites.
It supports the commonly used vCard version 3 format and MeCard format, making it compatible with various applications. The plugin is suitable for individuals or businesses looking to enhance their contact sharing capabilities on their websites.
Best for: This plugin is best for individuals or businesses wanting to share contact information easily on their WordPress sites.
What it does well
- ✓Generates QR codes in vCard and MeCard formats
- ✓Allows sharing of contact information via shortcode or widget
- ✓Compatible with various applications using standard formats
- ✓Free to use from the WordPress.org directory
- ✓Active installation count of 2,000
Where it falls short
- •Limited feature information provided
- •No advanced customisation options mentioned
Verdict
The QR code MeCard/vCard generator offers a straightforward solution for creating and sharing QR codes. It is a practical tool for those needing to distribute contact information efficiently.
From the developer
stasionok's own description of QR code MeCard/vCard generator, lightly tidied.
Plugin Generate QR code in vCard or MeCard format with your contact information.
Share your contact information such as emails and phone numbers and much more through QR code with WordPress using shortcode, widget or everywhere else by direct link.
That plugin use MeCard format and vCard version 3 format as most compatible and frequently used.
You can read detailed information about vCard here, and about MeCard here.
How to increase photo size in QR code vcf file
You can override qr-code thumbnail with following code in your theme functions.php file
`add_action( ‘after_setup_theme’, ‘change_qr_code_photo_size’ );
function change_qr_code_photo_size() {
// Override the image size
add_image_size( ‘qr-code-photo’, 600, 600 );
}“`