Archive

Archive for the ‘blog tools’ Category

Blidgetize your blog with widgetbox

June 28th, 2007 Rajesh No comments

widgetbox helps you to create a widget for your blog

and they call it as Blidget.

here is the preivew of my Blidget.

techpicks.bmp

  • Share/Bookmark
Categories: blog tools

HOWTO add "diggit" and "del.icio.us" links to blogger( not beta , but latest version)

January 10th, 2007 Rajesh 1 comment

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>


heres’ how my template looks


if you are good in editing html tags you should get this working.happy blogging , digging … del.icio.us… isnt it :)

  • Share/Bookmark
Categories: blog tools

HOWTO add "diggit" and "del.icio.us" links to blogger( not beta , but latest version)

January 10th, 2007 Rajesh 1 comment

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>


heres’ how my template looks


if you are good in editing html tags you should get this working.happy blogging , digging … del.icio.us… isnt it :)

  • Share/Bookmark
Categories: blog tools