=== QR Code Widget === Contributors: Wjatscheslaw Poluschin Donate link: http://www.poluschin.info/ Tags: qr code, widget, mobile Requires at least: 2.6.0 Tested up to: 2.9.2 Stable tag: 1.1.0 == Description == QR Code generator with widget for your webpage based on Y.Swetake's QrCode script. == Installation == This section describes how to install the plugin and get it working. 1. Upload `qr-code-widget` to the `/wp-content/plugins/` directory 2. Set write permissions for `/wp-content/plugins/qr-code-widget/cache` directory 3. Activate the plugin through the 'Plugins' menu in WordPress Read http://en.wikipedia.org/wiki/QR_Code == Showing Your QR Code == = Widget Friendly = If you are using widgets, you can drag QR Code widget to your sidebar to display your active Article Qr Code. = Shortcode = Use: `[qr_code_display]` to display QR Code for Article. If u want to change url of Qr Code, you can do so by adding a 'url' and 'title' parameters like this: `[qr_code_display url="http://www.poluschin.info" title="Link to Poluschin.info"]` = How I can check QR code = You can use online service http://zxing.org/w/decode.jspx = Features = * QR Code generator * Widget support * Shortcode `[qr_code_display]` insert QR Image to your contenten == Frequently Asked Questions == = Where I can download barcode reader for mobile = http://www.quickmark.com.tw/ http://www.i-nigma.mobi/ http://reader.kaywa.com/ http://www.imatrix.lt/ == Changes in QR Code library == http://www.swetake.com/qr/qr_cgi_e.html remove perl directory changes in php/qr_img.php file: 1. set path in setting area 2. rem options from $_GET 3. rem image header == Changelog == = 1.1.0 = * [BUG-FIX] It was not possible generate more then one Qr-Code. * [Feature] Shortcode for more usability was added.