﻿=== QR-Code Hoerandl ===
Contributors: Hoerandl
Donate link: http://www.hoerandl.com/
Tags: qr-code, qr-image, image, generator, plugin, shortcode, deutsch, german
Requires at least: 2.8
Tested up to: 3.3.1
Stable tag: 1.0

Shortcode to generate customised QR-Codes

== Description ==

With a small code snippet you can generate individually QR-code graphics that placed directly into the content of your website.

Possible Parameters:
*   content
*   pixel color
*   background color
*   bordersize
*   css class
*   alignment
*   alt-attribute

After installation and activation (!) you can use the plugin as following:

Write a simple code snippet directly into the article to get an QR-Code contents the current URL:
[qrcode_hoerandl]

Usage with more parameters:
[qrcode_hoerandl content="Hello World!" color="000000" bgcolor="FFFFFF" size="100" margin="1" align="right" class="image" alt="QR-Code"]


*More Informations on: [www.hoerandl.com](http://www.hoerandl.com/blog/item/qr-code-wordpress-shortcode-plugin "Hoerandl.com ... pimp your website")*

_________________

German / Deutsch:

Mit einem kleinen Code-Schnipsel können individuelle QR-Code Grafiken erstellt werden, die direkt in den Inhalt der Webseite geladen werden.

Mögliche Parameter:
*   Größe
*   Farbe der Pixel
*   Hintergrundfarbe
*   Rahmenbreite
*   CSS Klasse
*   Ausrichtung
*   Beschreibungstext

Nach der Installation und Aktivierung (!) kann das Plugin wie folgt verwendet werden:

Um einen QR-Code mit dem Inhalt der URL-Adresse der gerade geladenen Seite zu zeigen schreibe diesen einfachen Schnipsel direkt in den Artikel:
[qrcode_hoerandl]

Verwendung mehrerer Parameter:
[qrcode_hoerandl content="Hello World!" color="000000" bgcolor="FFFFFF" size="100" margin="1" align="right" class="image" alt="QR-Code"]


*Weitere Informationen gibt es auf: [www.hoerandl.com](http://www.hoerandl.com/blog/item/qr-code-wordpress-shortcode-plugin "Hoerandl.com ... pimp your website")*


== Installation ==

1. Upload the zip-file in the plugin folder `/wp-content/plugins/` directory and unzip.
1. Activate the plugin through the 'Plugins' menu in WordPress
1. Place `[qrcode_hoerandl]` in the article to generate an QR-Code image contents the current URL.

_________________

German / Deutsch:

1. Lade die Zip-Datei in dein Pluginsverzeichnis `/wp-content/plugins/` und entpacke es.
1. Aktiviere das Plugin im 'Plugins' Menü in WordPress.
1. Baue den Shortcode `[qrcode_hoerandl]` für eine QR-Code Grafik mit der URL der geladene Seite ein.


== Screenshots ==

1. QR-Code with default parameter - QR-Code mit den Grundeinstellungen
2. QR-Code with customised parameters - QR-Code mit geänderten Parametern


== Changelog ==

= 1.0 =
* first release