QR Code MeCard/vCard Generator Wordpress Plugin - Rating, Reviews, Demo & Download

QR Code MeCard/vCard Generator Preview Wordpress Plugin - Rating, Reviews, Demo & Download
No ratings yet
Free
Follow for free plugins, new theme releases and theme news

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

Screenshots

  1. Add new QR code personal contact information card and setting up result

    Add new QR code personal contact information card and setting up result

  2. Featured image with QR code created after saving new card. And regenerate after each update

    Featured image with QR code created after saving new card. And regenerate after each update

  3. In saved QR code cards list you can view QR code, get QR code shortcode or copy direct link to image

    In saved QR code cards list you can view QR code, get QR code shortcode or copy direct link to image

  4. On widgets page you can select which of saved card to show at selected widget area.

    On widgets page you can select which of saved card to show at selected widget area.


Reviews & Comments