Entry tags:
Pinboard bookmarklet for AO3 works
I edited the default Pinboard bookmarklet (the button you put in your browser bookmarks to let you quickly add links to Pinboard) so that it will grab the tags and summary from AO3 and include those in the Pinboard tags/description.
Would anybody who uses Pinboard for their bookmarks rather than AO3 be interested in that if I posted it?
I made a generator for the bookmarklet to allow people to choose which tags to include and so on. http://random.fangirling.net/fun/ao3/bookmarklet.html
(I tried to do the same for Delicious but it doesn't look like I can pass tags to it.)
I made a generator for the bookmarklet to allow people to choose which tags to include and so on. http://random.fangirling.net/fun/ao3/bookmarklet.html
(I tried to do the same for Delicious but it doesn't look like I can pass tags to it.)
no subject
For the record, probably the easiest way to do it would be to find the place that says
"&tags=" + encodeURIComponent(t)
and change it to&tags=twitter," + encodeURIComponent(t)
. The tags are comma separated... I should probably make them space-separated like Pinboard.no subject