Opis
QR Code for your blog
Changes in QR Code library
http://www.swetake.com/qr/qr_cgi_e.html
remove perl directory
changes in php/qr_img.php file:
- set path in setting area
- rem options from $_GET
- rem image header
Instalacja
This section describes how to install the plugin and get it working.
e.g.
- Upload
a-qr-codeto the/wp-content/plugins/directory - Set write permissions for
/wp-content/plugins/a-qr-code/cachedirectory - Activate the plugin through the 'Plugins’ menu in WordPress
Change your templates
For only link to image with post URL:
<?php if (function_exists('aQRCode')) { echo aQRCode(get_permalink()); }?>
For image with post URL:
<?php if (function_exists('aQRCode')) { echo '<img src="'.aQRCode(get_permalink()).'" alt="QR Code for '.the_title('','',false).'"/> '; }?>
Najczęściej zadawane pytania
- 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/
Recenzje
Wtyczka nie ma jeszcze żadnej recenzji.
Kontrybutorzy i deweloperzy
„(a) QR Code” jest oprogramowaniem open source. Poniższe osoby miały wkład w rozwój wtyczki.
ZaangażowaniPrzetłumacz wtyczkę “(a) QR Code” na swój język.
Interesuje cię rozwój wtyczki?
Przeglądaj kod, sprawdź repozytorium SVN lub czytaj dziennik rozwoju przez RSS.