Pinboard Tag Bookmarklet
This is the code you can use to create a bookmarklet for pinboard that creates a bookmark for a specific tag then closes the window automatically.
javascript : q=location.href;p=document.title;void(t=open('https : //pinboard.in/add?tags=ToRead&later=yes&noui=yes&jump=close&url='+encodeURIComponent(q)+'&title='+encodeURIComponent(p),'Pinboard','toolbar=no,width=100,height=100'));t.blur();
TODO :
- Set this up so folks can put in tags and auto generate the bookmarklet to drag in.
- Setup for multiple tags
~ fin ~