WordPress Plugin – QR Code Tag v1.0
QR Code Tag
Use QR Codes (Google API or QR Code Lib) anywhere in your WordPress blog, as a Widget, Shortcode, Tooltip or with a PHP function.
Features:
- Choose your QR Code generator: Google Chart API (online connection required) or QR Code Lib (included)
- Uses cURL if
allow_url_fopenis disabled (Google Chart API) - GIF, PNG or JPEG image output
- All QR Code images are cached
- Use as a Sidebar Widget
- Use the Shortcode
[qrcodetag]content[/qrcodetag]within your posts - Use the Tooltip mode
[qrcodetag tooltip="content"]some text[/qrcodetag]within your posts - Use the PHP function inside your own template
- “Best Read Mode” for optimized QR Code image size
- Works with PHP 5.3 as well
- Works on symlinked plugin folders
- Available plugin admin interface languages: English, German
Installation
FAQ
Screenshots
Download QR Code Tag v1.0
Donations are welcome:
8 Comments to WordPress Plugin – QR Code Tag v1.0
Hello ![]()
Thanks for this plugin. But the widget don’t work on my blog (2.8.6). When I try to move the widget in my sidebar I have a large horizontal line and impossible to place it.
November 18, 2009
Hello Lorand, the plugin works with 2.8.6 as well. Which theme do you use?
Hello Dennis,
Thanks for your reply. My Theme is Amazing Grace 2.3 par Vladimir Prelovac.
But my problem is in administration panel as you can see on this pic : http://www.android-software.fr/QRCodeTag.png
When I try to move the widget I have a very big horizontal line.
Thanks
Great plugin. I am going to add it to my site soon. Any chance of getting a Microsoft Tag plugin like this ?
do you take paid request for plugins ?
December 5, 2009
[...] you have a Wordpress blog, you can get a plugin to easily insert QR codes into your [...]
I am trying to use the php template to display the current url but I cannot find the parameter… what should go in between the brackets, where your example uses ‘mycontent’ as in
<img src="getQrCodeUrl(‘mycontent’,100,’UTF-8′,’L',4,0);
?>”> ?
February 3, 2010
In order to display a 100 x 100px QR Code in the page template you would include this PHP code:
…
echo $qrcodetag->getQrCodeUrl($qrcodetag->currentUrl(),100,’UTF-8′,’L',4,0);
Leave a comment
About
Recent Posts
- Lua 5.1 for Delphi 2010
- WordPress Plugin – QR Code Tag v1.0
- Favourite Android applications
- Hint: Blank Typo3 installation screen
- How to create an ESXi v4 Whitebox ISO with Windows Tools
- Ext: tt_news – no translation for name of months
- check_apachestatus_auto.pl v1.2 released
- Ext: indexed_search – Disable indexing of meta tags
- nagios_mdaemon_check.exe v1.0 released
- Create an ESXi Whitebox ISO with Windows Tools
Search
Categories
Tags
Archives
Blogroll
Delphi Feeds
- February Photo of the Month
- ProDelphi profiler will not run anymore
- Using LDAP for User Authentication
- Updated SimpleStorage demos and added IDocument
- Delphi's NIL value and the Assigned RTL Function
- The ABA problem
- I found TButton!!!
- What is new in SimpleStorage
- Releasing queue memory without the MREW lock
- Random Thoughts on the Passing Scene #143
I'm an avid programmer working on a variety of platforms in a variety of languages with a wide technical interest.

November 17, 2009