Linux 软件免费装
Banner图

Vasaio QR Code

开发者 olarmarius
更新时间 2013年5月10日 18:07
捐献地址: 去捐款
PHP版本: 3.2.1 及以上
WordPress版本: 3.5
版权: GPLv3
版权网址: 版权信息

标签

olar widget automatic shortcode generator permalink qr code custom standalone vasaio standalone-qr-code colored-qr-code customized-qr-code qr-code logo custom-qr-code

下载

1.0 1.1 1.2 1.2.1 1.2.2 1.2.3 1.2.4 1.2.5

详情介绍:

This plugin will insert standalone QR code with permalink or another content. Coming soon features Calendar event, vCard, MECARD, Email, Geo location, Phone number and Wifi network. Usage Just put [vasaioqrcode] shortcode into you content page, and you have one QR code customized in what color you want, with a logo inside of it. The content of the QR code will be the permalink of the current page. If you want to change the content of the QR code just use the parameter 'm' like that: [vasaioqrcode m="new content"]. You can also use the widget of the plugin. The settings from Vasaio QR Code settings page will be the default settings for new widget, and the settings from widget will be individual for every widget you use. The uniqueness of this plugin stand in three things: standalone QR codes, colored QR codes and customized QR codes with logo inside. Standalone QR code The plugin is not using any other application to generate the QR code. Colored QR code The QR code can be generated in any other peer of colors, not just black and white. The principle is simple: the only think that is metter is the contrast between colors. You can choose another color (insted of black) for the code and the plugin will get automaticaly the inverse color of "the main color" you choose => the contrast resulted is the same between balck and white (the maximum contrast). Customized QR code You can add any logo you want direct into your QR code. This is very important if you want to have customized QR codes. Available interface languages:
  1. English (default language)
  2. Romanian
FEEDBACK Howdy, if you like or don`t like my plugin give me your FEEDBACK! Thanks!

安装:

Installation
  1. Upload vasaio-qr-code.zip to the /wp-content/plugins/ directory;
  2. Extract the vasaio-qr-code.zip archive into the /wp-content/plugins/ directory;
  3. Activate the plugin through the 'Plugins' menu in WordPress.
Usage
  1. Customize your plugin settings into the Settings->Vasaio QR Code settings page;
  2. Place [vasaioqrcode] shortcode in your content page or user Vasaio QR Code Widget.

屏幕截图:

  • Vasaio QR Code - Settings
  • Vasaio QR Code - Documentation
  • Vasaio QR Code Widget
  • [vasaioqrcode m="http://google.com/"]
  • [vasaioqrcode s="100"]
  • [vasaioqrcode x="m" c="FFFF00" bg="333333" e="1"]
  • [vasaioqrcode t="gif"]
  • [vasaioqrcode b="2"]
  • [vasaioqrcode c="000000"]
  • [vasaioqrcode x="L" s="512" c="f0f0f0" o="http://2.bp.blogspot.com/_oshGJSerQc0/Sw7PNtKnrOI/AAAAAAAABog/EHfxIyY_c48/s1600/google_wave_logo.jpg"]
  • [vasaioqrcode p="0"]
  • [vasaioqrcode a="0" s="512"]
  • [vasaioqrcode s="512"]

升级注意事项:

1.2.5 Add background color option. Add special color effect. Add textarea with shortcode resulted. 1.2.4 Correct some core error. 1.2.3 Correct the HTML special chars showing error. 1.2.2 Correct the error of image generation. 1.2.1 Correct some error. 1.2 This new version comes with a new widget and some documentation to the settings page. 1.1 The main language of plugin interface was changed into english and the old interface language (romanian) was put into translation sistem. 1.0 The start version.

常见问题:

Why should I use this plugin?

If you want to create an automatic QR code to connect the site with the mobile devices (if the site has also a mobile theme), or you just want to create independently and customized QR codes, you can use this plugin very easy.

Can I customize the CSS for resulted QR Code?

YES, you can! You must add the class vasaio-qr-code to the style.css of the theme and put your custom CSS code there. Ex: .vasaio-qr-code { float: left; }

How to use direct in PHP code?

To use this plugin direct into PHP code use: <?php echo do_shortcode('[vasaioqrcode s="600" x="q" t="gif" b="3" c="000000" p="0" m="hahaha" ]'); ?>

If I work offline on localhost without Internet connection, the plugin will still work?

YES! The Vasaio QR Code Plugin will work offline because is not using any other application to generate the QR codes. It will generate the QR codes even on localhost.

How can I customize my QR code inside of shortcode [vasaioqrcode]?

You can customize the QR code using this explanation of the shortcode parameters.

  • m=message -> data to encode (default=permalink)
  • s=side -> dimension of image in pixels (64, ... 256=default, ... 3000)
  • x=correction -> error correction level (L=7%(default), M=15%, Q=25%, H=30%) - case insensitive
  • t=filetype -> file type of image (PNG=default, JPEG, GIF) - case insensitive
  • b=border -> number of squares for qr code white border (2, 3, 4=default, ... 10)
  • c=color -> hex code of the main color
  • o=logo -> filename of logo image, if you want to appear into the QR code (default=null)
  • p=percent -> percent of logo image, if you want to appear into the QR code (default=7)
  • a=adjust -> automatic adjust the logo width & height to match with squares (default=1)

Can you be more specific with some concrete examples?

I can provide you some examples and you can also check the 'Screenshots' section.

  1. [vasaioqrcode m="http://google.com/"]
  2. [vasaioqrcode s="100" e="1"]
  3. [vasaioqrcode x="m"]
  4. [vasaioqrcode t="gif"]
  5. [vasaioqrcode b="2"]
  6. [vasaioqrcode c="000000"]
  7. [vasaioqrcode x="L" s="512" c="f0f0f0" o="http://www.google.com/homepage/images/google_favicon_64.png"]
  8. [vasaioqrcode p="0"]
  9. [vasaioqrcode a="0" s="512"]
  10. [vasaioqrcode s="512"]

Ok, now is for free! When will be with payment?

Never, it will be always under GPL license.

更新日志:

1.2.5 1.2.4 1.2.3 1.2.2 1.2.1 1.2 1.1 1.0