Bookmarking Trick: Replace Your Bookmark URLs With Bookmarklet URLs
Social Bookmarking August 30th, 2007An easy way to speed-up the bookmarking process is to replace a bookmarking site’s URL with their bookmarklet URL. Using del.icio.us as an example, in Firefox, go to your del.icio.us bookmark, right click and select ‘Properties’. Replace:
http://del.icio.us/post
with
javascript:location.href='http://del.icio.us/post?v=4;url='+encodeURIComponent(location.href)+';title='+encodeURIComponent(document.title)
Now, the next time you want to add a page to del.icio.us, just click the bookmark and it will automatically populate the fields for you.
Here are some other bookmarklet scripts from other sites:
*looks like the bookmarklet scripts are getting cut-off. Click here to copy the full code.
StumbleUpon.com
javascript:var%20m='';var%20d='';var%20metas=document.getElementsByTagName('meta');for(count=0;count%3Cmetas.length;count++){if(metas[count].name.toLowerCase()==’description’){m=metas[count].content;}};if(m!=”){d=encodeURIComponent(m);}location.href=’http://www.stumbleupon.com/submit?url=’+encodeURIComponent(location.href)+’&title=’+encodeURIComponent(document.title)+’&newcomment=’+d;
Furl.com
javascript:(function(){d=document;t=d.selection?(d.selection.type!='None'?d.selection.createRange().text:''):(d.getSelection?d.getSelection():'');var%20furlit=window.open('http://www.furl.net/savedialog.jsp?t='+encodeURIComponent(XPCNativeWrapper(document,'title','UTF-8').title)+'&u='+escape(d.location.href)+'&r='+escape(d.referrer)+'&v=1'+'&c='+encodeURIComponent(t),'furlit','width=530,height=540,left=75,top=20,resizable=yes,scrollbars=yes');furlit.focus();})();
Bluedot.us
javascript:{var w=window;w.l=w.location;w.SdP='secure.';w.bU=(w.l.protocol=='https:'?'https://'+w.SdP:'http://')+'bluedot.us';w.eUC=encodeURIComponent;function%20fBkF(){w.l.href=w.bU+'/Authoring.aspx?u='+w.eUC(w.l.href)+'&t='+w.eUC(document.title);}w.gT=w.setTimeout(fBkF,6999);w.d=w.document;w.sT=w.d.body;w.o=w.d.createElement('scri'+'pt');if(typeof%20w.o!='object')fBkF();w.o.setAttribute('src',w.bU+'/js/Authoring.js');w.o.setAttribute('type','text/javascript');void(w.sT.appendChild(w.o));}
Spurl
javascript:d=document;void(window.open('http://www.spurl.net/spurl.php?v=3&title='+encodeURIComponent(d.title)+'&url='+encodeURIComponent(d.location.href)+'&blocked='+encodeURIComponent(d.selection?d.selection.createRange().text:d.getSelection()),'_blank','width=450,height=550,status=no,resizable=yes,scrollbars=auto'))
Blinklist
javascript:u=location.href;p=/https/;httpvar=(u.search(p)!=-1)?'https':'http';s=document.body.appendChild(document.createElement('script'));s.id='fs';s.language='javascript';void(s.src=httpvar+'://www.blinklist.com/Theme/Script/fav.js');
Digg
javascript:var%20m='';var%20d='';var%20metas=document.getElementsByTagName('meta');for(count=0;count%3Cmetas.length;count++){if(metas[count].name.toLowerCase()==’description’){m=metas[count].content;}};if(m!=”){d=encodeURIComponent(m);}location.href=’http://digg.com/submit?phase=2&url=’+encodeURIComponent(location.href)+’&title=’+encodeURIComponent(document.title)+’&bodytext=’+d;
Reddit
javascript:location.href='http://reddit.com/submit?url='+encodeURIComponent(location.href)+'&title='+encodeURIComponent(document.title)
Magnolia
javascript:var%20m='';var%20d='';var%20metas=document.getElementsByTagName('meta');for(count=0;count%3Cmetas.length;count++){if(metas[count].name.toLowerCase()==’description’){m=metas[count].content;}};if(m!=”){d=encodeURIComponent(m);}location.href=’http://ma.gnolia.com/bookmarklet/add?url=’+encodeURIComponent(location.href)+’&title=’+encodeURIComponent(document.title)+’&description=’+d;
My Web Yahoo!
javascript:void window.open('http://myweb.yahoo.com/myresults/bookmarklet?t='+encodeURIComponent(document.title)+'&u='+encodeURIComponent(window.location.href)+'&ei=UTF-8','popup','width=520px,height=420px,status=0,location=0,resizable=1,scrollbars=1,left=100,top=50',0)
Netvouz
javascript:d=document;te=getSelection()+'';t=encodeURIComponent(te);u=encodeURIComponent(d.location.href);ti=encodeURIComponent(d.title);if(d.referrer)r=encodeURIComponent(d.referrer);document.location='http://www.netvouz.com/action/submitBookmark?url='+u+'&title='+ti+'&description='+t+'&username=ftsisthebest&popup=no';
Diigo
javascript:(function(){s=document.createElement('script');s.type='text/javascript';s.src='http://www.diigo.com/javascripts/webtoolbar/diigolet_b_h_b.js';document.body.appendChild(s);})();
Folkd
javascript:location.href='http://www.folkd.com/submit/'+encodeURIComponent(location.href)
LinkAGoGo
javascript:void(document.location='http://www.linkagogo.com/go/AddNoPopup?title='+escape(document.title)+'&url='+escape(location.href));
ClipClip.org
javascript:(function(){var d=document;var s;s=d.createElement('script');if(typeof(s)!='object')s=d.standardCreateElement('script');s.charset='utf-8';s.src='http://www.clipclip.org/bookmarklet/fetch';s.type='text/javascript';d.getElementsByTagName('head')[0].appendChild(s);})();
Bibsonomy (change USERNAME to your username in this one)
javascript:location.href='http://www.bibsonomy.org/ShowBookmarkEntry?c=b&jump=yes&user=MYUSERNAME &url='+encodeURIComponent(location.href)+'&description='+encodeURIComponent(document.title)+'&extended='+encodeURIComponent(window.getSelection())














August 30th, 2007 at 1:48 pm
Nice, bookmarked this for future reference
August 30th, 2007 at 1:51 pm
P.S. Don’t happen to have one for Sphinn do you? Would make my life a lot easier
August 30th, 2007 at 3:26 pm
Of course…you’ll find it here:
http://sphinn.com/tools.php
Right click on:
“The Bookmarklet: Sphinn”
August 30th, 2007 at 4:02 pm
And now do you know how to make it to open a new tab and not a window?
October 9th, 2007 at 5:25 pm
[...] relatively negative post about Squareoak from a user named John. In the post, John is commenting on this Squareoak post that lists the javascript for auto populating many bookmarking sites. This javascript is something [...]
November 10th, 2007 at 3:14 pm
Great :o)
I used the Digg one on my site.
All of these sites seem to update their log-in/sign-in user journeys on a regular basis, so im not totally convinced that these will work in 12 months’ time…