Pl
wordpress plugins

8080 Barcode Generator

Use a simple shortcode to generate barcode.

plugin 8080 Barcode Generator
5 out of 5 based on 1 user ratings.

Description

Version: 1.0.3

With 8080 Barode Genertor you can generte barcodes in CODE128, CODE39, CODE25, CODABAR. To add barcode in yours site you have to only put simple shortcode wherever you want. DEMO

For example:[barcode text="1234test" size="100" text_size="10" codetype="code128"]

This shortcode generate barcode with code type CODE128 coding "1234test" height of barcode is 100px and size of text is 10px.

For advanced usage you can use m8080_barcode filter:add_filter('m8080_barcode','m8080_test');
function m8080_test($attr){
$attr['text']='1243abcert2';
$attr['size']=150;
$attr['text_size']=20;
$attr['code_type']='code128';
return $attr;
}

Tags: barcode, barcode generator, code128, code25, code39

Tags

Requirements

Requires: 3.3 or higher
Compatible up to: 4.0.12
Last Updated: 2 years ago
Active Installs: 100+

Download URL

https://downloads.wordpress.org/plugin/8080-barode-genertor.1.0.3.zip