Retweet button in asp.net site
Posted
by Zerotoinfinite
on Stack Overflow
See other posts from Stack Overflow
or by Zerotoinfinite
Published on 2010-05-23T13:04:42Z
Indexed on
2010/05/23
13:10 UTC
Read the original article
Hit count: 357
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.
- 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.
- 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.
© Stack Overflow or respective owner