I'm exploring the integration of social networking into a Drupal 6.9 site. According to the Tweet project on Drupal.org:
"This module provides links to post pages to twitter. Clicking the links will open a new window or tab with twitter in it. The tweet will be in focus and will contain the URL of the relevant page on your site. It can optionally also contain the title of the relevant page. The URL will be abbreviated to 16 characters using the service at th8.us (much shorter than TinyURL's 25 chars). URLs and titles will be for either the node which is being displayed as a teaser or for the current page. Multiple links can appear on the same page, as on a View of teasers. By default, links appear in the Links section when viewing full nodes or teasers. (When Twitter is opened, if the user is not already logged in, Twitter will prompt them to log in, and after logging in will redirect users to the tweet form as described above.)
Administrators can choose whether to show the link as an icon, an icon and text, or just text. Options can be chosen separately for nodes and teasers. Administrators can also choose which node types the links should appear on, or could choose not to have links show up on nodes at all."
I set it up to work with the Blog node type on this site. We'll see how it works! Anybody else know of tools that link Twitter with Drupal?