If you’ve ever wanted to include a ‘Tweet’ button or link but didn’t want to use the popular Tweet Button code from Twitter (it uses a remote javascript function), there is an alternate approved method called “Intents”. This function works great for instances when simple HTML is preferred (emails, pages geared toward older or simple browsers, etc.). However it doesn’t provide extras like showing how many have used the button or creating the image automatically. So how does it work?
Using Twitter’s Web Intents, you can create links like below:
<a href="http://twitter.com/intent/tweet?url=http://chrisbitting.com &text=Checkout this awesome blog.&via=chrisbitting&hashtags=twitter" title="Tweet" target="_blank">Tweet</a>
Which looks like: Tweet
No Javascript!
Be sure to check the documentation for more options and details: https://dev.twitter.com/docs/intents
Sometimes it’s handy to grab either a username or email address (why not both?) from active directory. Below are the steps I believe you’ll need to get going quickly. In my example, I’m using VS2012 and .net 4.5.

If you’ve ever used .net to send email
If you haven’t already had the need, I’m sure you will at some point, to either retrieve email or send email through Exchange (not just relay or connect to Outlook) using .net. Since Microsoft introduced the