Like the Delicious submission bookmarklet, I'd like to have some standard Javascript I can use to submit any visited URL to a 3rd party site when that's possible by URL. Suggestions?
For example, I've been using
javascript:void(location.href="http://www.yacktrack.com/home?query="+encodeURI(location.href))
so far but wonder if there's something more sophisticated I could use or better practice