Home » Services | Misc

Create QR Code On the Fly

24. October 2009 by MJG 1 Comments

Ever seen those cool 2d Bar Codes (also called QR codes) and wondered how you could easily and quickly create these to point mobile phone users to a URL quickly?

Well, Google Charts API comes to the rescue. By appending the URL into call to the API, you can change at text URL like http://exhibita.com/blog into the following image:

All you need to do is anyplace that takes a URL to an image (an IMG tag in HTML, an Insert Image dialog from most editing tools, in your browser’s address bar, etc) just enter the following code:

   1: http://chart.apis.google.com/chart?cht=qr&chs=135x135&chl=http://exhibita.com/blog/

And that is our quick tip of the day!

Comments (1) -

mjg
United States mjg said:

Another great resource for creating these can be found on http://zxing.appspot.com/generator/
In fact, this app just presents you with friendly fields to accept your input and then generates the bar code using the same Google Charting API as described in the this articel.

Pingbacks and trackbacks (1)+

Add comment




  Country flag
biuquote
  • Comment
  • Preview
Loading