QR code MeCard/vCard generator

QR code MeCard/vCard generator

Details
View on WordPress

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 );
}“`

Details

Plugin code:
wp-qrcode-me-v-card
Plugin version:
1.7.1
Author:
Outdated:
No
WP version:
5.0 or higher
PHP version:
7.3 or higher
Test up to WP version:
6.8.3
Total installations:
3,000
Last updated:
2025-11-09
Rating:
Times rated:
8
mecard
qrcode
shortcode
vcard
widget