Git Product home page Git Product logo

wordpress-email-subscription's Introduction

=== Email Subscription ===
Contributors: tnyholm
Tags: widget, post, page, sidebar, email, subscription
Donate link: http://www.webfish.se/wp/donate
Requires at least: 2.8.1
Tested up to: 4.0
Stable tag: trunk

Let the visitors subscribe to your future posts by email. A simple widget to register their email and they wont
miss anything.

== Description ==
The plugin provides a admin page where you can customize the emails to be sent. There is also a widget
to be customized in the widget panel. The plugin uses Wordpress schedule events (wp-cron) to schedule emails.
For more information see installation page or the 
[Webfish](http://www.webfish.se/wp/plugins/email-subscription "Webfish - Wordpress plugin") homepage.

== Installation ==

This is some brief installation notes. For more information see [Webfish](http://www.webfish.se/wp/plugins "Wordpress plugins")

1. Upload the plugin source to the `/wp-content/plugins/` directory
1. Activate the plugin through the 'Plugins' menu in WordPress
1. Add the widget to your sidebar from the widget page.


== Frequently Asked Questions ==

The frequently asked questions is updated at the plugin's homepage [Wordpress Email Subscription](http://www.webfish.se/wp/plugins/email-subscription#FAQ "Webfish - Wordpress plugin").

== Changelog ==

You will find the changelog at [Webfish](http://www.webfish.se/wp/plugins/email-subscription#Changelog "Webfish - Wordpress plugin").

wordpress-email-subscription's People

Contributors

cybot avatar nyholm avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

wordpress-email-subscription's Issues

Show log

Show a cron log, this helps users to debug.

Duplicate MIME-Version in email headers

When the word-press PHPMailer class is used for sending the emails, it adds a 'MIME-Version: 1.0' into the email headers. This plugin does the same, so the email ends up having to of these headers. While most SMTP servers are ok with that, some refuse to send the email with the duplicate header (most notably, AWS SES).

Easiest fix is to drop the MIME-Version header line in the plugin. It will work for me, but not sure if it breaks other clients...

Invalid HTML in sidebar widget

The code generated for the sidebar email subscription widget is not valid html. You're generating something like:

<ul id='emailSub-widget'>
           <div id="emailSub-output" style="display:none;"></div>
            <form id="emailSub-form" action="...">
                <input ... />
                <input ... />
            </form>
</ul>

But a ul tag requires the content to be in a li - direct div or form children is not supported by the standard. Of course, most browsers tolerate this and render it ok anyway, but maybe you can change that?

eMail sending don't work

I've installed your plugin in my wordpress. Currently i'am using WordPress 3.8.1.
Additional is isn't possible to use the debugging options!

Could you please give me an advice how i could get this plugin working ?
The normal Mailing (for example with wordpress) is working fine!

What special settings are needed by this plugin?

Emails don't use the manual excerpt?

For some reason, the emails sent with this plugin don't seem to pull from the excerpt as set in the manual excerpt field.

I have the content of the email is set to:

There is a new post. Read it online: 
%post_url% 
<hr />

<h1>%post_title%</h1>

%post_excerpt%

<hr />
Visit %site_url%.
 To unsubscribe from future mail, follow this link: %unsubscribe_url% 

But when the emails are sent, they use the automatic excerpt instead (the first 55 words of the post). I presume this is a bug, right?

Possibility to create newsletter

It would be great if there was a possibility of creating a newsletter.
Of course, using html, with the possibility to test before sending the newsletter.

Great plug - thanks.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.