该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的WordPress一起使用时,可能不再受到维护或支持,并且可能会存在兼容性问题。

(a) QR Code

描述

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

安装

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

e.g.

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

常见问题

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/

评价

此插件暂无评价。

贡献者及开发者

“(a) QR Code” 是开源软件。 以下人员对此插件做出了贡献。

贡献者

将“(a) QR Code”翻译成您的语言。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志