I feel like this should be an easy question but I can't seem to find the answer. I just added a Share on Facebook button on a web page that I am working on. Works great. Simply pasted the javascript. I am looking for a button that will allow the user to "share this page" on twitter. I can find one for "follow me on twitter" but not where it will pop something up that says "currently reading" etc. Anyone know what to do here?
A:
The simplest way is to do anchor such as:
http://twitter.com/status/update?status=TESTTESTTES
But the main minus of this method, what user must to click "send" button on twitter.
vas3k
2010-02-23 05:33:15
Hmm. Nowadays this method require POST.
vas3k
2010-07-16 16:13:32