Robbert Huisman
Robbert Huisman

Reputation: 31

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 software.

Can anyone point me in the right direction? would be mostly appreciated!

best regards,

Robbert

Upvotes: 3

Views: 5789

Answers (2)

David L
David L

Reputation: 44668

ZXing will do it.

http://code.google.com/p/zxing/

Upvotes: 1

tim_yates
tim_yates

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:

https://chart.apis.google.com/chart?chs=150x150&cht=qr&chl=https://stackoverflow.com/questions/2451010/&choe=UTF-8 alt text

Upvotes: 9

Related Questions