Reputation: 31
couldn't find it exactly from earlier questions, but I am probably repeating an earlier question, so apologies upfront ;-)
I am looking for a simple code to embed a QR 2D code generator on a website I am building. I assume their should be some free open source code for that but I could only find paid software.
Can anyone point me in the right direction? would be mostly appreciated!
best regards,
Robbert
Upvotes: 3
Views: 5789
Reputation: 171154
Hope this helps http://jquery-howto.blogspot.com/2009/08/qr-code-generator-plugin-for-jquery.html
Or indeed, even easier, Google provide one
http://code.google.com/apis/chart/docs/gallery/qr_codes.html
SO you just need an IMG tag with the parameters set
[edit]
ie: This is the QR code for this page:
Upvotes: 9