Here is the formula you use to post a hotlink in a comment; in other words a link that has a narrative and takes you somewhere.

<a href=”the URL of your blog post goes here”>what you want the link to say goes here</a>

Here’s a narrative explanation in relatively plain English.

The first pair of brackets includes the html code and the actual address to which you want people to navigate. I’m going to put the symbols in single quotes here, but you do not use the single quotes when you make the link.

You begin the operation with this symbol: <

Next, without leaving a space, type: a href=

After the = insert the link to your blog entry; if you don’t know exactly what link to use, most blog posts have the word Permalink right next to the link for comments, or the permalink may be embedded/disguised in a Timestamp (as in “posted by Songbird at 3:30 p.m.“). Click on “permalink” or the time, then copy and paste the URL to which it takes you. The URL appears in the navigation box.

Put the URL in double quotes with no space between the words and the quotation marks.

PLEASE NOTE: the URL you paste must include http:// or it will not work. html is not intuitive in the way your web browser may be. It does not assume the first part of the address.

Once you have pasted the URL, close the operation withthis symbol: >

Now you write the text you want to show up as hyper-linked, or in plainer language, the words people will click on to travel to your blog.

After that word or those words, add the following: </a>
This last bit of code turns off the html coding. In other words ‘a’ is telling the computer you want to make a link, and ‘/a’ is telling the computer you’re finished. ‘href=’ tells the computer what you’re linking *to.*

I hope this helps. When you have achieved linkage, you may claim MadSkillz. 😉

13 thoughts on “So you want to post a direct link to your blog entry…

  1. And once you have done all that, quick – save the code that worked to a document on your computer so forever after you can cut-and-paste it into your posts! I just change the “what I want my link to say” bit to a new title as needed That works almost every time. 🙂

    Like

  2. I will get this right but no time now… so know I have played Friday Five on spiritual motionTo make sure I do learn how to link I have copied it to my PC so I can take my time and “get it right”…finally.I did think I had it once but it wouldn’t show.

    Like

  3. GREAT questions Sally – but hard too – because sometimes dreams and visions are hanging only by a thread.I’ll play later today

    Like

We hope you'll join the conversation!

This site uses Akismet to reduce spam. Learn how your comment data is processed.