Index » Dokumentation » howtos » QR-Codes
You can easy generate QR-Codes with the public google api. e.g.:
1
<img src="http://chart.apis.google.com/chart?cht=qr&chs=100x100&chl=http://www.pylucid.org/">
output is:
permalink with QR-Codes:
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>
permalink