Skip to content
/ qr Public

A simple plugin to generate qr codes for arbitrary data sent into the generate script.

Notifications You must be signed in to change notification settings

wp-pure/qr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

QR Code Generator

A simple WordPress plugin that generates QR codes in WordPress - just feed your data into an image URL and it'll generate QR code to embed anywhere you like.

Install

Just clone this into your plugins folder, like so:

cd wp-content/plugins/
git clone https://github.com/wp-pure/qr

Inside a Gravity Form Confirmation Message

To embed a QR code in a confirmation email from any Gravity Form, paste the following into the 'Text' editor for that confirmation:

<img src="https://MYSITE.COM/wp-content/plugins/qr/generate.php?entry={form_id}::{entry_id}" />

Do remember to replace the MYSITE.COM part with your actual domain name, and everything will just work.

General QR Code Generation

You can also use this to generate ANY QR code you like - just feed the content of that QR code into the data parameter of the URL, and it'll generate the QR code for you.

<img src="https://MYSITE.COM/wp-content/plugins/qr/generate.php?data=DATA" />

Developed with love by James Pederson.

About

A simple plugin to generate qr codes for arbitrary data sent into the generate script.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages