QR in Lay mans terms

25 views
Skip to first unread message

L

unread,
Jun 1, 2011, 2:01:45 PM6/1/11
to Google Chart API
Okay, I have read about what Google has to say about how to use the
chart api to create qr codes. I am a bit slow evidently so can someone
in very simple terms explain how to create QR codes easily. I would
like to create not only urls but also VCards. Thanks!

duniyadnd

unread,
Jul 14, 2011, 4:57:58 PM7/14/11
to google-c...@googlegroups.com
To create a QRCode, create an image tag

<img src="">

Inside the src attribute start with this:


Now figure out how big you want the image - let's try 150x150


Add an & after that to get the next piece of information


and add "chl=" which will contain the information you need:


Enter in the information you want it to contain:


Don't forget to URLEncode your string before you put it after chl. You can do that at: http://meyerweb.com/eric/tools/dencoder/

Reply all
Reply to author
Forward
0 new messages