Zkribers is a simple addon for Wordpress to manage e-mail subscriptions and automatic e-mail notification for new posts and content. Note! This plugin does not support third party e-mail services like Mailchimp, you need to have access to a SMTP server.
Note that this addon is functional, but still in early beta. If you encounter a bug, please report it.
To support my work, consider to donate on LiberaPay or PayPal. Thank you!
Go to releases page to download the plugin. https://github.com/zynexiz/Zkribers/releases
・Usage of SMTP server for sending out mail
・Manage and edit subscribers
・Support for HTML templates with TinyMCE editor
・Shortcodes for dynamic content integrated into TinyMCE
・Enable/disable templates functions
・Two-step verification (if enabled)
・Add changing of intervalls between sending out mail (atm once a day)
・External cron jobb script
・Add better looking verify/unsubscribe pages
・Add internationalization
・Add generic image if post has no featured image
・Add import / export function
sitename | The name of your site defined in WordPress settings |
siteurl | The URL to your site defined in WordPress settings |
sitedescription | Site description defined in WordPress settings |
subscribername | Name of the subscriber |
subscriberemail | The e-mail to the subscriber |
unsubscribelink | A link to the unsubscribe page to let the user unsubscribe from your list |
verifylink | A link to the verification page to let the user verify the e-mail provided |
newposts | The number of new posts since last successful send |
postedby | The WordPress user that posted the content |
postimage | Image link to post featured image (just the link, not enclosed by img tags) |
postlink | Link to the post itself |
postdate | Date the post was published |
postcontent | The full post content |
postexcerpt | A trimmed-down version of the full post |
posttitle | Title of the post |
loopstart / loopend | This is the content loop. If there is more than one post, this loop will go thru every new post and insert the content for each post between this shortcodes. Insde the loop you can define how to display the content itself. All post* shortcodes are only valid inside this loop. If no loop shortcodes are defined, only the last post will be inserted. |