This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

(a) QR Code Google

Description

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

Installation

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).'"/> '; }?> 

FAQ

What is QR code

Read http://en.wikipedia.org/wiki/QR_Code

How I can check QR code

You can use online service http://zxing.org/w/decode.jspx

Where I can download application for mobile

  • http://www.i-nigma.mobi/
  • http://reader.kaywa.com/

Reviews

There are no reviews for this plugin.

Contributors & Developers

“(a) QR Code Google” is open source software. The following people have contributed to this plugin.

Contributors

Translate “(a) QR Code Google” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.