Skip to content

Latest commit

 

History

History
executable file
·
56 lines (36 loc) · 1.65 KB

readme.md

File metadata and controls

executable file
·
56 lines (36 loc) · 1.65 KB

QR shortcode

Contributors: miamibc Donate link: http://www.blackcrystal.net/project/qr-shortcode/ Tags: qr, qrcode, qr code, code Requires at least: 4.0 Tested up to: 4.6.1 Stable tag: 4.6 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html

Plugin adds [qr] shortcode and shows QR image in admin pages of all post types.

Description

You can put shortcode [qr] in your post to display QR code with address of your page, or any other page by including [qr link#"http://example.com"]. In admin pages of post/page/custom post type, you'll see QR code when it is published.

Features

  • Shortcode [qr] for QR code with current page
  • [qr link="..."] for any link
  • [qr size="100"] 100/200/300 is a size of QR code
  • [qr style="width: 100%; height: auto;"] to add any style to image
  • Cached image, only one request to Google server per address
  • (removed) link shortening is not available for now, because of absence with persising cache.

More

  • We made it, because we want wordpress to get better;
  • We made it, because it's simple and we can do it;
  • We made it, to show what we can and to learn something new;
  • «Show what you can. Learn what you don’t.» — BlackCrystal, 1999.

Installation

  1. Upload the plugin files to the /wp-content/plugins/qr-shortcode directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the 'Plugins' screen in WordPress

Frequently Asked Questions

No questions for now

Screenshots

  1. Post editor
  2. Use of shortcode

Upgrade Notice

Changelog

1.0

  • Initial version