Description
It can be annoying when visitors post large blocks of code in a comment. “No Markup Please” plugin checks comment submissions for markup and if there is too much code it will trigger an error message of your choice.
Here’s the error message I like to use:
Hey thanks for your comment but you’ve posted a large amount of code which makes comments hard to read for everyone else. How about using Pastebin instead?
Screenshots
Installation
- Upload the
no-markup-please
folder to the/wp-content/plugins/
directory - Activate the No Markup Please plugin through the ‘Plugins’ menu in WordPress
- Configure the plugin by going to Settings > No Markup Please
FAQ
- Installation Instructions
-
- Upload the
no-markup-please
folder to the/wp-content/plugins/
directory - Activate the No Markup Please plugin through the ‘Plugins’ menu in WordPress
- Configure the plugin by going to Settings > No Markup Please
- Upload the
- How does it work?
-
Super simple! Comment submissions are parsed for delimiters. If there are too many, it triggers the error message.
- Where can I get support for this plugin?
-
If you’ve tried all the obvious stuff and it’s still not working please request support via the forum.
Reviews
Contributors & Developers
“No Markup Please” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “No Markup Please” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0.1
- Jquery issue fixed.
- Apostrophe issue fixed.
1.0
- Initial release