Plugin Directory

Changeset 1496778


Ignore:
Timestamp:
09/16/2016 09:27:44 AM (10 years ago)
Author:
ludovicscribe
Message:

Update readme.txt

Location:
html-code-comments/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • html-code-comments/trunk/html-code-comments.php

    r1496253 r1496778  
    33Plugin Name: HTML code in comments
    44Plugin URI: https://ludovicscribe.fr/blog/wordpress-commentaires-html
    5 Description: This very light plugin allows to put HTML code in comments. The code inside <code> and <pre> tags will be automatically encoded.
    6 Version: 1.0.0
     5Description: This very light plugin allows to put HTML code in comments. The code inside "code" and "pre" tags will be automatically encoded.
     6Version: 1.0.1
    77Author: Ludovic Scribe
    88Author URI: https://ludovicscribe.fr
  • html-code-comments/trunk/readme.txt

    r1496258 r1496778  
    44Requires at least: 1.5.2
    55Tested up to: 4.6.1
    6 Stable tag: 1.0.0
     6Stable tag: 1.0.1
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1616
    1717Sometimes, you may have to put HTML code in your comments to answer your visitor's questions. In that case, you generally put
    18 your HTML code between two tags : "pre" and "code".
     18your HTML code between two tags : `code` and `pre`.
    1919
    20 This plugin automatically encode HTML tags which are between "pre" and "code" tags. So WordPress will not delete your HTML code
     20This plugin automatically encode HTML tags which are between `pre` and `code` tags. So WordPress will not delete your HTML code
    2121and your code will be visible on the web-page.
    2222
     23
     24= Comming soon =
     25
     26In a few days, I will publish an evolution which will allow to simply edit the list of allowed HTML tags in comments. Check for plugin updates regullary !
     27
     28= Links =
     29
     30* The Github repository (if you want to contribute) : https://github.com/ludovicscribe/wordpress-html-code-comments
     31* The plugin page on my website : https://ludovicscribe.fr/blog/wordpress-commentaires-html
    2332
    2433== Installation ==
     
    27362. Upload the `html-code-comments` folder and its contents into the `wp-content/plugins/` directory of your WordPress installation
    28373. Activate HTML Code Comments from Plugins page.
    29 5. Post comment with HTML content (ex : Hi ! You have to put this code on your page &lt;code&gt;&lt;div class=&quot;foo&quot;&gt;This is HTML code&lt;/div&gt;&lt;/code&gt;.)
     385. Post comment with HTML content (ex : Hi ! This is HTML code : &lt;code&gt;&lt;div class=&quot;foo&quot;&gt;Verry usefull&lt;/div&gt;&lt;/code&gt;).
    30396. Enjoy HTML code successfully displayed in your comment ;)
Note: See TracChangeset for help on using the changeset viewer.