5

Is there a way to get the link count from twitter to implement our own version of a tweet button? From the official Twitter API.

PS:Search API only works for a limited amount of time.

Buhake Sindi
  • 87,898
  • 29
  • 167
  • 228
Sevki
  • 3,592
  • 4
  • 30
  • 53

1 Answers1

6

Try this

http://urls.api.twitter.com/1/urls/count.json? url=http://someLink.com&callback=twttr.receiveCount

Alexey
  • 517
  • 2
  • 10
  • 21