-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
executable file
·53 lines (36 loc) · 1.65 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
=== 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](http://www.blackcrystalnet/), 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