QR code MeCard/vCard generator

QR code MeCard/vCard generator Install Statistics

0
100%
Today: 23 Yesterday: 23 All-time: 28,978 downloads
QR code MeCard/vCard generator Icon

Try plugin: QR code MeCard/vCard generator

We'll create fresh WordPress site with QR code MeCard/vCard generator installed. You have 20 minutes to test the plugin after that site we'll be deleted.

Takes ~10 seconds to install.

About 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.

6


0


0


0


1

updated: 9 months ago
since: 4 years ago

Description

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