QR code MeCard/vCard generator

plugin banner

Share your contact information such as emails, phone number and much more through QR code…

Author:Stanislav Kuznetsov (profile at wordpress.org)
WordPress version required:5.0
WordPress version tested:6.7.0
Plugin version:1.7.0
Added to WordPress repository:10-12-2019
Last updated:27-01-2025
Rating, %:88
Rated by:7
Plugin URI:https://web-marshal.ru/qr-code-mecard-vcard-g...
Total downloads:36 939
Active installs:2 000+
plugin download
Click to start download

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


Screenshots
FAQ
ChangeLog