Description
QR Code for your blog (based on Google Charts API)
Installation
This section describes how to install the plugin and get it working.
e.g.
- Upload
a-qr-code-googleto the/wp-content/plugins/directory - Activate the plugin through the ‘Plugins’ menu in WordPress
Change your templates
For only link to image with post URL:
<?php if (function_exists('aQRCodeG')) { echo aQRCode(get_permalink()); }?>
For image with post URL:
<?php if (function_exists('aQRCodeG')) { echo '<img src="'.aQRCode(get_permalink()).'" alt="QR Code for '.the_title('','',false).'"/> '; }?> FAQ
What is QR code
Read http://en.wikipedia.org/wiki/QR_Code
How I can check QR code
You can use online service http://zxing.org/w/decode.jspx
Where I can download application for mobile
- http://www.i-nigma.mobi/
- http://reader.kaywa.com/
Avis
Il n’y a aucun avis pour cette extension.
Contributeurs/contributrices & développeurs/développeuses
« (a) QR Code Google » est un logiciel libre. Les personnes suivantes ont contribué à cette extension.
ContributeursTraduisez « (a) QR Code Google » dans votre langue.
Le développement vous intéresse ?
Parcourir le code, consulter le SVN dépôt, ou s’inscrire au journal de développement par RSS.