How to Reblog a Post in Another Blog?
One advantage when your post reblog, you will get thousands of backlinks. This can also be beneficial for your site to increase the good visitors.
Add a Reblog to your every posts
1. First of all you should be login into your Blogger Dashboard.
2. Go to one of your blog.
3. Then click on Template>>Edit HTML
4. Search this ]]></b:skin>
5. Then paste the given code just above it.
.reblogit {
color: #fff;
font-weight: bold;
font-size: 14px;
text-shadow: 1px 1px 0 #75a43b;
padding: 5px 10px;
display: inline;
border: 1px solid #69963b;
background: #7cc237;
border-radius: 2px;
background: -webkit-gradient(linear, left top, left bottom, from(#afd95b), to(#99c62b));
background: -webkit-linear-gradient(top, #afd95b, #99c62b);
background: -moz-linear-gradient(top, #afd95b, #99c62b);
background: -ms-linear-gradient(top, #afd95b, #99c62b);
background: -o-linear-gradient(top, #afd95b, #99c62b);
box-shadow: inset 0 2px 0 #c0f9a0;
-webkit-box-shadow: inset 0 1px 0 #d0e8a0;
-moz-box-shadow: inset 0 1px 0 #d0e8a0;
-o-box-shadow: inset 0 1px 0 #d0e8a0;
}
.blogit a {
color: #fff; text-decoration:none;}
a.reblog:hover {
color: #fff;
background: #99c62b;
background: -webkit-gradient(linear, left top, left bottom, from(#b8e291), to(#99c62b));
background: -webkit-linear-gradient(top, # b8e291, #99c62b);
background: -moz-linear-gradient(top, # b8e291, #99c62b);
background: -ms-linear-gradient(top, #b8e291, #99c62b);
background: -o-linear-gradient(top, #b8e291, #99c62b);
}
The final step is just search the code <div class=’post-footer’> and just above this code, paste the given code.
<div class="reblogit"><li class='blogit'><b:if cond='data:top.showBlogThisButton'>
<a class='reblog' expr:href='data:post.sharePostUrl + "&target=blog"' expr:onclick='"window.open(this.href, "_blank", "height=270,width=475"); return false;"' expr:title='data:top.blogThisMsg' target='_blank'>Reblog This Post</a></b:if>
</li></div>
7. At last click on save template.
Congratulations, you have done successfully.
0 comments:
Post a Comment