Skip to content

Commit e7d4ce5

Browse files
committed
Initial commit - placeholder
1 parent 24518e6 commit e7d4ce5

4 files changed

Lines changed: 61 additions & 1 deletion

File tree

.gitignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
2+
.idea
3+
*.log
4+
cache
5+
tmp
6+
.DS_Store
7+
Thumbs.db
8+
.cache
9+
.project
10+
.settings

README.md

Lines changed: 50 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,51 @@
11
# Nyzotip-plugin
2-
Nyzo tip Wordpress plugin
2+
3+
A Nyzo tip Wordpress plugin.
4+
Activate on your wordpress blog and get tips from the Nyzo Chrome extension in seconds.
5+
6+
TO BE RELEASED
7+
8+
# Installation
9+
10+
- Upload plugin under wp-content/plugins
11+
- Activate from plugins menu
12+
- Configure your address
13+
14+
# Current features
15+
16+
Demo setup on a fresh WP blog can be seen at https://angainor.com/
17+
18+
- Option page to enter Nyzo address (tip recipient)
19+
- Shortcode to add a dynamic Nyzo tip button in any page or post, just add `[nyzotip]` where you want it to appear
20+
- Option to auto add stealth markup in the header so the chrome extension recognizes the code and allow to tip on every page with no further action
21+
22+
# Roadmap
23+
24+
- Translation
25+
- More images choice for tip button
26+
- Tip to unlock content
27+
- Tip to download digital product
28+
29+
# Donation address
30+
31+
To support development and maintenance of this plugin, you can donate to the following
32+
33+
`id__8fKFZURhpkYzQA6CkP~kivW_ospgrjJXU0tMwS3uByzcqjaVvi-I`
34+
35+
![id__8fKFZURhpkYzQA6CkP~kivW_ospgrjJXU0tMwS3uByzcqjaVvi-I](nyzotip-donate.png)
36+
37+
If donations are too low, we'll consider starting an NCFP.
38+
39+
# About the Nyzo and Nyzo Chrome Extension:
40+
41+
Official Nyzo Website: https://nyzo.co
42+
43+
Chrome extension, from official Tech website: http://tech.nyzo.co/setupInstructions/chromeBrowserExtension
44+
45+
<span style="display:none" class="nyzo-tip-button" data-client-url="https://client.nyzo.co" data-receiver-id="id__8fKFZURhpkYzQA6CkP~kivW_ospgrjJXU0tMwS3uByzcqjaVvi-I" data-tag="Sent with nyzo tip wp extension" ></span>
46+
47+
# Licence
48+
49+
Released under the Unlicence.
50+
Written completely from scratch, does not use any framework or third part library.
51+

nyzo-tip/readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Placeholder - To be published soon.

nyzotip-donate.png

7.89 KB
Loading

0 commit comments

Comments
 (0)