QR code - where can I find (free) code to embed my own generator on a web page?
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 sof开发者_开发知识库tware.
Can anyone point me in the right direction? would be mostly appreciated!
best regards,
Robbert
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:
https://chart.apis.google.com/chart?chs=150x150&cht=qr&chl=https://stackoverflow.com/questions/2451010/&choe=UTF-8
ZXing will do it.
http://code.google.com/p/zxing/
精彩评论