Title: Dynamic QR Code &#8211; generator
Author: sosidee
Published: <strong>February 24, 2022</strong>
Last modified: December 29, 2024

---

Search plugins

![](https://ps.w.org/dynamic-qr-code/assets/banner-772x250.png?rev=2684394)

![](https://ps.w.org/dynamic-qr-code/assets/icon-256x256.png?rev=2684394)

# Dynamic QR Code – generator

 By [sosidee](https://profiles.wordpress.org/sosidee/)

[Download](https://downloads.wordpress.org/plugin/dynamic-qr-code.1.0.1.zip)

 * [Details](https://pcd.wordpress.org/plugins/dynamic-qr-code/#description)
 * [Reviews](https://pcd.wordpress.org/plugins/dynamic-qr-code/#reviews)
 * [Development](https://pcd.wordpress.org/plugins/dynamic-qr-code/#developers)

 [Support](https://wordpress.org/support/plugin/dynamic-qr-code/)

## Description

### This plugin is a dynamic QR code generator

A _dynamic_ QR code?
 Yes, the core idea is that _information_ associated with the
QR code is managed by the plugin rather than being encoded directly within the QR
code itself: this is, in essence, the definition of a _dynamic_ QR code.

In other words, **Dynamic QR Code** allows you to change the information linked 
to a QR code **without having to alter** the QR code itself.
 Additionally, scans
of the QR codes are tracked and available for statistical analysis.

Let’s be straightforward with a few simple examples:

> SCENARIO: you want to store the web page of the pharmacy in duty in a QR code.
> 
> PROBLEM: the pharmacy changes with each shift, and you can’t (or don’t want to)
> rebuild and reprint the QR code every time. SOLUTION: Dynamic QR Code allows you
> to change the pharmacy webpage URL without modifying the QR code itself.
> SCENARIO: you want customers to be redirected to your current promotion webpage
> after scanning the QR codes you distributed to your resellers.
>  PROBLEM: the page
> URL changes frequently for various reason (e.g. you want to promote different 
> products without continuously modifying the same webpage) but you don’t want to
> waste time rebuilding, reprinting and resending QR codes to your resellers. SOLUTION:
> Dynamic QR Code permits you to change the redirect URL to your current promotion
> page without modifying the QR code image.
> SCENARIO: you want to track the scans of your QR code to analyze data and gather
> statistical information.
>  PROBLEM: there’s no easy way to track the activity of
> people who scan static QR codes. SOLUTION: Dynamic QR Code automatically tracks
> the scans and lets you download the data for statistical analysis.
> SCENARIO: you want your customers to scan a QR code to view your restaurant’s 
> menu.
>  PROBLEM: the menu changes every day of the week, so you would need 7 different
> QR codes would to cover the entire week. SOLUTION: Dynamic QR Code generates a
> single QR code that redirects your customers to the appropriate menu depending
> on the day of the week.

### Types of scenarios for dynamic QR codes

 * You need a QR code with a link that can be modified without changing the QR code
   image.
 * You need to track how many times your QR code has been scanned.
 * You need a QR code that redirects users to different URLs depending on the date
   or on the day of the week.
 * You need a webpage that can only be accessed by scanning a QR code.
 * You need a QR code that can be scanned a limited number of times.
 * You need a QR code that opens a Facebook/Instagram/LinkedIn profile directly 
   in the Facebook/Instagram/LinkedIn app (PRO feature).

Examples:

 * You want to track when customers open your products: _print on them a dynamic
   QR code for something appealing for to customers (e.g. a giveaway lottery, a 
   discount coupon, etc.) and gather the statistics._
 * You want to provide additional product information through videos that can change
   over time: _use a dynamic QR code that redirects to the current video._
 * You want to measure customer engagement in your physical stores: _dynamic QR 
   codes allow you to track the user activity._
 * You want to measure the effectiveness of your marketing campaigns in the physical
   world: _dynamic QR codes enable you be able to do so._
 * You want to provide information about your weekly program: _use a dynamic QR 
   code to show the schedule for the current day._
 * You want to display a prize voucher only to people that enter in your shop(s)
   and scan a QR code.
 * You want to open a YouTube video directly in the YouTube app (PRO feature).

See the [online manual](https://support.sosidee.com/dynamic-qr-code/general-concepts/)
for details.

### GETTING STARTED

From the Dynamic QR Code plugin console, create a new _QR-Code_ item:

 * enter a short description (something useful to you)
 * enter a unique key, i.e. a sequence of characters that has never been used for
   another QR-Code
 * set the _redirect URL_:
    - selecting a page/article of the WP website
    - entering a custom URL
 * save the new QR-Code

Then use the _QR-URL_ generated by the plugin to create the image of your QR code,
or just download the image generated in the plugin page.

» Check the [online manual](https://support.sosidee.com/dynamic-qr-code/) for details«

**Note**
 If you need to create QR-Codes with the same key, you have to activate
the ‘Disable unique keys’ option on the Settings page: in this case, identical keys
will generate identical qr code images and the redirect URL will be chosen either
randomly or based on the conditions set in the QR-Code.

**RANDOM REDIRECT**
 If you want users to be randomly redirected to a URL chosen
from several options:

 * activate the ‘Disable unique keys’ checkbox in the Settings page
 * create two or more QR-Codes with the same key but different URLs

Users will be redirected to a URL randomly selected from the available ones (i.e.
among the URLs of the valid QR-Codes that share the same key as the one scanned).

_Please note that the URL selection process uses a pseudo-random number generation.
Therefore, do not use this feature for true lotteries or gambling games._

**DATE-DEPENDENT REDIRECT**
 If you want users to be redirected to different URLs
depending on the date:

 * activate the ‘Disable unique keys’ checkbox on the Settings page
 * create two or more QR-Codes with
    - the same key
    - different date intervals of validity
    - different URLs

The URL users are redirected to will depend on which QR-Code is valid on the scan
date.

**DAY-OF-THE-WEEK DEPENDENT REDIRECT**
 If you want users to be redirected to different
URLs depending on the day of the week:

 * activate the ‘Disable unique keys’ checkbox on the Settings page
 * create 7 QR-Codes with
    - the same key
    - different redirect URLs
 * assign each QR-Code to a specific day of the week

**EXCEPTION DATE FOR A DAY-OF-THE-WEEK DEPENDENT REDIRECT**
 Let’s say you want 
your users to be redirected on Easter differently compared to the usual Sunday URL:

 * follow the DAY-OF-THE-WEEK DEPENDENT REDIRECT instructions to create 7 QR-Codes
 * then create another QR-Code with
    - the same key
    - the redirect URL set to the URL for Easter
    - the activation date set to the date of Easter
    - the priority checkbox activated

If _https://mydomain.com/sunday_ is the URL for Sunday and _https://mydomain.com/
easter_ is the URL for Easter, users will be redirected to _https://mydomain.com/
sunday_ on every Sunday except on Easter, when they’ll be redirected to _https://
mydomain.com/easter_.

» Check the [online manual](https://support.sosidee.com/dynamic-qr-code/) for more
scenarios «

**My FastAPP**
 If you wish to use your QR-Code with [My FastAPP](https://wordpress.org/plugins/my-fastapp/)
in order to track the single users’ scans, follow [these instructions](https://redirect.soslink.net/dynamic-qr-code/help/mfa).

### Dynamic vs Static QR code

STATIC QR CODE

 * encoded information cannot be modified
 * tracking scan activity is complicated and often not straightforward

DYNAMIC QR CODE

 * embedded information can be changed
 * scans can be easily tracked and then analyzed

### Statistics

QR code scans are logged and available for statistical analysis.
 Some basic statistics,
available as PRO add-ons, include scan distributions grouped by date, day, device
type, country, and more.

By enabling the _My FastAPP options_ (available under the _Settings_ menu), you 
can differentiate user activity using _User Key_ values.

## Screenshots

 * [[
 * Settings
 * [[
 * QR code editor

## FAQ

### Is this plugin a QR code generator ?

Yes, Dynamic QR Code generates the image of your QR code.
 However, you can also
use an equivalent image created by any third-party tool.

### How many dynamic QR codes can I generate ?

As many as you wish (and as many as your WordPress site can handle).

### What is a dynamic QR code ?

In short, it’s a simple QR code with a redirection URL encoded in it.
 This means
that the information (the data read scanning the QR code) is stored outside the 
QR code. With Dynamic QR Code this information is stored in your WordPress website,
allowing you to change it whenever you wish.

### What is a static QR code ?

A QR code is defined as _static_ when the information associated with it is embedded
directly in its code. Most QR codes are static.

### Do QR codes expire ?

A _static_ QR code can expire if the information encoded in it’s’ no longer valid,
requiring you to rebuild and reprint it.
 A _dynamic_ QR code can expire in the 
same way, but (and that’s the significant difference) it can be brought back to 
life simply updating the information stored online.

### Can I use a QR code image generated by another tool?

Yes, as long as the image encodes the correct QR-URL.

### Is this plugin a free QR code generator ?

Yes, Dynamic QR Code is free.

### Is there a PRO version?

Yes, absolutely! You can find all the information about the PRO version and how 
to purchase it at this URL: [https://sosplugin.com/dynamic-qr-code/](https://sosplugin.com/dynamic-qr-code/)

## Reviews

![](https://secure.gravatar.com/avatar/946caed07209e09967d4662f2e6d4c56c51be5ac27ee2ff5c651a3b24e551230?
s=60&d=retro&r=g)

### 󠀁[Good plugin with proper tracking and options](https://wordpress.org/support/topic/qr-codes-links-do-not-work-on-windows/)󠁿

 [bartjan93](https://profiles.wordpress.org/bartjan93/) January 15, 2024

Works well loads of options to set validity (date, amount of scans etc) and to configure
alternative actions in case the validity limits get reached. A good (visual) dashboard
with statistics of QR per selected time period would be nice.

![](https://secure.gravatar.com/avatar/d18f3de0771c0ab8b09f400776fc2cfc7debc1154aa1904aa693d19577c706f7?
s=60&d=retro&r=g)

### 󠀁[Almost there!](https://wordpress.org/support/topic/almost-there-55/)󠁿

 [awjensen](https://profiles.wordpress.org/awjensen/) March 14, 2023 1 reply

This would be a fabulous plugin with some minor tweaks to the log screen. It needs
to display the QR code description and provide count by QR code. I would even pay!

![](https://secure.gravatar.com/avatar/27c6ba98b2589afc18d54c6031f8187959dccc7f8d882e9a9e22f2a22b9ea31b?
s=60&d=retro&r=g)

### 󠀁[Great Solution for a simple QR code link tracker](https://wordpress.org/support/topic/great-solution-for-a-simple-qr-code-link-tracker/)󠁿

 [jayquest216](https://profiles.wordpress.org/jayquest216/) February 25, 2023

It’s free and it works as expected. Bravo to the devs! I would prefer a bit more
data in the scan log such as browser/OS and location, but I am very pleased with
how it is working right away!

![](https://secure.gravatar.com/avatar/fe7b5928006dab152bcbef868d788198c5c9b3211323e7ce7b3a7c9b6998785d?
s=60&d=retro&r=g)

### 󠀁[Excelent. Love it](https://wordpress.org/support/topic/excelent-love-it/)󠁿

 [cjnrluay9](https://profiles.wordpress.org/cjnrluay9/) January 3, 2023

All other options for dynamic QR codes were either paid or non existing. This was
the only plugin I found that does all this directly in our Wordpress backend, and
I do not have to deal with other sites and subscriptions. Very happy. I would even
pay for it some reasonable yearly fee , if it helps to drive development and add
new features. But already as it is, it is perfect.

![](https://secure.gravatar.com/avatar/2ba72dc62af516d10c3305c9c358d0230f06cc225397abac7eee4e352491eaf6?
s=60&d=retro&r=g)

### 󠀁[Very easy for a website manager to use!](https://wordpress.org/support/topic/very-easy-for-a-website-manager-to-use/)󠁿

 [MarjoriesDaughter](https://profiles.wordpress.org/marjoriesdaughter/) December
1, 2022

Today, I worked with a client to review and install this plugin. My client is very
computer literate, but not a developer. It was easy for her to setup for the use
they wanted with a few hints. It always makes me look good when I find a high quality
plugin!

![](https://secure.gravatar.com/avatar/355f69248f1140ecfa2c2adc1971bfa5448979319ce0fe511fbfafdf8df42a02?
s=60&d=retro&r=g)

### 󠀁[Excellent plugin](https://wordpress.org/support/topic/excellent-plugin-8259/)󠁿

 [EvD](https://profiles.wordpress.org/elkevandrunen/) November 16, 2022

This is a great QR plugin. Easy to use and customer support is excellent!

 [ Read all 8 reviews ](https://wordpress.org/support/plugin/dynamic-qr-code/reviews/)

## Contributors & Developers

“Dynamic QR Code – generator” is open source software. The following people have
contributed to this plugin.

Contributors

 *   [ sosidee ](https://profiles.wordpress.org/sosidee/)

“Dynamic QR Code – generator” has been translated into 1 locale. Thank you to [the translators](https://translate.wordpress.org/projects/wp-plugins/dynamic-qr-code/contributors)
for their contributions.

[Translate “Dynamic QR Code – generator” into your language.](https://translate.wordpress.org/projects/wp-plugins/dynamic-qr-code)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/dynamic-qr-code/), 
check out the [SVN repository](https://plugins.svn.wordpress.org/dynamic-qr-code/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/dynamic-qr-code/)
by [RSS](https://plugins.trac.wordpress.org/log/dynamic-qr-code/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.0.1

 * Fixed a bug in the logs page (admin dashboard).

#### 1.0.0

 * Code refactored to ensure compatibility with add-ons provided by the Pro License
   Manager plugin.
 * Improved integration with Pro License Manager to support additional features.
 * Minor bug fixes and performance improvements.

#### 0.9.3

 * Excluded the metabox nonce verification if an article has the type property different
   from ‘post’ or ‘page’
 * Added a settings option to append a random key-value querystring to the redirect
   URL (cache problem)
 * Fixed the ‘create new’ button link in the QR-Code edit page

#### 0.9.2

 * Added colors setting for QR code images
 * Enabled the modification of length of the code embedded in the enhanced images
 * Fixed a datetime issue when server and database have different timezones

#### 0.9.1

 * Added a device operating system condition
 * Added a device browser accepted language(s) condition
 * Added a sizeable white border to qr code image(s)

#### 0.9.0

 * Added time limits (they can combine with date limits)
 * Added content hiding to users that do not scan a qr code
 * Added a shortcode to display automatically a qr code image in a post/page
 * Minor fixes and changes

## Meta

 *  Version **1.0.1**
 *  Last updated **1 year ago**
 *  Active installations **6,000+**
 *  WordPress version ** 5.9 or higher **
 *  Tested up to **6.7.5**
 *  PHP version ** 8.0 or higher **
 *  Languages
 * [English (US)](https://wordpress.org/plugins/dynamic-qr-code/) and [Japanese](https://ja.wordpress.org/plugins/dynamic-qr-code/).
 *  [Translate into your language](https://translate.wordpress.org/projects/wp-plugins/dynamic-qr-code)
 * Tags
 * [dynamic qr code](https://pcd.wordpress.org/plugins/tags/dynamic-qr-code/)[qr code](https://pcd.wordpress.org/plugins/tags/qr-code/)
   [qr code generator](https://pcd.wordpress.org/plugins/tags/qr-code-generator/)
 *  [Advanced View](https://pcd.wordpress.org/plugins/dynamic-qr-code/advanced/)

## Ratings

 5 out of 5 stars.

 *  [  8 5-star reviews     ](https://wordpress.org/support/plugin/dynamic-qr-code/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/dynamic-qr-code/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/dynamic-qr-code/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/dynamic-qr-code/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/dynamic-qr-code/reviews/?filter=1)

[Add my review](https://wordpress.org/support/plugin/dynamic-qr-code/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/dynamic-qr-code/reviews/)

## Contributors

 *   [ sosidee ](https://profiles.wordpress.org/sosidee/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/dynamic-qr-code/)