Google
 

Social bookmarking sites button on your post


Allow visitor of your site will be able to bookmark favorite posts on sites like delicious,del.icio.us, digg, furl, spurl, etc. It will make higher page rank. This is only for blogger in beta user.
Go to your blogger account, click on Layout link of blog, choose Edit HTML..

Search for following codes :

<p class='post-footer-line post-footer-line-2'><span class='post-labels'>
<b:if cond='data:post.labels'>
<data:postLabelsLabel/>
<b:loop values='data:post.labels' var='label'>
<a expr:href='data:label.url' rel='tag'><data:label.name/></a><b:if cond='data:label.isLast != "true"'>,</b:if>
</b:loop>
</b:if>
</span>
Once you find above code, copy the following code below and paste it:
<p class='post-footer-line post-footer-line-3'>
<!– Add Bookmarking Code Here–>
You can put your social bookmarking site below <!– Add Bookmarking Code Here–>

This are some social bookmarking site that you can add :
stumbleupon StumbleUpon Toolbar
<a href='"http://www.stumbleupon.com/submit?url=" + data:post.url + "&title=" + data:post.title' target='_blank'><img alt='StumbleUpon' src='http://i255.photobucket.com/albums/hh146/lulapaps/stumbleit.gif'/> </a>
digg DiggIt
<a expr:href='"http://digg.com/submit?phase=2&url=" + data:post.url + "&title=" + data:post.title' target='_blank'> <img alt='DiggIt' height='16' src='http://www.exploding-boy.com/images/logos/digg.gif' width='16'/> </a>
Del.icio.us Add to Del.icio.us
<a expr:href='"http://del.icio.us/post?url=" + data:post.url + "&title=" + data:post.title' target='_blank'> <img alt='Add to Del.icio.us' height='16' src='http://www.exploding-boy.com/images/logos/delicious.gif' width='16'/> </a>
Indianpad Indianpad
<a expr:href='"http://www.indianpad.com/submit?url=" + data:post.url + "&title=" + data:post.title' title='Bookmark to IndianPad and get paid!'><img alt='Indianpad' height='16' src=' http://www.indianpad.com/favicon.ico' width='16'/></a>
Rojo Mojo this page at Rojo
<a expr:href=' "http://www.rojo.com/submit/?title=" + data:post.title + "&url=" + data:post.url ' title='Bookmark This to Blogmarks'><img alt='Mojo this page at Rojo' src=' http://www.rojo.com/rojo-static/images/favicon.ico'/></a>
Diigo diigo
<a expr:href=' "http://www.diigo.com/post?url=" + data:post.url + "&title=" + data:post.title ' title='Diigo'><img alt='diigo' height='16' src='http://www.diigo.com/images/ii_blue.gif' width='16'/></a>
Furl Furl button
<a expr:href=' "http://www.furl.net/storeIt.jsp?u=" + data:post.url + "&t=" + data:post.title ' title='Bookmark To Furl'><img alt='Furl button' height='16' src='http://www.furl.net/i/favicon.gif' width='16'/></a>



[+/-] show/hide this post