Cade wrote:
> Hey I just started with Del.icio.us and noticed I had some problems
> deciding on TAG names.  It would be nice to be able to start with some
> tags or maybe even if it defaulted to the META KEYSWORD tags on the
> site.   
> 
> Any thoughts?

If it's been marked by others, don't you get some common tags listed?

Anyway, you could modify the javascript to add the keywords yourself.
This is what I did to automatically add pages' authors as tags.

javascript:(function(){if(document.getElementsByName){var
authors=%22%22;var
metaArray=document.getElementsByName(%22author%22);for(var
i=0;i<metaArray.length;i++){var
author=metaArray[i].content;if(authors.length>0) authors+=%22
%22;authors += author.replace(/
/g,%22%22);}}location.href='http://del.icio.us/YOURNAME?v=3&url='+encode
URIComponent(location.href)+'&title='+encodeURIComponent(document.title)
+'&tags='+encodeURIComponent(authors)})()


Tim

-- 
Tim Larson
West Corporation, Interactive TeleServices
Eschew obfuscation!


------------------------ Yahoo! Groups Sponsor --------------------~--> 
See what's inside the new Yahoo! Groups email.
http://us.click.yahoo.com/2pRQfA/bOaOAA/yQLSAA/IHFolB/TM
--------------------------------------------------------------------~-> 

 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/ydn-delicious/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to