Menu:

page message
  • PageMeta QR-Codes existiert nicht in der bevorzugten Sprache deutsch, benutzte english.

How to generate QR-Codes with google API

You can easy generate QR-Codes with the public google api. e.g.:

HTML
1
<img src="http://chart.apis.google.com/chart?cht=qr&chs=100x100&chl=http://www.pylucid.org/">

output is:

↑ examples  #

permalink with QR-Codes:

HTML
1
2
3
4
5
    <p id="permalink">
       <a href="{{ page_permalink }}" title="permalink to this page">permalink<br />
          <img src="http://chart.apis.google.com/chart?cht=qr&chs=100x100&chl=http://YourDomain.tld{{ page_permalink }}">
       </a>
    </p>

0 comments for 'QR-Codes':
    there exist no comment for 'QR-Codes'
Leave a comment
Fork me on GitHub