Bloggerplugins offer a nice way to include small buttons after every post, allowing direct submission to the most popular social bookmarking sites with one click, without leaving the blog post.
To enable this option on your blog you should go through several simple steps of blog template code update:
1. Enter Blogger template in Layout section.
2. Choose Edit HTML.
3. Before doing any code modification, backup the entire template to the safe, easy identifiable location on your Hard Drive. If anything goes wrong, you can easily come back to your original template without loosing your blog structure.
4. Expand the widget template.
5. In the template:
a. Locate
b. Replace with
c. Locate string
d. Place the following code below that line:
.bookmark img { border: 0;
padding:0px; }
.bookmark a:hover {
position: relative;
top: 1px;
left: 1px; }
Bookmark this post: |
6. Save the modified template.
7. If the operation was successful, you should see the line of social bookmarking icons after each post.