How to Generate and Add QR Codes in WordPress – WPSaviour

By WP Saviour •  Updated: 09/22/20 •  3 min read

Entrepreneurs have been debating on whether or not QR codes are dying or nonetheless has worth for fairly a while. eMarketer stats present that 39% of US residents between 18-24 have used QR scans in magazines, 38% in mail, 35% on posters, and 21% on web sites. Not too long ago certainly one of our customers requested us if it was attainable for his or her native enterprise so as to add a QR code on their web site. On this article, we are going to present you how one can generate and add QR Codes in WordPress.

QR Code abbreviated for Fast Response Code is a sort of two dimensional matrix barcode. For the reason that arrival of barcode scanner apps in cellphones, QR Codes have been utilized by many on web sites, digital shops, and on-line communities. A QR Code is often a picture with white background and black squares and dots in a sq. form container. Companies can use QR codes to supply unique reductions, present particular affords and extra.

If you wish to add QR Codes in WordPress, then the very first thing you could do is to put in and activate QR Code Generator plugin. Utilizing the plugin is very simple. You’ll be able to generate QR code inside your posts or pages utilizing the shortcode like this:

[qrcode content="Your content goes here" size="150" alt="QrCode" class="qrcode" credit="FALSE"]

qrcode-wordpress-widget-1173685

Within the above shortcode, the content material you need to be encrypted in QR code goes contained in the content material parameter. For this instance, we used picture dimension of 150px, however you possibly can outline the scale of the QR Code picture as you need. Setting the credit score parameter false will make sure that plugin creator’s web site hyperlink doesn’t will get included in your QR code.

You can even use this shortcode inside a textual content widget in your sidebar. If QR Code doesn’t seem in your textual content widget after utilizing the shortcode, then be sure you have this line added in your theme’s features.php file.

1

add_filter('widget_text', 'do_shortcode');

QR Codes can permit cell phone customers to avoid wasting URLs by scanning the QRCode. These barcode pictures can be utilized to convey data in much less pixel space. You should use QRCodes to offer contact data, social profile IDs, addresses and plenty of different kind of content material.

gp-4338107 as-7115757

WP Saviour

I am a WordPress specialist. My mission is to help you create beautiful websites with ease!