Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fadendaten/wp_aarcat_newsletter
Manages the newsletter sub- and unsubscription by the aarcat newsletter service.
https://github.com/fadendaten/wp_aarcat_newsletter
Last synced: about 1 month ago
JSON representation
Manages the newsletter sub- and unsubscription by the aarcat newsletter service.
- Host: GitHub
- URL: https://github.com/fadendaten/wp_aarcat_newsletter
- Owner: fadendaten
- Created: 2013-07-11T08:50:50.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-07-11T09:12:29.000Z (over 11 years ago)
- Last Synced: 2024-03-25T22:01:11.364Z (10 months ago)
- Language: PHP
- Size: 102 KB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Aarcat Newsletter Plugin for WordPress
Manages the newsletter sub- and unsubscription by the aarcat newsletter service.
## Installation
1. Download the php file.
2. Change the url path.
3. Copy the file to your server (../wp-content/plugins/aarcat_newsletter/)
4. Activate the Plugin in your WordPress backend## Usage
1. Include the [newsletter] [/newsletter] tag in your post.
2. The code between the newsletter tag would be commited.
3. For the subscription the name of the submit input field have to be 'subscribe'. And for the unsubscription use 'unsubscribe'.
4. Make sure you post at least a email address.
5. See the Examples## Examples
### Subscribe
Paste this in your post:
[newsletter]
Vorname
Nachname
[/newsletter]### Unsubscribe
For your unsubscribe post paste this:
[newsletter]
[/newsletter]### Questions?
Write an email to [email protected]