{"id":480,"date":"2005-06-09T17:38:14","date_gmt":"2005-06-09T17:38:14","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/subscribe-to-comments\/"},"modified":"2024-10-29T05:34:01","modified_gmt":"2024-10-29T05:34:01","slug":"subscribe-to-comments","status":"publish","type":"plugin","link":"https:\/\/sah.wordpress.org\/plugins\/subscribe-to-comments\/","author":2545,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"2.3.1","stable_tag":"2.3.1","tested":"4.3.34","requires":"2.9","requires_php":"","requires_plugins":null,"header_name":"Subscribe To Comments","header_author":"Mark Jaquith","header_description":"","assets_banners_color":"","last_updated":"2024-10-29 05:34:01","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"http:\/\/txfx.net\/wordpress-plugins\/subscribe-to-comments\/","header_author_uri":"http:\/\/coveredweb.com\/","rating":3.9,"author_block_rating":0,"active_installs":20000,"downloads":572266,"num_ratings":14,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq"],"tags":{"2.0":{"tag":"2.0","author":"markjaquith","date":"2005-07-24 05:50:12"},"2.0-beta-1":{"tag":"2.0-beta-1","author":"markjaquith","date":"2005-07-28 03:17:16"},"2.0-beta-2":{"tag":"2.0-beta-2","author":"markjaquith","date":"2005-07-28 03:17:16"},"2.0.1":{"tag":"2.0.1","author":"markjaquith","date":"2005-07-24 05:41:18"},"2.0.2":{"tag":"2.0.2","author":"markjaquith","date":"2005-07-27 03:58:36"},"2.0.4":{"tag":"2.0.4","author":"markjaquith","date":"2006-05-28 17:16:28"},"2.0.6":{"tag":"2.0.6","author":"markjaquith","date":"2006-09-11 04:54:12"},"2.0.7":{"tag":"2.0.7","author":"markjaquith","date":"2006-09-12 02:22:01"},"2.0.8":{"tag":"2.0.8","author":"markjaquith","date":"2006-09-17 06:36:04"},"2.1":{"tag":"2.1","author":"markjaquith","date":"2007-01-23 12:05:33"},"2.1.1":{"tag":"2.1.1","author":"markjaquith","date":"2007-06-20 22:51:58"},"2.1.2":{"tag":"2.1.2","author":"markjaquith","date":"2012-08-28 17:15:25"},"2.3":{"tag":"2.3","author":"markjaquith","date":"2015-07-13 19:58:05"},"2.3.1":{"tag":"2.3.1","author":"markjaquith","date":"2024-10-29 05:34:01"}},"upgrade_notice":[],"ratings":{"1":"2","2":"1","3":"1","4":"3","5":"7"},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["2.0","2.0-beta-1","2.0-beta-2","2.0.1","2.0.2","2.0.4","2.0.6","2.0.7","2.0.8","2.1","2.1.1","2.1.2","2.3","2.3.1"],"block_files":[],"assets_screenshots":[],"screenshots":[],"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[107,267,448],"plugin_category":[41,44],"plugin_contributors":[77544,77745],"plugin_business_model":[],"class_list":["post-480","plugin","type-plugin","status-publish","hentry","plugin_tags-comments","plugin_tags-email","plugin_tags-subscription","plugin_category-communication","plugin_category-discussion-and-community","plugin_contributors-joen","plugin_contributors-markjaquith","plugin_committers-iandunn","plugin_committers-markjaquith"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/subscribe-to-comments.svg","icon_2x":false,"generated":true},"screenshots":[],"raw_content":"<!--section=description-->\n<p>Subscribe to Comments is a robust plugin that enables commenters to sign up for e-mail notification of subsequent entries.  The plugin includes a full-featured subscription manager that your commenters can use to unsubscribe to certain posts, block all notifications, or even change their notification e-mail address!<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Put subscribe-to-comments.php into [wordpress_dir]\/wp-content\/plugins\/<\/li>\n<li>Go into the WordPress admin interface and activate the plugin<\/li>\n<li>Optional: if your WordPress theme doesn't have the comment_form hook, or if you would like to manually determine where in your comments form the subscribe checkbox appears, enter this where you would like it: <code>&lt;?php show_subscription_checkbox(); ?&gt;<\/code><\/li>\n<li>Optional: If you would like to enable users to subscribe to comments without having to first leave a comment, place this somewhere in your template, but make sure it is <strong>outside the comments form<\/strong>.  A good place would be right after the ending <code>&lt;\/form&gt;<\/code> tag for the comments form: <code>&lt;?php show_manual_subscription_form(); ?&gt;<\/code><\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt id='how%20can%20i%20tell%20if%20it%27s%20working%3F'><h3>How can I tell if it's working?<\/h3><\/dt>\n<dd><ol>\n<li>Log out of WordPress<\/li>\n<li>Leave a comment on an entry and check the comment subscription box, using an e-mail that is NOT the WP admin e-mail address or the e-mail address of the author of the post.<\/li>\n<li>Leave a second comment using a different e-mail address than the one you used in step 2 (it can be a bogus address).<\/li>\n<li>This should trigger a notification to the first address you used.<\/li>\n<\/ol><\/dd>\n<dt id='i%27d%20like%20the%20subscription%20checkbox%20to%20be%20checked%20by%20default.%20%20can%20i%20do%20that%3F'><h3>I'd like the subscription checkbox to be checked by default.  Can I do that?<\/h3><\/dt>\n<dd><p>Not anymore.  But the checkbox status will be remembered on a per-user basis.<\/p><\/dd>\n<dt id='my%20subscription%20checkbox%20shows%20up%20in%20a%20strange%20place.%20%20how%20do%20i%20fix%20it%3F'><h3>My subscription checkbox shows up in a strange place.  How do I fix it?<\/h3><\/dt>\n<dd><p>Try unchecking the CSS \"clear\" option.  Beyond that, you're on your own with CSS positioning.<\/p><\/dd>\n\n<\/dl>","raw_excerpt":"Subscribe to Comments allows commenters on an entry to subscribe to e-mail notifications for subsequent comments.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/sah.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/480","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sah.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/sah.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/sah.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=480"}],"author":[{"embeddable":true,"href":"https:\/\/sah.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/markjaquith"}],"wp:attachment":[{"href":"https:\/\/sah.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=480"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/sah.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=480"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/sah.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=480"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/sah.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=480"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/sah.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=480"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/sah.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=480"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}