Uncategorized

Alan’s Multipost Bookmarklet Tool

Go, Dog Go

About

Previously I have described a JavaScript bookmarklet tool I wrote for myseld so I could submit websites to multiple tracking sites. Maybe you too want to be able to do a one click submit to send sites to places like Furl or del.icio.us at the same time.

Thus I was inspired to create this tool that allows you to select the ones you want and it will generate the bookmarklet tool for you. Since created, many more bookmarklet tools have been popped online, and I am willing to add them to this list if

  • The tool is one that allows added / annotating a web site to a collection site.
  • The site offers a JavaScript powered bookmark tool that can be dragged to the browser. The tool should be one that extracts title, URL, description, etc from a page in view and passes it to a server side script. Tools that achieve this on complex ways may not be suitable.

Please use the comments field below to send us your requests, comments, etc.

If this kind of stuff has value, please support me by tossing a one time PayPal kibble or monthly on Patreon
Become a patron at Patreon!
Profile Picture for CogDog The Blog
An early 90s builder of web stuff and blogging Alan Levine barks at CogDogBlog.com on web storytelling (#ds106 #4life), photography, bending WordPress, and serendipity in the infinite internet river. He thinks it's weird to write about himself in the third person. And he is 100% into the Fediverse (or tells himself so) Tooting as @cogdog@cosocial.ca

Comments

  1. I would like to suggest adding TagTooga.com for your bookmarklet tool. The icon is here: http://www.tagtooga.com/images/tagIcon.gif

    The FireFox bookmarklet is:
    javascript:d=document;desc = ”;var ma = d.getElementsByName(‘description’); if (ma.length > 0) { desc = ma[0].content; } w = window.open(‘http://www.tagtooga.com/tapp/db.exe?c=jsEntryForm&b=fx&desc=’+encodeURIComponent(desc)+’&title=’+encodeURIComponent(d.title)+’&url=’+encodeURIComponent(d.location.href),’_blank’,’width=590,height=460,status=no,resizable=yes,scrollbars=auto’);void(window.setTimeout(‘w.focus()’,200));

    The Internet Explorer bookmarklet is:
    javascript:window.location=’http://www.tagtooga.com/tapp/db.exe?c=jsEntryForm&b=ie&url=’+encodeURIComponent(document.location.href)

    Best Regards,
    Matt

Comments are closed.