Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
E-Mail

[/newsletter]

### Unsubscribe

For your unsubscribe post paste this:

[newsletter]
E-Mail


[/newsletter]

### Questions?

Write an email to [email protected]