Plugin Directory

(a) QR Code

QR Code for your blog

This section describes how to install the plugin and get it working.

e.g.

  1. Upload a-qr-code to the /wp-content/plugins/ directory
  2. Set write permissions for /wp-content/plugins/a-qr-code/cache directory
  3. Activate the plugin through the 'Plugins' menu in WordPress

Change your templates

For only link to image with post URL:

<?php if (function_exists('aQRCode')) { echo aQRCode(get_permalink()); }?>

For image with post URL:

<?php if (function_exists('aQRCode')) { echo '<img src="'.aQRCode(get_permalink()).'" alt="QR Code for '.the_title('','',false).'"/> '; }?>

Requires: 2.5.0 or higher
Compatible up to: 2.5
Last Updated: 2008-12-24
Downloads: 631

Average Rating

4 stars
(4 ratings)

Support

Got something to say? Need help?

Compatibility

+
=
Not enough data

0 people say it works.
0 people say it's broken.