Subscribe to Comments 2.1

Subscribe to Comments 2.1 is a plugin that allows commenters on your blog to check a box before commenting and get e-mail notification of further comments. It is one of the most popular WordPress plugins out there for the simple reason that it helps foster a community around your blog by encouraging commenters to come back and stay engaged in the dialog.

Features

  • Rudimentary security
    • Users cannot enter a random e-mail into the subscription manager and modify someone else’s subscriptions
    • In order to modify subscriptions, users need to use a special link, given in notification e-mails, and printed in the comments form as long as they have their comment cookie
  • Recognition of subscription status
    • Unsubscribed users see the “subscribe to comments” checkbox, but subscribed users see a “Manage your subscriptions” link
    • The author of the post is recognized by either login or comment cookie and is assumed to be subscribed to the entry (as they will receive notifications through WordPress)
  • Themeable subscription manager
    • Uses visual style of WordPress interface
    • Can be optionally accessed via “Manage” menu in WordPress
    • E-mail verification of block requests
    • Javascript “invert selection” link to check/uncheck subscriptions for mass deletion
    • “Return to the page you were viewing” link that persists at the top of the page, so that users can easily return to the post they were reading once they are done modifying subscriptions
  • Ability to let users change notification e-mail address
    • In the subscription manager, users can request that their notification address be changed for all their subscriptions
    • Special link is sent to the old address for verification
    • Once clicked, their e-mail address will be changed instantly for all their comments
  • Easy integration into comments form
    • No modification of comments form needed for WP 1.5+ (supported themes)
    • For users who want custom placement of the checkbox/link to subscription manager, this can be done with one simple function call, placed anywhere in the comment form
  • Subscription without leaving a comment
    • By popular demand, you can now offer visitors the option of subscribing to comments on an entry without having to leave a comment themselves
    • If the reader later decides to join the conversation, their subscription continues without them having to explicitly set it
  • Customization
    • You can make the Subscription Manager that your users see use your theme’s header, footer and sidebar, using CSS to style it to fit your site
  • Internationalization
    • I’ve written Subscribe to Comments 2.1 with i18n in mind, making full use of __() and _e() functions. The domain is “subscribe-to-comments”.

Download

Version 2.1 Update

Version 2.1 of Subscribe to Comments has a feature that people have been begging me to implement for many months: you can view the list of people who are subscribed to posts on your blog, and you can also see a list of the most “subscribed” posts. Also in this version is a new one-file install. You just put subscribe-to-comments.php in your /plugins/ directory, activate, and you’re done. This version will work on WordPress versions from 2.0.6 through 2.3.1 (highest tested).

Versions

  • 2.1.2 Fixed a few bugs that’d send bad notifications (thanks Donncha!), cleaned up some code and moved to using proper WP escaping functions
  • 2.1.1 WordPress 2.2 compatibility! Also note that support for attribute_escape() is needed, so if you get errors about that, upgrade to the latest version in your branch
  • 2.1 big update, fixing a few potential XSS holes, and misc error messages… see above for details
  • 2.0.8 XSS security fixes, hopefully fixed “+” symbols in e-mail for good
  • 2.0.7 additional “funky e-mail” fixes
  • 2.0.6 support for e-mail addresses with “+” symbols, option to disable CSS “clearing”
  • 2.0.4 potential security bugs, better WP 2.0 capabilities compat

Feedback/Bugs

Feel free to leave bug reports or feature requests here. Use this entry’s comments to ask support questions or offer general feedback

I’ve spent a lot of time writing this code and supporting it. If you derive some benefit from this code, please consider showing your gratitute in a more tangible
way. Thanks!

I have received $0 this month for my coding efforts.

Donate with PayPalAmazon.com Wishlist


