Plugin info

Total downloads: 13,511
Active installs: 1,000
Total reviews: 4
Average rating: 3
Support threads opened: 1
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 7/31/2017 (3076 days ago)
Added to WordPress: 9/19/2009 (16 years old)
Minimum WordPress version: 2.8
Tested up to WordPress version: 4.8.23
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 3076 days ago • Support resolved 0% • 4 reviews

12/100

Is QR Code Tag abandoned?

Possibly abandoned (last update 3076 days ago).

Compatibility

Requires WordPress: 2.8
Tested up to: 4.8.23
Requires PHP: f

Developers

Languages

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

Custom Functions Plugin
Rating 3.7/5 (3 reviews)Active installs 200
WP Get Post Image
Rating 0.0/5 (0 reviews)Active installs 100
Custom Code Manager
Rating 3.0/5 (2 reviews)Active installs 70
Absolute-to-Relative URLs
Rating 5.0/5 (2 reviews)Active installs 20
Remove Special Characters
Rating 0.0/5 (0 reviews)Active installs 20
WP Missing Functions Plugin
Rating 5.0/5 (2 reviews)Active installs 10

Description

The QR Code Tag plugin creates QRCodes for your blog.

Features:

  • Choose your QR Code generator: Google Chart API (online connection required) or QR Code Lib (included)
  • Uses cURL if allow_url_fopen is 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

Demo

See this blog entry for a tooltip mode demo.
Move your mouse over the application links.

Acknowledgements

This WordPress QR Code Tag Plugin is partly based on Super Cool QRCode Widget by Matias S..

It uses:

Installation

  1. Upload the full directory into your /wp-content/plugins/ directory, or install it through the admin interface
  2. Set write permissions for /wp-content/plugins/qr-code-tag/data directory
  3. Activate the plugin through the ‘Plugins’ menu in WordPress
  4. Go to the settings page and change the default values (optional)

Requirements:

  • PHP5 with GD Lib
  • WordPress 2.8+

Frequently Asked Questions

Installation Instructions

  1. Upload the full directory into your /wp-content/plugins/ directory, or install it through the admin interface
  2. Set write permissions for /wp-content/plugins/qr-code-tag/data directory
  3. Activate the plugin through the ‘Plugins’ menu in WordPress
  4. Go to the settings page and change the default values (optional)

Requirements:

  • PHP5 with GD Lib
  • WordPress 2.8+

What is a QR Code?

Read Wikipedia QR Code article.

Will there be a PHP4 version?

No. This plugin is based on OOP sytle which is not available in PHP4.
Please upgrade your PHP installation.

Does it work with PHP 5.3?

Yes it does.

Does it work with PHP 6?

I don’t know. Not tested yet.

Which image type should I choose?

PNG is the preferred one. If you’re concerned about very old browser, use GIF instead. Or JPEG.

Which code generator should I choose?

If you’re on a webserver that disallows online connection from within php scripts, you should switch over to the QR Code Lib.

There is a red image instead of the QR Code image. What’s wrong?

You’re /qr-code-tag/data/ directory is not writeable. Please adjust
your permissions. See Changing File Permissions.

How to use the tooltip mode?

See Plugin Help (below Plugin settings in your WordPress administration area).

There is only a blank page for large posts with your plugin! Why?

This is a PHP / WordPress problem. See Sudden empty / blank page for large posts with WordPress for problem description and solutions.

The margin with the Google API differs from that one created by the QR Code Lib. Why?

Google Chart API creates a different margin. I can’t tell you why – ask Google.

How I can check the generated QR Code?

You can use the Google ZXing online service

Where I can download a barcode reader for my mobile device?

The plugin is not available in (_put a language in here_). Why?

Because no one translated it yet. How about you? See Plugin Help for translation hints!

There source code format does not follow WordPress standards. Why?

This plugin obeys the Zend Framework Coding Standard for PHP
because the WordPress Coding Standard does not fit OOP, IMHO. Sorry Matt.

Review feed

Juergen Schulze
9/1/2020

creates lots of errors with new wp

Uncaught TypeError: $(...).tooltip is not a function

Screenshots

  1. Tooltip mode

    Tooltip mode

  2. Widget options

    Widget options

  3. Admin interface

    Admin interface

Changelog

1.0

  • Initial Release