QR Code for your blog (based on Google Charts API)
This section describes how to install the plugin and get it working.
e.g.
a-qr-code-google to the /wp-content/plugins/ directoryChange 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
Got something to say? Need help?