Changeset 1496778
- Timestamp:
- 09/16/2016 09:27:44 AM (10 years ago)
- Location:
- html-code-comments/trunk
- Files:
-
- 2 edited
-
html-code-comments.php (modified) (1 diff)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
html-code-comments/trunk/html-code-comments.php
r1496253 r1496778 3 3 Plugin Name: HTML code in comments 4 4 Plugin 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. 05 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.1 7 7 Author: Ludovic Scribe 8 8 Author URI: https://ludovicscribe.fr -
html-code-comments/trunk/readme.txt
r1496258 r1496778 4 4 Requires at least: 1.5.2 5 5 Tested up to: 4.6.1 6 Stable tag: 1.0. 06 Stable tag: 1.0.1 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 16 16 17 17 Sometimes, 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".18 your HTML code between two tags : `code` and `pre`. 19 19 20 This plugin automatically encode HTML tags which are between "pre" and "code"tags. So WordPress will not delete your HTML code20 This plugin automatically encode HTML tags which are between `pre` and `code` tags. So WordPress will not delete your HTML code 21 21 and your code will be visible on the web-page. 22 22 23 24 = Comming soon = 25 26 In 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 23 32 24 33 == Installation == … … 27 36 2. Upload the `html-code-comments` folder and its contents into the `wp-content/plugins/` directory of your WordPress installation 28 37 3. 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 <code><div class="foo">This is HTML code</div></code>.)38 5. Post comment with HTML content (ex : Hi ! This is HTML code : <code><div class="foo">Verry usefull</div></code>). 30 39 6. Enjoy HTML code successfully displayed in your comment ;)
Note: See TracChangeset
for help on using the changeset viewer.