This tutorial will show you how to add social networking links for all your posts automatically on Blogger so that your posts can spread like wildfire!
So you will have something that looks like this underneath each post:
Add Post To: |Technorati|del.icio.us|Stumbleupon|Reddit|BlinkList|Furl|Spurl|Yahoo
follow these steps in Blogger: BACK UP YOUR CURRENT LAYOUT FIRST!
- Go to Layout
- Edit HTML
- click on the “Expand template” checkbox
- search for the line that says: <p><data:post.body/></p>
- DIRECTLY underneath this enter in the following code
<span class='post-author' style='font-size: 95%;'><br/>
Add Post To: |
<a expr:href='"http://technorati.com/faves?add="data:post.url'
target='_blank'>Technorati</a>|
<a expr:href='"http://del.icio.us/post?url=" data:post.url
"&title=" data:post.title' target='_blank'>del.icio.us</a>|
<a expr:href='"http://www.stumbleupon.com/submit?url=" data:post.url
"&title=" data:post.title' target='_blank'>Stumbleupon</a>|
<a expr:href='"http://reddit.com/submit?url=" data:post.url
"&title=" data:post.title' target='_blank'>Reddit</a>|
<a expr:href='"http://www.blinklist.com/index.php?Action=Blink/addblink.php&Url="
data:post.url "&Title=" data:post.title' target='_blank'>BlinkList</a>|
<a expr:href='"http://www.furl.net/storeIt.jsp?t=" data:post.title
"&u=" data:post.url' target='_blank'>Furl</a>|
<a expr:href='"http://www.spurl.net/spurl.php?url=" data:post.url
"&title=" data:post.title' target='_blank'>Spurl</a>|
<a expr:href='"http://myweb2.search.yahoo.com/myresults/bookmarklet?t="
data:post.title "&u=" data:post.url' target='_blank'>Yahoo</a>
<br/></span>
<!-- End of social bookmarks -->