Link to me widget lets your visitors easily add your blog’s link to their blog on site just by clicking a button.
Only you have to do is add your links to this widget and then it will become easy users who want to link to you.
The cool thing is that its just a Click the button thing to do.
For this you will require a small logo of your site which could fit in your sidebar. 125X125 sized logo will work. Upload the logo to the web and get its URL.
Copy the below code to your Text editor.
Now go to Blogger >> Layout>> Add a gadget >> HTML/JavaScript and paste the code and save it.
Only you have to do is add your links to this widget and then it will become easy users who want to link to you.
The cool thing is that its just a Click the button thing to do.
For this you will require a small logo of your site which could fit in your sidebar. 125X125 sized logo will work. Upload the logo to the web and get its URL.
Copy the below code to your Text editor.
<p>If you like this blog,then link back to me.<br/>Replace all the bold lines with the specified information.Now your code is Ready.Copy the code from your text editor.
This is what you will see.</p>
<div style="text-align: center;">
<a style="border:0px;text-decoration:none;" href="Your Blog URL" title="Your Blog’s Title">
<img alt="Your Blog’s Title" style="border: 0px;" src="Url of a Small logo of your blog"/></a>
</div>
<textarea rows="3" cols="30">
<a href="Your Blog’s URL" title="Your Blog’s Title" style="text-decoration:none;border:0;">
<img src="Url of a Small logo of your blog" alt="Your Blog’s Title" style="border:0" />
</a></textarea><br/><br/>
Optionally use this Widget installer to add this link to your blogger blog.
<form action="http://beta.blogger.com/add-widget" method="post" target="_blank">
<input style="display: none;" value="My Favourite Site" name="widget.title"/>
<textarea style="display: none;" name="widget.content">
<a href="Your Blog’s URL" title="Your Blog’s Title" style="text-decoration:none;border:0;">
<img src="Url of a Small logo of your blog" alt="Your Blog’s Title" style="border:0" />
</a>
</textarea><br/>
<input style="border:0px;" src="http://www.blogger.com/img/add/add2blogger_lg.gif" value="Link To Your_Blog_Title" name="go" type="image"/>
</form>
Now go to Blogger >> Layout>> Add a gadget >> HTML/JavaScript and paste the code and save it.