Page 1 of 1

QRcode Plugin

Posted: Sun Jul 03, 2011 11:49 am
by wich
Hi all,

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)
I hope it will be useful for the community.
Regards,

Andrea

Re: QRcode Plugin

Posted: Mon Dec 19, 2011 10:57 am
by wich
New version QRcode 1.02 released !

- Implemented functionality for call a phone number, added specifics parameters
- Implemented functionality for send an E-mail message, added specifics parameters
- Implemented functionality for generate a meCard, added specifics parameters
- Implemented functionality for send a SMS message, added specifics parameters
- Implemented functionality for insert a text, added specifics parameters
- Implemented functionality for generate a vCard, added specifics parameters
- Implemented functionality for config a WiFi network connection, added specifics parameters (this only works with Android)
- Added the optional class parameter to set the CSS class name for the QR Code image tag
- Added the optional id parameter to set the CSS id name for the QR Code image tag
- Updated help and about text