del.icio.us Bookmarklet


/ Published in: JavaScript
Save to your folder(s)



Copy this code and paste it in your HTML
  1. javascript:window.open('http://del.icio.us/post?v=4&noui&jump=close&url='+encodeURIComponent(location.href)+'&title='+encodeURIComponent(document.title),'delicious','toolbar=no,width=775,height=400');

Report this snippet


Comments


You need to login to view comments.