Our Partners

Monday, November 14, 2011

How To add "Link to your Blog"

How To add "Link to your Blog" widget | Blogger Tips

Blogger may offer viewers to link your blog back from their websites or blogs.It is a great approaches to get free one way backlinks. In this tutorial, it will be discussed how to add "Link to this blog" widget using a normal text box. You may show button link or text link. Both are shown here.

BUTTON LINK

For button link, you have to choose a button image. Then upload it to a free image hosting sites. Then copy the image URL.
Here is the code for image button of "Link To This Blog"

<textarea cols="24" onclick="this.select();" readonly="readonly" rows="4" style="font-size: 1.1em;">&lt;a href="YOUR BLOG_URL"&gt;&lt;img src="LINK OF IMAGE" alt="BLOG_DESCRIPTION" /&gt;&lt;/a&gt;</textarea>

Now replace the red color text with relevant to your information. "LINK OF IMAGE" means absolute URL path of image, in "BLOG_DESCRIPTION" write what your blog is about. It's very important because search engine will rank your blog on basis those keywords.

TEXT LINK

To link to this blog, copy and paste the code below into your site.The code for a text link is :

<textarea cols="24" id="b_2" onclick="this.select();" readonly="readonly" rows="4" style="font-size: 1.1em;">&lt;a href="YOUR_BLOG_URL"&gt;BLOG_TITLE&lt;/a&gt;</textarea>

Replace the red color text with your Blog URL and Blog Title.
This is very simple blogger tip but it has an important role to make your blog popular. One of the most benefits is you will get free one way backlinks.

0 comments: