
next copy the following code
<p class='bookmark'>
<a expr:href='"http://digg.com/submit?phase=2&url=" + data:post.url + "&title=" + data:post.title' target='_blank'>Digg it</a>
<a expr:href='"http://del.icio.us/post?v=4&url=" + data:post.url + "&title=" + data:post.title' target='_blank'>Add to del.icio.us</a>
<a expr:href='"http://www.stumbleupon.com/submit?&url=" + data:post.url + "&title=" + data:post.title' target='_blank'>Stumble it</a>
<a expr:href='"http://www.facebook.com/sharer.php?&u=" + data:post.url' target='_blank'>Share on Facebook</a>
<a expr:href='"http://technorati.com/signup/?f=favorites&Url=" + data:post.url' target='_blank'>Add to technorati favorites</a>
<a expr:href='"http://reddit.com/submit?&url=" + data:post.url + "&title=" + data:post.title' target='_blank'>Submit to reddit</a>
<a expr:href='"http://myweb2.search.yahoo.com/myresults/bookmarklet?&u=" + data:post.url' target='_blank'>Add to YahooMyWeb</a>
<a expr:href='"http://www.simpy.com/simpy/LinkAdd.do?href=" + data:post.url' target='_blank'>Submit to simpy</a>
<a expr:href='"http://www.spurl.net/spurl.php?v=3&Url=" + data:post.url' target='_blank'>Submit to spurl</a>
<a expr:href='"http://www.furl.net/storeIt.jsp?&u=" + data:post.url' target='_blank'>submit to furl</a>
</p>
and paste it like ive done in the following screenshot

now we will add some CSS code to create some spacing in between each of those links so copy the following CSS code
.bookmark a:link {
margin:0 8px 0 0;
}
and paste it just before the closing skin tag like ive done in the following screenshot below

now if you preview your template before saving you should see some text links like mine in the screenshot below

you can play around with the CSS code to create more spacing also you could change the margin to padding just see what you can come up with.
If you enjoyed this post dont forget to comment and let me know if it worked for you
...Read more!


















