Blidgetize your blog with widgetbox
widgetbox helps you to create a widget for your blog
and they call it as Blidget.
here is the preivew of my Blidget.

widgetbox helps you to create a widget for your blog
and they call it as Blidget.
here is the preivew of my Blidget.

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
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