विवरण
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
Uninstall
- Deactivate the plugin
- That’s it! 🙂
स्क्रिनसटहरू
स्थापना
- Copy the
barcode-qrcode-generator
directory into yourwp-content/plugins
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- That’s it! 🙂
प्रश्नोत्तर
Nothing.
- Installation Instructions
-
- Copy the
barcode-qrcode-generator
directory into yourwp-content/plugins
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- That’s it! 🙂
- Copy the
समीक्षाहरू
योगदानकर्ता र डेभलपरहरू
“Barcode QRcode Generator” खुला स्रोत सफ्टवेयर हो। निम्न व्यक्तिहरूले यो प्लगिनमा योगदान गरेका छन्।
योगदानकर्ताहरू“Barcode QRcode Generator” लाई आफ्नो भाषामा अनुवाद गर्नुहोस्
विकासमा रुचि छ?
आरएसएस द्वारा कोड ब्राउज गर्नुहोस्, एसभीएन रिपजिटरी हेर्नुहोस्, वा विकास लग को सदस्यता लिनुहोस्।
चेन्जलग
1.0.1
- Code cleaning.
1.0
- Initial release.