Twitter’s Share Bookmarklet tweets the URL of the current page. This post explains how to automatically add a Twitter name to the default tweet text.
title-of-page url-of-page via @my-twitter-nameEverything after and including “via” is because of the HTML tag. You can try it out by using the bookmarklet on 2ality pages. Example result:
Eight words not to use in your Twitter bio http://2ality.com/2011/08/twitter-bio-words.html via @2ality
<link href='http://twitter.com/2ality' rel='me'>It usually makes sense to link in the opposite direction, too – from a Twitter profile page to a website. The Microformats Wiki has more information on rel=me.
Variations:
<link href='http://twitter.com/2ality' rel='twitter me'>
<a href='http://twitter.com/2ality' rel='twitter me'>@2ality</a>