PyLucid CMS Logo

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 Kommentare für 'QR-Codes':
    Es existiert kein Kommentar für 'QR-Codes'
Kommentar hinterlassen

django-processinfo: 7.9 ms of 302.3 ms (2.6%)