Photoson comments
-
Hello! I would like to know if there is a code HTML in which you can insert a photo in the comment box thank you very much for your help
The blog I need help with is: (visible only to logged in users)
-
Hi there,
You can add images to comments using a standard HTML image tag, yes:
<img src="IMAGE_URL" />Note that you’ll first need to upload the image to a web server, like your site’s media library, and then copy the image URL from there.
-
- The topic ‘Photoson comments’ is closed to new replies.