new plugin named QR Code deployed on the forge: http://dev.cmsmadesimple.org/projects/qrcode
Prints QR Code square image representing the complete url of a page, by default the current one, using Google Chart APIs. Let visitors open your site in a smartphone or tablet by reading a QR Code from an image that contains the URL of the page. Useful to retrieve web page from a printed version.
E.g.
Code: Select all
{qrcode} --> Prints the QR Code of current page (200x200 px image)
{qrcode url="http://www.othersite.ext/otherpage.html"} --> Prints the QR Code of the page "http://www.othersite.ext/otherpage.html" (200x200 px image)
{qrcode size="100"} --> Prints the QR Code of current page (100x100 px image)
{qrcode url="http://www.othersite.ext/otherpage.html" size="100"} --> Prints the QR Code of the page "http://www.othersite.ext/otherpage.html" (100x100 px image)
Regards,
Andrea