Plugin Directory

Changeset 1877976


Ignore:
Timestamp:
05/20/2018 12:02:59 PM (8 years ago)
Author:
Tobiask
Message:

updated readme.txt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • subscribe-to-double-opt-in-comments/trunk/readme.txt

    r1872762 r1877976  
    186186= English =
    187187
    188 Allows readers to receive notifications of new comments that are posted to an entry, with double-opt-in feature.
    189 First, the user will get an e-mail with a confirmation link, after the user has confirmed the subscription, he or she will be noticed about new comments.
    190 Plugin based on Mark Jaquith "Subscribe to Comments".
    191 More information on my blog: <a href="http://www.sjmp.de/internet/subscribe-to-comments-mit-double-opt-in-pruefung/">sjmp.de</a>.
    192 
    193 Language support: English, German, Slovak, Turkish, Danish, Belorussian, Spanish (Argentina), Ukrainian, Italian, Hebrew, Arabic, Portuguese (Brazilian), Lithuanian, Dutch, Romanian.
    194 
    195 = Deutsch =
    196 
    197 Weiterentwicklung der bekannten Version des "Subscribe to Comments" Plugins von Mark Jaquith.
    198 Jetzt mit Double-Opt-In Feature. Wichtig f&uuml;r deutsche Blogger. User m&uuml;ssen ein Abo eines Blogposts erst via E-Mail bestaetigen.
    199 Danach erhalten sie erst eine Mail falls ein neuer Kommentar gepostet wurde. So werden Spameintragungen ausgeschlossen.
    200 Mehr dazu auch auf meinem Blog: <a href="http://www.sjmp.de/internet/subscribe-to-comments-mit-double-opt-in-pruefung/">sjmp.de</a>.
    201 
    202 Sprachunterst&uuml;tzung: Deutsch, Englisch, Slowakisch, T&uuml;rkisch, D&auml;nisch, Wei&szlig;russisch,
    203 Spanisch (Argentinien), Ukrainisch, Italienisch, Hebr&auml;isch, Arabisch, Portugiesisch (Brasilien), Litauisch, Niederl&auml;ndisch, Rum&auml;nisch.
     188Allows readers to receive notifications of new comments that are posted to an entry, after they successfully used the mandatory double-opt-in process to verify their e-mail address.
     189First, the user will get an e-mail with a confirmation link, after the user has confirmed the subscription, he or she will be noticed about new comments. This reduces junk and other unwanted e-mail communication.
     190This plugin is based on Mark Jaquith´s "Subscribe to Comments" plugin. More information on my blog: <a href="https://sjmp.de/internet/subscribe-to-comments-mit-double-opt-in-pruefung/">sjmp.de</a>.
    204191
    205192== Installation ==
    206193
    207 = English =
     194The most used way is to use the WordPress plugin installation process in your admin panel. Just search for the plugin name and click "Install". After that, you can configure the plugin within its settings page.
     195
     196Another, manual, way would be:
    208197
    2091981. Upload all files to the "/wp-content/plugins/" directory
    210 2. Activate the plugin through the "Plugins" menu in your WordPress Adminpanel
     1992. Activate the plugin through the "Plugins" menu in your WordPress admin panel
    2112003. Set settings via "Settings" menu in WordPress
    2122014. Ready, steady, go :)
    213202
    214 Questions? Go to <a href="http://www.sjmp.de/internet/subscribe-to-comments-mit-double-opt-in-pruefung/">this page</a> and leave a comment!
    215 
    216 = Deutsch =
    217 
    218 1. Dateien ins "/wp-content/plugins" Verzeichnis laden
    219 2. Im Adminbereich das Plugin aktivieren
    220 3. Einstellungen anpassen, ebenfalls im Adminbereich!
    221 4. Fertig, jetzt darf man sich freuen :)
    222 
    223 Fragen? Du kannst deine Fragen <a href="http://www.sjmp.de/internet/subscribe-to-comments-mit-double-opt-in-pruefung/">hier</a> stellen! Einfach einen Kommentar hinterlassen.
     203Questions? Go to <a href="https://sjmp.de/internet/subscribe-to-comments-mit-double-opt-in-pruefung/">this page</a> and leave a comment!
    224204
    225205== Frequently Asked Questions ==
     206
     207= What do I need to know regarding the GDPR / DSGVO? =
     208
     209This plugin stores the following information additionally to the regular WordPress comment data:
     210- flag if the user has received a doube-opt-in e-mail,
     211- flag if the user successfully subscribed,
     212- anonymous hash to identify the double-opt-in e-mail.
     213
     214This plugin also uses cookies to:
     215- check if the user already commented on this blog post,
     216- check if the user has finished the double-opt-in process,
     217- optionally is used, check if the feature "subscribe to a blog post without commenting" is used.
     218
     219Hint: WordPress, by itself, stores the IP address of the user commenting! You have to ensure that this personal information is handled according to the law of your country!
    226220
    227221= How can I change the place of the subscription checkbox? =
Note: See TracChangeset for help on using the changeset viewer.