If you have ever needed to include some of the social media links manually in your html page then here are a few of them with the format that they would take.
Twitter:
1 2 3
<ahref="http://twitter.com/home/?status=[[SHORT TITLE + SHORT LINK]]"title="Post to Twitter"> <imgsrc="[[PATH TO IMAGE]]/twitter-icon.png"alt=""/> </a>
Plurk:
1 2 3
<ahref="http://plurk.com/?status=[[TITLE]] [[URL]]"title="Post to Plurk"> <imgsrc="[[PATH TO IMAGE]]/plurk-icon.png"alt=""/> </a>
Delicious:
1 2 3
<ahref="http://delicious.com/post?url=[[URL]]&title=[[TITLE]]"title="Post to Delicious"> <imgsrc="[[PATH TO IMAGE]]/delicious-icon.png"alt=""/> </a>
Digg:
1 2 3
<ahref="http://digg.com/submit?url=[[URL]]&title=[[TITLE]]"title="Post to Digg"> <imgsrc="[[PATH TO IMAGE]]/digg-icon.png"alt=""/> </a>
Facebook:
1 2 3
<ahref="http://www.facebook.com/share.php?u=[[URL]]&t=[[TITLE]]"title="Post to Facebook"> <imgsrc="[[PATH TO IMAGE]]/facebook-icon.png"alt=""/> </a>
Ping.fm:
1 2 3
<ahref="http://ping.fm/ref/?method=microblog&title=[[TITLE]]&link=[[URL]]"title="Post to Ping.fm"> <imgsrc="[[PATH TO IMAGE]]/pingfm-icon.png"alt=""/> </a>
StumbleUpon:
1 2 3
<ahref="http://stumbleupon.com/submit?url=[[URL]]&title=[[TITLE]]"title="Post to StumbleUpon"> <imgsrc="[[PATH TO IMAGE]]/stumbleupon-icon.png"alt=""/> </a>
LinkedIn:
1 2 3
<ahref="http://www.linkedin.com/shareArticle?mini=true&url=[[URL]]&title=[[TITLE]]&source=[[DOMAIN]]"title="Share on LinkedIn"> <imgsrc="[[PATH TO IMAGE]]/linkedin-icon.png"alt="" /> </a>