=== HTML Code Comments === Contributors: ludovicscribe Tags: html, code, comment, tag Requires at least: 1.5.2 Tested up to: 4.6.1 Stable tag: 1.0.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html This very light plugin allows to put HTML code in comments. The code inside "code" and "pre" tags will be automatically encoded. == Description == WordPress allows only some HTML tags in comments to prevent XSS vulnerabilities. The not allowed tags are simply deleted when comment is posted. Sometimes, you may have to put HTML code in your comments to answer your visitor's questions. In that case, you generally put your HTML code between two tags : "pre" and "code". This plugin automatically encode HTML tags which are between "pre" and "code" tags. So WordPress will not delete your HTML code and your code will be visible on the web-page. == Installation == 1. Unzip the downloaded zip file. 2. Upload the `html-code-comments` folder and its contents into the `wp-content/plugins/` directory of your WordPress installation 3. Activate HTML Code Comments from Plugins page. 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>.) 6. Enjoy HTML code successfully displayed in your comment ;)