このプラグインは WordPress の最新3回のメジャーリリースに対してテストされていません。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress で使用した場合は互換性の問題が発生する可能性があります。

ra_qrcode

説明

Usage:

write [qrcode] to generate a QRcode for the actual url with size of 100×100 pixels

you can specify these attributes:

size (it indicates the size in pixels for width and height, default: 100)

alt (it indicates the alternative text for the image: default “scan QR code”)

content (leave it blank to pass the actual url or write the content to encode)

click (write “yes” to make the image clickable)

fgcolor (foreground color in hexadecimal format)

bgcolor (background color in hexadecimal format)

example: [qrcode size=200 content=”www.robertoalicata.it” alt=”scan me NOW” click=”yes”]

インストール

  1. Upload the plugin directory to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

FAQ

.

評価

このプラグインにはレビューがありません。

貢献者と開発者

ra_qrcode はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“ra_qrcode” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。

変更履歴

2.1.0

  • NEW feature: Now you can change foreground and background color (require GD library installed on the server)

2.0.0

  • NEW feature: the Widget

1.1.1

  • Fixed some bugs on the clickkable qrcode

1.1.0

  • NEW feature: a tinyMCE button for configure the qrcode shortcut

1.0.0

  • Fisrt stable version

0.1.0

  • First version of the plugin