Este plugin non se actualizou en máis de 2 anos. É posible que xa non sexa compatible ou mantido por ninguén, ou podes ter problemas de compatibilidade cando se usa con novas versións de WordPress.

(a) QR Code Google

Descrición

QR Code for your blog (based on Google Charts API)

Instalación

This section describes how to install the plugin and get it working.

e.g.

  1. Upload a-qr-code-google to the /wp-content/plugins/ directory
  2. 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).'"/> '; }?> 

Preguntas frecuentes

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/

Comentarios

Non hai recensións para este plugin.

Colaboradores e desenvolvedores

“(a) QR Code Google” é un software de código aberto. As seguintes persoas colaboraron con este plugin.

Colaboradores

Traduce “(a) QR Code Google” ao teu idioma.

Interesado no desenvolvemento?

Revisa o código, bota unha ollada aorepositorio SVN, ou subscríbete ao log de desenvolvemento por RSS.