QRcode Plugin

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
wich
Forum Members
Forum Members
Posts: 31
Joined: Sun Mar 27, 2011 9:22 pm

QRcode Plugin

Post 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
wich
Forum Members
Forum Members
Posts: 31
Joined: Sun Mar 27, 2011 9:22 pm

Re: QRcode Plugin

Post 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
Post Reply

Return to “Modules/Add-Ons”