A add-on by Fumito Mizuno
# QR Code
Version: 1.1
Author: [Fumito Mizuno](http://twitter.com/ounziw)
QR Code add-on outputs the qrcode for your MojoMotor site, or page.
##Installation
Copy the addon in a folder named ‘qrcode’ in system/mojomotor/third_party
##Usage
QR Code add-on has a function:
{mojo:qrcode:create}
simply returns the qrcode for your site.
Optionally, you can set the current page url for qr code.
{mojo:qrcode:create page="current"}
returns the qrcode for the page where the qrcode is displayed.
You can also set the size and/or errorlevel of the qrcode.
{mojo:qrcode:create size="200"}
{mojo:qrcode:create errorlevel="M"}
Size can be between 1 and 600. Errorlevel can be L, M, Q, or H.
## Change Log
1.1 Modified for MM1.1
1.0 New Release
There are no reviews for this add-on.
I'm particularly interested in how the body class is added when the mojobar is opened! That was one that was hard to get around in the past.
Feb 09, 2012 3:20am