Including a photo in my reply to a comment
-
I want to add a photo to my reply to a comment someone made to a posting on my blog, but I don’t understand how to do that. Would someone please help me understand how to do this.
The blog I need help with is: (visible only to logged in users)
-
The best way to do this will be adding the photo with HTML code:
https://en.support.wordpress.com/beginning-html/#images-in-html
You’ll need to have the image hosted somewhere. I often use Imgur, but you can even just upload the image to your WordPress.com media library.
Then just add the URL for the image inside a img tag like this:
<img src="http://placekitten.com/g/200/300"> -
Alex, I appreciate the quick reply; but I’m afraid you’ve given me far more credit than I deserve when it comes to understanding WordPress, let alone HTML.
I’m used to loading my images directly from my hard drive to the Media Library and then imbedding them into my post–very easy.
I was hoping there would be a similar way to imbed an image into a reply I wanted to make to a comment to my most recent post, is that possible?
Or do I need to use html code to embed an image into my reply?
If so, is the code:
<img src=”http://the location of the photo I want to use that I have placed in the Media LibraryAll this is very new to me, so any additional clarification would be most appreciated.
Bill
-
Or do I need to use html code to embed an image into my reply?
Yes, you do, and you’re on the right track. The template for the HTML you need is this:
<img src="[image URL]"/>You can find more information on this topic here:
https://en.forums.wordpress.com/topic/post-images-in-comments?replies=30
If you’re just starting out with WordPress.com, I recommend you go through our new user’s guide:
https://en.support.wordpress.com/start/
You’ll learn about all the best and most useful features of WordPress.com, with lots of screenshots and videos.
You can also browse our support documentation and check out the forums; you might find the answer you’re looking for:
Let us know if you have any more questions :-)
-
Thank you. I had to play around with it a bit, but was able to include a photo in my reply to a comment. Bill
- The topic ‘Including a photo in my reply to a comment’ is closed to new replies.