[qrcode content="http://www.esponce.com/" size="90x90" foreground="#1982D1"]
Parameters:
* **content** - required parameter, content to be encoded in QR Code, e.g. hyperlink, phone number, message
* **size** - module size (number between 1 and 20) or image size (width x height where both dimensions are equal), e.g. "3" or "100x100"
* **padding** - distance from edges, value between 0 and 4, each unit is represents one module
* **version** - defines capacity and overall image size, values from 1 to 40 or empty for auto
* **ec** - error correction level, values: L, M (default), H, Q
* **foreground** - module color, color name or #[AA]RRGGBB hex value, default is "black"
* **background** - background color, color name or #[AA]RRGGBB hex value, e.g. "transparent" or "#00FFFFFF", default is "white"
* **tooltip** - text to appear on mouse over ('title' attribute)
* **alt** - text for 'alt' attribute
* **class** - additional CSS class names
* **style** - additional CSS styles
Note: double quotes are escaped as