Generate standalone QR codes, colored and customized with logo inside.
This plugin will insert standalone QR code with permalink or another content.
Calendar event, vCard, MECARD, Email, Geo location, Phone number and Wifi network.
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.
The plugin is not using any other application to generate the 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).
You can add any logo you want direct into your QR code. This is very important if you want to have customized QR codes.
Howdy, if you like or don`t like my plugin give me your FEEDBACK! Thanks!
(https://sourceforge.net/projects/phpqrcode/)
Dominik Dzienia
Kentaro Fukuchi
Phil Karn, KA9Q
(http://www.white-hat-web-design.co.uk/articles/php-image-resizing.php)
Simon Jarvis
(http://www.jonasjohn.de/snippets/php/color-inverse.htm)
Jonas John
(http://jscolor.com)
Jan Odvarko
(http://www.barelyfitz.com/projects/tabber/)
Patrick Fitzgerald
vasaio-qr-code.zip
to the /wp-content/plugins/
directory;vasaio-qr-code.zip
archive into the /wp-content/plugins/
directory;Settings->Vasaio QR Code
settings page;[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"]
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.
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; }
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" ]'); ?>
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.
You can customize the QR code using this explanation of the shortcode parameters.
I can provide you some examples and you can also check the ‘Screenshots’ section.
[vasaioqrcode m="http://google.com/"]
[vasaioqrcode s="100" e="1"]
[vasaioqrcode x="m"]
[vasaioqrcode t="gif"]
[vasaioqrcode b="2"]
[vasaioqrcode c="000000"]
[vasaioqrcode x="L" s="512" c="f0f0f0" o="http://www.google.com/homepage/images/google_favicon_64.png"]
[vasaioqrcode p="0"]
[vasaioqrcode a="0" s="512"]
[vasaioqrcode s="512"]
Never, it will be always under GPL license.