This plugin is a QR Code (Quick Response) image generator for mobile tagging.
Basic Plug-in Usage:
Install and activate the plug-in. Use the shortcode [wcs_qr_code] anywhere in a post/page or in a text widget to generate a QR Code image.
Standard WordPress installation procedure:
wcs-qr-code-generator directory to your /wp-content/plugins/ directory.Basic Shortcode Usage syntax:
[wcs_qr_code]
Example Shortcode Usage:
[wcs_qr_code url='now is the time' size='128' color='darkblue']
Shortcode Usage Information:
ECL Details:
This plug-in utilizes the Google Charts API. You can view the various ECL settings here.
Essentially, the ECL code consists of two components: (1) the error correction level (L, M, Q, or H), and (2) the white border row/column width (1 - 40 rows, not pixels).
URL Details:
If omitted, the URL defaults to the current page/post url. You can also use any valid url or text (within the character limitation of the selected ECL attribute value).
When using an email address, a standard format is expected. For example me@here.com should be implemented as mailto:me@here.com.
Telephone numbers also have a standardized format. For example, 212-555-1212 should be implemented as tel:+12125551212.
An SMS link is encoded in a fashion similar to an email address. For example, a link to the number 12345 should be implemented as sms:12345.
These and many other possibilities are explained in detail here.
Requires: 2.9.0 or higher
Compatible up to: 3.1.4
Last Updated: 2011-5-9
Downloads: 2,458
Got something to say? Need help?