Title: (a) QR Code
Author: antonshevchuk
Published: <strong>December 24, 2008</strong>
Last modified: December 24, 2008

---

Search plugins

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.

![](https://s.w.org/plugins/geopattern-icon/a-qr-code.svg)

# (a) QR Code

 By [antonshevchuk](https://profiles.wordpress.org/antonshevchuk/)

[Download](https://downloads.wordpress.org/plugin/a-qr-code.zip)

 * [Details](https://pcd.wordpress.org/plugins/a-qr-code/#description)
 * [Reviews](https://pcd.wordpress.org/plugins/a-qr-code/#reviews)
 *  [Installation](https://pcd.wordpress.org/plugins/a-qr-code/#installation)
 * [Development](https://pcd.wordpress.org/plugins/a-qr-code/#developers)

 [Support](https://wordpress.org/support/plugin/a-qr-code/)

## Description

QR Code for your blog

### Changes in QR Code library

http://www.swetake.com/qr/qr_cgi_e.html

remove perl directory
 changes in php/qr_img.php file:

 * set path in setting area
 * rem options from $_GET
 * rem image header

## Installation

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

## 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” is open source software. The following people have contributed to 
this plugin.

Contributors

 *   [ antonshevchuk ](https://profiles.wordpress.org/antonshevchuk/)

[Translate “(a) QR Code” into your language.](https://translate.wordpress.org/projects/wp-plugins/a-qr-code)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/a-qr-code/), check 
out the [SVN repository](https://plugins.svn.wordpress.org/a-qr-code/), or subscribe
to the [development log](https://plugins.trac.wordpress.org/log/a-qr-code/) by [RSS](https://plugins.trac.wordpress.org/log/a-qr-code/?limit=100&mode=stop_on_copy&format=rss).

## Meta

 *  Version **0.1**
 *  Last updated **17 years ago**
 *  Active installations **10+**
 *  WordPress version ** 2.5.0 or higher **
 *  Tested up to **2.5**
 *  Language
 * [English (US)](https://wordpress.org/plugins/a-qr-code/)
 * Tag
 * [qr code](https://pcd.wordpress.org/plugins/tags/qr-code/)
 *  [Advanced View](https://pcd.wordpress.org/plugins/a-qr-code/advanced/)

## Ratings

No reviews have been submitted yet.

[Add my review](https://wordpress.org/support/plugin/a-qr-code/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/a-qr-code/reviews/)

## Contributors

 *   [ antonshevchuk ](https://profiles.wordpress.org/antonshevchuk/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/a-qr-code/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](http://anton.shevchuk.name/)