Note: This site is currently "Under construction". I'm migrating to a new version of my site building software. Lots of things are in a state of disrepair as a result (for example, footnote links aren't working). It's all part of the process of building in public. Most things should still be readable though.

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