這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Barcode QRcode Generator

描述

The Barcode QRcode Generator plugin adds the functionality to output barcodes and qrcodes by use of the shortcodes [barcode] and [qrcode].

How to use [barcode]

In order to output barcodes, [barcode] will be used. There are some attributes for [barcode].

text … A text that should be in the image barcode.

type … The barcode type: code39, int25, ean13, upca, upce, code128, ean8, and postnet. Default: ean13

imgtype … The image type that will be generated: gif, jpg, and png. Default: png

height … The image height (px). Default: 60

width … The image width. Default: 1

showText … The text should be placed under barcode. Default: 1

rotation … The rotation angle. Default: 0

transparency … The transparent background. Default: 0

remake … The barcode will be regenerated every time. Default: 0

textfilename … The text value will be the file name. Default: 0

Ex) [barcode text=4930127000019 height=100 wdith=2 transparency=1]

How to use [qrcode]

In order to output qrcodes, [qrcode] will be used. There are some attributes for [qrcode].

text … A text that should be in the image qrcode.

eclevel … Error correction level. 0(Level L), 1(Level M), 2(Level Q), and 3(Level H) Default: 3

height … The image height (px). Default: 60

width … The image width (px). Default: 60

transparency … The transparent background. Default: 0

remake … The barcode will be regenerated every time. Default: 0

textfilename … The text value will be the file name. Default: 0

Ex) [qrcode text=4930127000019 height=100 width=100 transparency=1]

Documentation in Japanese

Barcode QRcode Generator

Uninstall

  1. Deactivate the plugin
  2. That’s it! 🙂

螢幕截圖

  • Output Sample

安裝

  1. Copy the barcode-qrcode-generator directory into your wp-content/plugins directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. That’s it! 🙂

常見問題

Nothing.

Installation Instructions
  1. Copy the barcode-qrcode-generator directory into your wp-content/plugins directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. That’s it! 🙂

評價

2016年9月3日
I've just installed this plugin and it works just fine! There was no other reviews so i think it`s on me to write one. Thank you very much for that amazing plugin! P.S. there is no space between left border of generated img and first digit of ean13, this kinda needs to be fixed.
閱讀全部2個評價

貢獻者及開發者

“Barcode QRcode Generator” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 Barcode QRcode Generator 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

1.0.1

  • Code cleaning.

1.0

  • Initial release.