-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreadme.txt
More file actions
89 lines (55 loc) · 1.87 KB
/
readme.txt
File metadata and controls
89 lines (55 loc) · 1.87 KB
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
=== Push7 Subscribe button ===
Contributors: hnle
Donate link: https://hinaloe.net/donate
Tags: Push Notification, desktop notifications, notifications, web push
Requires at least: 4.2
Tested up to: 4.6
Stable tag: trunk
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Easy setup Push7 Subscribe Button, and inject Jetpack
== Description ==
This plugin is a one of the best way to setup Push7 subscribe button.
When you use [Push7](https://push7.jp/) on your WordPress site,
you have to register and install [Official plugin](https://wordpress.org/plugins/push7/).
This plugin only provide Subscribe button interface.
= Feature =
- put official button everywhare with shortcode
- Various types of announcement under article (developing)
- Add official or unified button into Jetpack Share Buttons(Shardaddy).
- Use App ID set by Official Plugin, or your custom APP ID
= Shortcode =
= Basic usage =
`[push7-sb]`
= Advanced Usage =
`[push7-sb id="YOUR_CUSTOM_APPID" type="BUTTON_TYPE"]`
Options:
- `id`: Push7 AppId
- `type`: Button type to show. `r`(Count in right),`t`(vertical balloon),`n`(No count). default is `n`
----
This plugin is developing on [GitHub](https://github.com/hinaloe/push7-subscribe-button/)
== Installation ==
1. Install from plugin directory on dashboard
1. Activate it
== Frequently Asked Questions ==
= Can I use this plugin without Push7 Official plugin? =
Yes, but You couldn't send notification without that.
== Screenshots ==
1. Jetpack integration
2. Jetpack ShareButton (icon only)
3. Jetpack ShareButton (Icon+Text)
4. Jetpack ShareButton (Official)
5. Subscribe Button Widget
== Changelog ==
= 1.1.0 =
* Optimize performance with omit depulicate request
= 1.0.4 =
* fix: SocialBuzz couldn't show official button
= 1.0.3 =
* fix translation issue
= 1.0.2 =
* fix text domain
= 0.1 =
* Init release
== Upgrade Notice ==
none