Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/actuallymentor/wp-remindme-sendy
Send a user the article and add then to sendy.
https://github.com/actuallymentor/wp-remindme-sendy
Last synced: 4 days ago
JSON representation
Send a user the article and add then to sendy.
- Host: GitHub
- URL: https://github.com/actuallymentor/wp-remindme-sendy
- Owner: actuallymentor
- Created: 2015-08-06T18:41:56.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-12T12:13:08.000Z (over 8 years ago)
- Last Synced: 2024-04-14T23:01:26.661Z (7 months ago)
- Language: PHP
- Size: 46.9 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Email me this article (WP Plugin)
I'm trying to make a plugin to send a visitor the article by email, and add them to sendy in the process.
I'm using:
- Sendgrid API
- Sendy API
- WordPress (obviously)## The goal
Basically I want a user to have the following experience on my blog:
- At the end of the article (floating signup maybe?) there is a 'Read later: Send me this article by email'
- User fills first name and email
- Plugin sends post content using sendgrid
- Plugin signs user up to sendy list## Status
Dry coding right now, no testing done. Just drafting.
# Usage
Make sure to set the variables in the PHP class (API stuff and urls).
I make use of a custom field in sendy called 'Remindme' where the post title is stored. Make sure it actually exists :)
To show the signup form use shortcode [wprm_remindme]
#License
Use this as you will. Tweet me as thanks at @ActuallyMentor.