Im looking for something that will allow a site visitor post a picture in the comments.
Thanks for your help
Im looking for something that will allow a site visitor post a picture in the comments.
Thanks for your help
WordPress allows users to use some HTML in the comments. They can post a picture in the comments just like you would in a page you're writing.
For example, using the following code when entering a comment would show the picture.
<img src="http://website/image.jpg">
Where http://website/image.jpg is the URL to where their image is hosted online, for example their own website or image shack.
The second option, since most users are not very knowledgable with HTML is to use a plugin like the one here: http://www.trevorfitzgerald.com/2007/12/wordpress-comment-images/
(scroll down to the free version.)
It too, though, relies on the user uploading the picture on their own server somewhere, and then just placing the URL to the image into this plugin, which inserts the code into their comment to dispay their picture.
Hope that helps!
hi damienk
<img src=""> this code does not work
I look in the plugin you sent me
use [img] [/ img]
it works very well
you are my savior, my sincere thanks
This topic has been closed to new replies.