Hacking around, I realized it's so easy to pass arguments to Twitter that even I can do it. Here's a code snip that builds a link labeled "Twitter it!" Substitute your site and directory. (Entities need to be encoded.):
<a href="http://twitter.com/home/?&status=Check%20this%20out%3A%20http%3A%2F%2Fwww.engagingexperience.com%2Fwebtech" target="_blank">Twitter it!</a>
On your web page, it looks like this: Twitter it!
This launches Twitter and pre-fills your text and URL, like this:

Comments