A common frustration for commenters is how do you write links in comments on blog posts.

Inserting links in posts is relatively easy because your Visual Editor provides a Insert/Edit Link button but this tool isn’t available for writing comments on posts.  This is where a basic knowledge of HTML helps because you use HTML to write links in comments.

What is HTML?

HTML is short for “Hyper Text Markup Language” which is a language used to tell a browser how to organise the layout of a web page it has downloaded from the Internet.  It influences if text is bold, italics, a heading, bullet points.

When you write a post or page inside your blog dashboard you don’t worry HTML because the Visual Editor does it for you. If you click on the HTML tab it shows the HTML code in your text.

Here Is the HTML you use to write links:

<a href=”http://theedublogger.com/”>check out The Edublogger</a>

produces

Check out The Edublogger

Image of HTML for writing links

Make sure you close the tag with </a> and enclosed the website URL with quotation marks (needs to look like this “http://theedublogger.com/”)

Please note:

  • If you write several links in a blog comment it may be held in moderation for the blogger to approve – this is done to minimise people writing spam comments
  • There are some blog platforms that don’t allow you to use HTML in comments

FINAL THOUGHTS

You can also write HTML in text widgets which you add to your sidebar to:

  1. Link to websites or pages on your blog
  2. Display photos to your sidebar

If you are enjoying reading this blog, please consider Subscribing For Free!