Hi, I am wondering whether any plugins available which can help to handle subscription to individual posts/pages. like providing option to users to subscribe individual post updates. (not site updates) If i have updated my post (individual post), the subscribed users (users subscribed for that post) get an alert email message. let me know if you know any of the plugins ? Thanks in advance
I use Subscribe To Comments if i remember correctly they dont have to comment to subscribe, hope ive got that correct. http://txfx.net/wordpress-plugins/subscribe-to-comments/
I use that too. However, the user will not be notified unless he posted a comment. I am looking for something where the user can sign up and get notification email. (something like feedburner but post level not site level update)
I don't think there is any. Anyway I think it is easy to make. Provide an input area for subscription, once submitted it saves the email into database. Apply action to "pre_post_update" hook to send email once the post is updated.