Plugin Directory

(a) QR Code Google

QR Code for your blog (based on Google Charts API)

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

e.g.

  1. Upload a-qr-code-google to the /wp-content/plugins/ directory
  2. Activate the plugin through the 'Plugins' menu in WordPress

Change your templates

For only link to image with post URL:

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

For image with post URL:

<?php if (function_exists('aQRCodeG')) { 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: 791

Average Rating

5 stars
(2 ratings)

Support

Got something to say? Need help?

Compatibility

+
=
Not enough data

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