Description
CommentSafe is a really simple plugin that I’ve written for WordPress. Very simply, it takes a list
of (X)HTML tags – which you can specify through the admin interface – and does one of three things
with those tags, when they’re found in your comments:
- Strip tags (example:
A <b>bold</b> choice
becomesA bold choice
– default) - Convert tags (example:
A <b>bold</b>
choice becomesA <b>bold</b> choice
) - Remove tags and content (example:
A <b>bold</b> choice
becomesA choice
)
The comments are changed before being saved to your WordPress database so that, if you decide to
uninstall or deactivate CommentSafe, your comments will remain sanitised and safe.
For further information and updates, see http://abitgone.co.uk/projects/commentsafe.
Screenshots
Installation
- Upload
abg-commentsafe.php
to the/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Go to ‘abg CommentSafe’ in the ‘Settings’ menu in WordPress and enter the list of (X)HTML tags
you wish to filter. - Choose a strip method
- Update the Tags
Reviews
There are no reviews for this plugin.
Contributors & Developers
“aBitGone CommentSafe” is open source software. The following people have contributed to this plugin.
Translate “aBitGone CommentSafe” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.