How to add reply link to your blogger blog posts
To ensure easy navigation and easy to use tools to your readers is
a best practice. Adding a “Reply Link” to your blog post comments is one of
such important tool. In addition to easy navigation it will beautify your blog.
You can get this facility my changing over to Disqus comments but disqus
comments does not look beautiful as if you create your own. If we want to add
such link to our blog posts we need to make small changes to our blogs HTML
document. You can easily create it by following easy steps given below –
How to add reply link to your blogger blog posts
|
1) Login to your blogger Dashboard using your blogger ID and password.
2) Click template and backup your template. It is always essential before starting editing your template.
3) Click customize.
Now the HTML file of your blog will open. Click anywhere in the open HTML document and click CTRL+F. Now the HTML search box will appear in the right hand corner of the HTML document. Now you have to find this code- ]]></b:skin> so please copy and paste this code in the HTML search box and press Enter. The code will be highlighted like this -
background:#000000;
cursor:pointer;
color:#fff;
margin:5px 0;
float:right;
border:none;
padding:4px;
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
font:10px sans-serif;
}
replycomments:hover{
background:#FFFFFF;
}
- You can rename Reply.. as per your choice.
- You have to Replace????????????????? with your BLOG ID.
- Click here to know How to find your Blog ID