I am developing a blog site in asp.net 3.5 with C#. I have written few blog post in my site. Now, I want to give two icon below my article
1: “retweet” [Twitter], so that people can tweet my article
2: Subscribe RSS Feed for this article.
Please let me know how to achieve it in the best way.
Thanks in advance.
This JavaScript code will allow you to let users tweet your article
http://www.saschakimmel.com/2009/05/how-to-create-a-dynamic-tweet-this-button-with-javascript/
For #2, you will have to create an RSS feed thru a generic handler(.ashx file), and link the icon to it.
Or you can use a free service such as addthis.com which allows your users to post your article to twitter, facebook, google, rss feeds, and other mediums.