QR Code Wordpress plugin to insert a QR code in your blog. The qr code contains the current URL or any other text you like.
Use this qr code wordpress plugin to create a qr code on any site of your WordPress installation. Content can be any text or the current URL of the site where it is embeded.
How to use it:
Use the shortcode [qrcode] within your site to generate a qr code including the URL of the current site
Use the fullowing short code to generate a indivdual qr code with any text content:
[qrcode content=”CONTENT” size=”120″ alt=”ALT_TEXT” class=”CLASS_NAME”]
It`s not neccessary to give any parameters!
Possible parameters are: alt, size, class, credit, shadow
If you don`t give any parameter like ‘alt’ or ‘size’, the standard parameters are:
alt = “Scan the QR Code”
size = 120
class=””
credit = true
shadow = true
The credit option gives a really small but nice looking image link on bottom of the qrcode. If you don´t like it or don´t want to give me any credits you can deactivate it with ‘credit = false’. But i will be glad if you let that small link where it is :D’
Look at free-qr-code.net for further information and for a easy useable qr code online generator.
Try out qrcode-generator.com for a QR Code Generator with free tracking and scan statistics.
Rene Hermenau
“I create useful free microsites!”
(http://www.free-qr-code.net “Free qr code online generator”)
This section describes how to install the plugin and get it working.
qrcode_wprhe.php
to the directory /wp-content/plugins/qrcode_wprhe/
This plugins makes use of the Google Chart Tools https://developers.google.com/chart/
I am very thankful if you give me credit and a backlink to http://www.free-qr-code.net
Fixed some php notices and missing