Sometimes you can’t trust users with the ability to leave media in comments, especially on a site where commenting is open to all. If your users are considerate and trustworthy, adding images to comments opens up an opportunity for more discussion. Comment Images is a new plugin that makes it easy for users to upload an image while leaving a comment.
Here’s how your comment form will look when you have this comment form plugin installed:

Images in comments are formatted nicely to fit in the space:

Comment Images features:
- Notifies the administrator if the plugin is not compatible with their hosting environment
- Supports PNG, GIF, JPG, and JPEG images
- Notifies readers if their attached image is not allowed to be uploaded
- Styles images so that they will fit within the comment display and not “bleed over” into the page
- Is fully localized and ready for translation
Please note that it is only compatible with the standard WordPress comment form right now and will not work with Jetpack.
Comment Images is not a plugin that I’d recommend for every WordPress site. It would probably work best in a site that is invitation-only or has commenting limited to registered members. Check out the plugin’s homepage for more information and download it for free from the WordPress plugin repository.
Would you like to add Facebook comments, registration, 'Like' buttons and autoposting to your WP site? Well, The Ultimate Facebook plugin has got that all covered!
Find out more
If you're thinking about starting a paid, or just private, membership site then this is truly the plugin you've been looking for. Easy to use, massively configurable and ready to go out of the box!
Find out more
Take, set and manage appointments and client bookings without having to leave WordPress. Appointments+ makes it easy.
Find out more
Out of all the WordPress ecommerce plugins available, MarketPress has got to be the winner - easy to configure, powerful functionality, multiple gateways and more. A simply brilliant plugin!
Find out more
It's now incredibly easy to start your own Q&A site using nothing more than WordPress - The Q&A plugin simply and brilliantly transforms any site, or page, into a perfect support or Q&A environment.
Find out more
Simply insert google maps into posts, sidebars and pages - show directions, streetview, provide image overlays and do it all from a simple button and comprehensive widget.
Find out more
To get a wiki up and running you used to need to install Mediawiki and toil away for days configuring it... not any more! This plugin gives you *all* the functionality you want from a wiki, in WordPress!!!
Find out more
No javascript required, no third part chat engine, just fully featured chat right in your own database on your own WP sites - couldn't be easier.
Find out more
Fully integrated with the SEOMoz API, complete with automatic links, sitemaps and SEO optimization of your WordPress setup - this is the only plugin you need to help you rank your site number 1 on Google - nothing else compares.
Find out more
Fatal error upon activation.
I’m not getting that error. Are you using version 1.2 of the plugin? Works for me.
I think there is no need of any plugin. Do it personally-
1. Open wp-includes/kses.php
2. Locate the following line:
$allowedtags = array (‘a’ => array (‘href’ => array (), ‘title’ => array ()), ‘abbr’ => array (‘title’ => array ()), ‘acronym’ => array (‘title’ => array ()), ‘b’ => array (), ‘blockquote’ => array (‘cite’ => array ()),
3. Change that line to read like so:
$allowedtags = array (‘a’ => array (‘href’ => array (), ‘title’ => array ()), ‘abbr’ => array (‘title’ => array ()), ‘acronym’ => array (‘title’ => array ()), ‘b’ => array (), ‘blockquote’ => array (‘cite’ => array ()), ‘img’ => array (‘alt’ => array (), ‘align’ => array (), ‘border’ => array (), ‘height’ => array (), ‘hspace’ => array (), ‘longdesc’ => array (), ‘vspace’ => array (), ‘src’ => array ()),
4. Save the changed file, and upload.
The above change enables commenter to use <img src … and several related tags within comments. It does NOT allow any user to upload an image. Consequently, the image must already be hosted somewhere in order to be displayed successfully.
Worked well for me right out of the box.
Thanks.
You can see it working at http://survivor-story.com/us-soldier-in-afghanistan-survives-rpg-in-his-abdomen/#comment-239