
Using Delicious you can share web pages you found on the Internet with your friends. On finding a web page that is 'delicious' to you first bookmark it and then upload the bookmarks to delicious so you can share them with friends.
Your bookmarks can be categorized using tags. When you display a tag cloud the size of a tag denotes the number of your bookmarks associated with it. This gives an immediate indication to your viewers the subjects that you are most interested in. See picture at left.
To add a Delicious tag cloud to your blog follow these steps :
- Login at Blogger.com
- Click Layout link on Dashboard under blog title.
- Click Add Gadget link on Page Elements subtab.
- In popup window click HTML/Javascript gadget.
- In contents window copy and paste the code below :
<table width=200 border=1 frame=box cellspacing=0 cellpadding=10 ><tr><td bgcolor=white>
<script type="text/javascript" src="http://del.icio.us/feeds/js/tags/LOGIN_NAME?icon;count=150;size=12-35;color=87ceeb-0000ff;title=my%20del.icio.us%20tags;name;showadd"></script>
</td></tr></table>
In above code replace LOGIN_NAME with the Username you use to login at Delicious.com and save the gadget.








4 comments:
cool, thanks for share.
I wonder why it doesn't work if I try to embedded my own Javascript into the table. for example:
var currentTime = new Date()
var month = currentTime.getMonth() + 1
var day = currentTime.getDate()
var year = currentTime.getFullYear()
document.write(month + "/" + day + "/" + year)
my blog http://cyberjedizen.blog
Charles,
Try uploading the file to a free host and then including the link to it in code as with the delicious code in above post.
Vin thanks again for a wonderful tip. Your blog rocks! Its a cornucopia of useful easy-to-use info for bloggers. I'm so glad I found you:-) I also follow you on twitter and suggest your site often. Thanks Again.
like the 'delicious tag cloud' post..
think i'll have to try that1!
peace, audioK9
my digital recording blog:
http://audiok9.blogspot.com/
CLICK HERE TO LEAVE A COMMENT.
Skip to top of post.