views:

117

answers:

1

Hi All,

I am using asp.net 3.5 and C# for my personal blog site.

I want to include retweet\tweet button on every post I have made, for this I have some query.

  1. I have made the account on twitter with my website name. As I want to check the individual tweets for each of my post, do I have to create new account for each post or do I have to include new list for each post.
  2. As my post has the url something like this www.mywebsite.net/myblog.aspx?id=9 , with this id I am recognising the post. Then how would I write the reference URL to the retweet button for each & every post.

Thanks in advance.

Please let me know if the information provided by me requires more details.

A: 

Hey ! I got the solution on tweetmeme.com

Thanks anyways to all developers ..

Have a nice day..

For those who would face the same issue, I suggest you to visit this site and get the code the retweet button, it would not work in your local host but work perfectly on server [i.e with perfect URL]

Zerotoinfinite