>
Download This Plugin | |
Download Elegant Themes | |
Name | Barcode QRcode Generator |
Version | 1.0 |
Author | Hiroaki Miyashita |
Rating | 0 |
Last updated | 2014-07-15 01:38:00 |
Downloads |
249
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
Barcode QRcode Generator plugin added 7 bytes of resources to the Home page and 3 bytes of resources to the sample Post page.
Barcode QRcode Generator plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! Barcode QRcode Generator plugin ads no tables to your Wordpress blog database.The Barcode QRcode Generator plugin adds the functionality to output barcodes and qrcodes by use of the shortcodes [barcode] and [qrcode].
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
Ex) [barcode text=4930127000019 height=100 wdith=2 transparency=1]
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
Ex) [qrcode text=4930127000019 height=100 width=100 transparency=1]