HOWTO add "diggit" and "del.icio.us" links to blogger( not beta , but latest version)
as same as you
i was searching for the snippet to include those fav links “diggit” and “del.icio.us” to my blogger and i found one
.
1.check whether email post page element is added to your blog .
if not, you can add thru template —>page elements page in your blog admin page
2.after adding email-post , search for in the edit html page of Templage.
do not forget to check “Expand Widget Templates”
3.paste the following snippet before </span> tag
::for DIGGIT
<a expr:href=’”http://digg.com/submit?phase=2&url=” +
data:post.url + “&title=” + data:post.title’
target=’_blank’>DiggIt!</a>
::for DEL.ICIO.US
<a expr:href=’”http://del.icio.us/post?url=” +
data:post.url + “&title=” + data:post.title’
target=’_blank’>Del.icio.us</a>
if you are good in editing html tags you should get this working.happy blogging , digging … del.icio.us… isnt it

Cool. Thanks for looking up how to do this in the latest version of blogger.
Paul
Linux Lore