views:

217

answers:

1

Hi, 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

+4  A: 

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:

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

tim_yates