Post on twitter with direct link from your bookmarks.
Filled with the contents of the site is open

Add TwitterMarks for Bookmarks

Copy:

API TwitterMarks

  • Query String (avelino.us/twittermarks/?post=TwitterMarks, By @thiagoavelinost&url=http://www.avelino.us/projects/twittermarks/)
      post = Text to be placed after the URL.
      url = URL of the post.
  • Javascript
javascript:void(
open(
'http://www.avelino.us/twittermarks/?post='
+escape(document.title)+'&url='+escape(location.href),

'TwitterMarks 1.0',

'scrollbars=no,
width=550,
height=250,
top=175,
left=75,
status=yes,
resizable=yes'
)
)