Hi, I am trying to make a twitter bookmarklet that will tweet the current page, I currently have this code:
javascript:window.open('http://twitter.com/?status='+self.location)
but when I try it, it changes the page its tweeting to just show [object Window]
how can I fix this?