4,999 Responses to “Subscribe to Comments 2.1”

  1. [...] Subscribe to Comments: It allows users to subscribe to comments and gets notified whenever someone replies. Incredible community builder! [...]

  2. [...] widgets umgestellt, neue plugins: Acronyms, Advanced Category Excluder, CyStat, MiniMeta Widget, Subscribe To Comments, WP-PostRatings, [...]

  3. [...] Subscribe to comments – lÃ¥ter personer som kommenterar pÃ¥ inlägg välja om de vill fÃ¥ ett e-postmeddelande när nÃ¥gon annan kommenterar pÃ¥ samma inlägg. Användbart när det sker diskussioner bland kommentatorerna. [...]

  4. [...] Subscribe to Comments 2.1- Allows commenters on your blog to check a box before commenting and get e-mail notification of [...]

  5. [...] Subscribe to Comments 2.1- Allows commenters on your blog to check a box before commenting and get e-mail notification of [...]

  6. [...] Subscribe to Comments – So users can receive e-mail notifications when there are new comments [...]

  7. [...] Subscribe To Comments (zmodyfikowana) – jeÅ›li poza Å›ledzeniem ogólnego kanaÅ‚u komentarzy chcesz umożliwić czytelnikowi subskrypcje komentarzy do konkretnych wpisów użyj wÅ‚aÅ›nie tej wtyczki. Nie każdy musi używać co.comment lub podobne. [...]

  8. [...] Subscribe to Comments – Allows users to get e-mail notifications for any subsequent comments made [...]

  9. [...] prodding from our good pal Andy Cochrane, I’ve added a Subscribe To Comments feature (via this nifty plugin), which does pretty much what it sounds like. Interested parties can keep track of contentious [...]

  10. László Koloszár says:

    Dear Mark,

    I translated the .pot file to hungarian. Iwant to ask you how can I use this after the translation? I must to append this to the existing hungarian wordpress .po file, do it to .mo, and upload, or is an other way too? Upload as a separate file, upload with a definite name, etc.?

    An other question: How can I see who subscribed to a special post? If I click to a title under the top subscribed posts, there is the post, not the list of the subscribers to this post. Can I see this an other way?

    Thank you for your help!

    Best Regards,

    László Koloszár

  11. [...] Behaviour, så har jag de senaste dagarna även lagt till All In One SEO-pack, Get Recent Comments, Subscribe to Comments och en bättre implementering av Textile (wikipedia(markup_language) har en bra länksamling). Jag [...]

  12. bsilvia says:

    Hello there!
    Thanks for the plugin :)
    Just added a small sign of appreciation on your paypal account

    SBG

  13. Oliver says:

    Hi!
    I’m seeing the following error on my admin screen, when approving a new comment in WP2.5 :

    Catchable fatal error: Object of class stdClass could not be converted to string in /root/…/dd.com/wp-content/plugins/subscribe-to-comments/subscribe-to-comments.php on line 329

    This is the line in question:
    $this->post_subscriptions[$postid] = array_unique($this->post_subscriptions[$postid]);

    Any idea?

    Thank you!
    Oliver

  14. Molli says:

    @Dan – you asked if this worked with WordPress 2.5? The answer is “Yep!” Works like a charm. I had no problems with it at all. To view a list of people subscribed, the UI is located under Manage > Subscriptions. To play around with how the subscription form looks, go to Settings (top right) > Subscribe To Comments.

    Obviously this is AFTER you’ve installed and activated the plugin.

    Speaking of… Mark, thank you SO much for such an easy to use and extremely useful plugin. Your hard work is very much appreciated.

  15. [...] te poti abona la comentariile unui anumit post sa afli cand ti s-a raspuns (Subscribe to comments) [...]

  16. [...] lý comment trên Wordpress·                                 Subscribe To Comments – cho phép người dùng nhận thông báo về những comment má»›i trên má»—i bài viết. [...]

  17. [...] Subscribe To Comments: Allows readers to receive notifications of new comments that are posted to an entry. [...]

  18. [...] “Subscribe to comments” kann man sich jetzt über weitere Kommentare zu einzelnen Beiträgen per Email [...]

  19. [...] Auch praktisch ist ein weiteres Plugin – jaja, es geht gleich weiter, nur noch das letzte Plugin – Subscribe to Comments 2.1 bindet unter der Kommentarbox eine Option ein, bei der der Kommentarschreiber bei neuen Kommentaren [...]

  20. [...] 2.7.1 Nextgen Gallery Keyword Linker Podpress 8.2 Gregarious Smart Update Pinger Sociable stats subscribe to comments Wordpress Video [...]

  21. [...] View Subscriber Info von Kirk Montgomery ost eine Erweiterung zum Subscribe to Comments Plugin von Mark Jaquith, welches es Kommentatoren ermöglich ein Kästchen anzuklicken und bei [...]

  22. [...] SubscribeToComments (et sa traduction en français) qui permet aux visiteurs commentant un billet de recevoir les nouveaux commentaires sur ce billet par mail simplement en cochant une case. [...]

  23. [...] Subscribe to Comments: Cho phép người dùng nhận thông báo qua email khi có comment [...]

  24. [...] Instalo el complemento (plugin) para que quien deje un comentario pueda suscribirse al resto de comentarios de un artículo. Se llama Suscribe to comments. [...]

  25. [...] del plugins esclusa – richiede meno di 5 minuti, ho provato ad auto-aggiornare un plugin, Subscribe to Comments: in 10 secondi mi ha aggiornato il plugin, questa nuova feature è strabiliante e [...]

  26. had says:

    one of the best plugins!!

  27. [...] Valid XHTML 1.1 and CSS 2.1! Best view under 1024×768 or greater. Required Plugins: Gravatars2, Subscribe to Comments Suggested Plugins: SRG Clean Archives, Subscribe to Comments, WP-PageNavi, [...]

  28. [...] Subscribe To Comments – daje goÅ›ciom możliwość subskrypcji komentarzy danego wpisu na via e-mail. [...]

  29. Just a heads up, I love the functionality of this plugin, but I had to recode quite a bit of the html for some of the sites I’m going to be working on. Part of this being I wanted HTML instead of XHTML, but the other part was to be valid, and it should be a simple thing for you to fix: you’ve accidentally placed some of your fieldsets and legends on the outside of your form tag.

    Most of this seems to be in the management section of the tag, for example line 1150 lists the fieldset tag, where 1157 has the form tag – fieldset and legend elements should be outside the form element for validation purposes.

    Sorry for the bug post on the comments, I don’t have a WP developer account:). If you need my code, let me know, I’m happy to submit. Thank you!

  30. [...] Subscribe to Comments – Pernah kasih komnentar ke blog orang lain dan ingin tahu apakah komentar kita di reply? pakai saja plugini ni. Dengan demikian kita bisa tetap mentrack kita telah komentar di mana saja. [...]

  31. leni says:

    Hey, i have same problem with oliver

    Catchable fatal error: Object of class stdClass could not be converted to string in /root/…/dd.com/wp-content/plugins/subscribe-to-comments/subscribe-to-comments.php on line 329

    Can you help me because i’m newbie with wordpress.

    Thanks

  32. [...] Subscribe To Comments – cho phép người dùng nhận thông báo về những comment má»›i trên má»—i bài viết. [...]

  33. [...] Subscribe to Comments – Allows readers to subscribe to emails updating them on comments posted to an article you’ve written. This is particularly helpful for people who are wanting to follow a discussion, but don’t want to check back all the time. [...]

  34. [...] Subscribe To Comments 允许你的读者通过email订阅一篇文章的后续评论 [...]

  35. [...] Subscribe to Comments – This plugin allows commenters to receive email when a subsequent comment is left on a post. [...]

  36. [...] Subscribe To Comments – cho phép người dùng nhận thông báo về những comment má»›i trên má»—i bài viết. [...]

  37. [...] Es más que probable que un lector que se ha tomado la molestia de comentar quiera estar informado de los comentarios posteriores. Instala un plugin que les permita suscribirse a los comentarios de esa (y solo de esa) entrada. Yo utilizo el Subscribe To Comments. [...]

  38. [...] Subscribe To Comments – Permite aos usuários serem notificados sempre que um novo comentário é adicionado. [...]

  39. [...] and clicks. 12. Tag Suggest Thing Not sure what tags to use? This gives you the best ideas. 13. Subscribe to Comments An extremely useful plugin, especially if you respond to comments in the post [...]

  40. [...] Email Subscription – Use the excellent subscribe to comments WordPress plugin to allow commentators to subscribe via email. All subscribers will receive an email when a new [...]

  41. [...] to Comments Plugin. This plugin is by Mark Jaquith and you can download the plugin from his TXTX.net site. By using this plugin, it allows commenters on your blog to check a box before submitting [...]

  42. [...] installed Subscribe To Comments plugin – enable the reader to follow up comments on each post. This will give return traffic from [...]

  43. [...] Subscribe to Comments: this one can become annoying after a while as every time a new comment gets posted, you’ll receive an email notification. It’s great to stay in touch with posts you want to reply to and engage in a discussion. [...]

  44. veka says:

    Thx for updating it for 2.1.I just upgraded to new version and it was giving problem so came to your blog.and wow you have it updated for 2.1 Thx a lot

  45. [...] Subscribe To Comments 2.1.2 » Mark Jaquith (url) Allows readers to receive notifications of new comments that are posted to an entry. Based on version 1 from Scriptygoddess [...]

  46. [...] Subscribe to Comments – get email updates on comments [...]

  47. [...] take out sometime and install the notify me of follow up comments by email plugin for your wordpress [...]

  48. [...] Subscribe to comments (13/48). Плагин дает возможность подписаться на email [...]

  49. [...] Subscribe To Comments – cho phép người dùng nhận thông báo về những comment mới trên mỗi bài viết. [...]

  50. [...] Subscribe to Comments People need to be informed. Once they comment on a post, this plugin allows them to choose, if they want to receive notifications on new comments on that post, or not. [...]

  51. [...] Subscribe To Comments Låter dina kommenterare att prenumerera på diskussionen som förs under ett specifikt blogginlägg. [...]

  52. [...] Subscribe to Comments – Plugin que possibilita o acompanhamento dos comentários de um post específico do blog através de e-mail. [...]

  53. [...] Subscribe To Comments – cho phép người dùng nhận thông báo về những comment mới trên mỗi bài viết. [...]

  54. [...] Subscribe To Comments - permette ai lettori di ricevere notifiche via mail quando arrivano nuovi commenti ad un determinato post. [...]

  55. [...] possibilità interessante, questa volta attraverso il plugin “Subscribe to Comments“, è quella di permettere all’utente di ricevere le risposte direttamente [...]

  56. [...] 4、Subscribe to Comments:让评论者订阅文章后续评论的插件。 [...]

  57. Benny says:

    Hola. Estoy probando este Plugin, me he subscrito para ver como funciona. En verdad que me parece fantástico. Gracias.

  58. [...] Notify me of follow-up comments functionality on every entry of the blog, to try to encourage continuing discussion. Does this feature actually work? Not sure about that either, but let’s hope so. Courtesy of the Subscribe to Comments plugin. [...]

  59. [...] Subscribe To Comments – cho phép người dùng nhận thông báo về những comment mới trên mỗi bài viết. [...]

  60. [...] Subscribe To Comments ( http://txfx.net/code/wordpress/subscribe-to-comments/ )     Subscribe To Comments 插件可以在你的评论中添加一个选择框, [...]

  61. Anna says:

    Catchable fatal error: Object of class stdClass could not be converted to string in /root/…/dd.com/wp-content/plugins/subscribe-to-comments/subscribe-to-comments.php on line 329 :-(

  62. [...] oder andere Kommentar gelöscht ist. Dafür funktioniert wieder alles, wie es sein soll. Inkl. dem Subscribe to Comments [...]

  63. [...] Subscribe to Comments – the thing that sends you an email if you comment and want to keep up with who else comments on the same post. [...]

  64. [...] Subscribe To Comments – permette ai lettori di ricevere notifiche via mail quando arrivano nuovi commenti ad un determinato post. [...]

  65. [...] Subscribe To Comments: Gets the conversation going by letting people who leave comments subscribe to that post. Any [...]

  66. [...] zu lassen, wenn ein neuer Kommentar hinzukommt. Möglich macht das Ganze das Plugin Subscribe to Comments 2.1 von tempus fugit. Also los und kommentieren was das Zeug [...]

  67. [...] Subscribe To Comments – yazıya yeni yorum geldiğinde eposta ile haber vermek için. [...]

  68. [...] Subscribe to Comments zum Abonnieren von Kommentaren zu einem bestimmten Beitrag. So kann der Leser des Blogs eine [...]

  69. [...] added comment subscription. It’s annoying to try to remember which entries you’ve commented on and not know if [...]

  70. [...] 先来花点时间说说模板功能吧。模板是2栏的,不支持widgets(因为我讨厌那个)。导航栏和侧边栏的链接均采用自定义html语句,因为这样有利于提高加载速度,自由度也大点。广告位预留了,我在代码中也加入了哪里需要你加入你的广告code。留言部分采用Ajax Comments-Reply,并加入code支持wp2.5的Gravatar头像显示。(新版好像有这个功能了,我提供的是旧版的)支持Subscribe To Comments和WP-PageNavi,其他也没什么特殊的了,你可以从我这个站点就可以看出了。 [...]

  71. [...] Subscribe to Comments (Yorum Aboneliği Eklentisi): Subscribe to Comments 2 ziyaretçilerinizin sitenizdeki yazılara yapılacak yorumlara abone olmasını sağlayan bir WordPress eklentisidir. Bu eklenti sayesinde yeni yorumlar isteyen kullanıcıların e-posta adresine bildirilir. Bu eklenti ziyaretçilere yeni yazıları bildirmez. Bu amaçla Skippy’nin Subscribe2 eklentisi kullanılabilir. Subscribe to Comments eklentisinin Türkçe sürümü bu adresten indirilebilir. [...]

  72. [...] Subscribe to comments:让回复者订阅该主题的回复,这样可以一厢情愿的让读者收到你的骚扰邮件。 [...]

  73. [...] Plugins: SRG Clean Archives Subscribe to Comments [...]

  74. [...] Subscribe To Comments:留言订阅插件。评论者可通过e-mail 来接收文章有新评论的提醒。(使用中) Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages. [...]

  75. [...] of the first things I implemented was the Subscribe to Comments plugin by Mark Jaquith. On posts where comments are enabled — such as this one — you’ll [...]

  76. M says:

    Feature request (the link didn’t work): I want the checkbox to be checked by default :-)

  77. [...] Subscribe To Comments: per permettere agli utenti di ricevere delle email di notifica alle risposte ai propri commenti; [...]

  78. [...] postings, and I don’t generally like to add individual RSS feeds to my Google Reader.  Subscribe to Comments gives readers the option of getting follow-up comments in their [...]

  79. [...] 4. Remarques complémentaires Les plate-formes de blog comme over-blog ou skyblog permettent généralement d’ajouter un widget d’abonnement et d’envoyer une notification par mail lors de la publication de billets. Enfin, rappelons qu’il existe des plugins pour Wordpress permettant au lecteur de recevoir une notification par mail en cas de nouveaux commentaires à la suite d’un article. C’ets notamment le cas de Subscribe to comments. [...]

  80. [...] Subscribe To Comments – 允许读者收到通知当新的留言发表到日志。这是非常平常的选项当你的日志的主题变得重要的时候。 [...]

  81. Mark says:

    Catchable fatal error: Object of class stdClass could not be converted to string in /root/…/dd.com/wp-content/plugins/subscribe-to-comments/subscribe-to-comments.php on line 329

    Is this in STC version 2.1.2? Line 329 is blank in that version.

  82. [...] to Comments doesn’t let you check the subscription box by default At one time, my Subscribe to Comments plugin would allow you to have the subscription checkbox checked by default. This is no longer the [...]

  83. [...] Subscribe to Comments – Allows readers to receive notifications of new comments that are posted to an entry. [...]

  84. [...] Good User Experience: No More Default Subscription Checkbox for Subscribe to Comments Plugin→ [...]

  85. [...] Subscribe to comments: les lecteurs qui laissent un commentaire recevront des notifications par courriel automatiquement. [...]

  86. [...] I went to look for a trackback address, I saw a commenter on Steven’s site that linked to a subscribe to comments plugin. So now that’s installed too. If you comment you can subscribe and see who replies to [...]

  87. [...] Subscribe to comments – Give your visitors the opportunity to suscribe to the comments to get instant notification upon replies. Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages. [...]

  88. Dale says:

    Is there an easy way to use your plugin to automatically notify the _author_ of a post whenever a comment is left on a post? Does wordpress already do this automatically?

    Thanks for your help.

  89. [...] Subscribe to Comments 2.1 (tags: wordpress wp-plugins plugin) [...]

Leave a Reply