-
Notifications
You must be signed in to change notification settings - Fork 1
/
readme.txt
68 lines (45 loc) · 1.81 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
=== WP Campaign Manager ===
Contributors: tomotomobile
Tags: shortcode, post, marketing, campaign
Requires at least: 4.0
Tested up to: 4.7
Stable tag: 0.3
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Provides Shortcodes to display and manage your Campaign banners. Useful!
== Description ==
WP Campaign Manager, it is possible to simply add a shortcode to display the campaign banners while posts. Possible to manage the campaign on the dashboard. Super useful.
[日本語の説明](http://tomotomosnippet.blogspot.jp/2013/12/wp-campaign-manager-wpacja2013.html)
Header image created by [@luchino__](https://twitter.com/luchino__)
= Usage =
Easy to use it!
1. 'Add new' and save.
2. Copy a shortcode. e.g. [wcm-show id=1111]
3. Edit your post, paste it, save.
== Installation ==
1. Upload the entire `wp-campaign-manager` folder to the `/wp-content/plugins/` directory.
1. Activate the plugin through the 'Plugins' menu in WordPress.
You will find 'Campaigns' menu in your WordPress admin panel.
== Frequently Asked Questions ==
= How to set expire each campaigns. =
I recommend to use [PostExpirator](https://wordpress.org/plugins/post-expirator/) together.
= There are similar plugins. =
You may mean [TinyMCE Templates](http://wordpress.org/plugins/tinymce-templates/) or . If you want to manage marketing campaigns, have to use WP Campaign manager. This plugin is for marketers.
== Screenshots ==
1. Copy a shortcode
== Changelog ==
= 0.3 =
Require PHP 5.3 or later.
* 0.3 Add campaign detail url field.
= 0.2 =
Beta version.
* 0.2.5 Change admin menu icon.
* 0.2.4 Follow WordPress coding standard.
* 0.2.3 Fix text-domain.
* 0.2.2 Add filter hook `wcm-custom-post-arg`.
* 0.2.1 Code fix.
* 0.2 Localized, Japanese.
= 0.1 =
* 0.1.2 Bugfix for PHP5.2
* 0.1.1 Improve UI.
* 0.1 First release.