expr:class='"loading" + data:blog.mobileClass'>

Sunday 7 February 2016

How to leave a clickable link in the comments of a Blog


I came up with the idea for this post after reading it on the blog below (woollyjumpers) I thought I would spread the knowledge!

So how do most people leave blog links?

www.thewoollyjumpers.blogspot.com

This will need to be typed into the web address bar in order to take someone to your blog

However there is a way of leaving a clickable link like this


woollyjumpers
But how?! I here your desperate plee.

Well its simple. Using HTML you can get a sneeky little link in your comment.

My HTML looks like this


<a href="http://www.humphreyworld.blogspot.com">HumphreysWorld</a>

What you can do is copy this link and change it to your blog details. For example:


<a href="http://www.thewoollyjumper.blogspot.com">WoollyJumpers</a>



Tadah! The blog link would then look like this


(this is a real blog check it out!)


Have a go at it in the comments and I will make sure to test your links and get back to you!