You may have noticed that I have put up some social bookmarks below my posts. I had put them up in the old Blogger template(before xml), but when I converted, they got lost. I had a hard time figuring out how to add to the new template, and exactly what to add. I did a search on del.icio.us, and found many sites which were quite helpful. After many tries, I could get them to work and here they are.
For those of you who want to add these bookmarks to their blogger sites, but dont know how, here is how to do it:
Login to your blogger account, click settings, click layout, click edit html. You will see your template in the editable box. Check the expand widget templates checkbox. I put all my links under the footer class div. The code is:
**************************************************
<!-- quick links-->
| <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://technorati.com/faves?add=" + data:post.url + "&title=" + data:post.title' target='_blank'>Technorati Faves</a> | <a expr:href='"http://www.google.com/bookmarks/mark?op=edit&output=popup&bkmk=" + data:post.url + "&title=" + data:post.title' target='_blank'>Google Bookmarks</a> | <a expr:href='"http://digg.com/submit?phase=2&url=" + data:post.url + "&title=" + data:post.title'>Digg it</a> | <a expr:href='"http://www.furl.net/storeIt.jsp?u=" + data:post.url + "&t=" + data:post.title'>Furl</a> | <a expr:href='"http://ma.gnolia.com/bookmarklet/add?url=" + data:post.url + "&title=" + data:post.title'>ma.gnolia</a> | <a expr:href='"http://myweb2.search.yahoo.com/myresults/bookmarklet?u=" + data:post.url + "&t=" + data:post.title'>Yahoo MyWeb</a> |
**************************************************
That’s it. Enjoy.