Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to get 'ONLY the tweet count' from the twitter button

Tags:

count

twitter

ive been looking at the http://dev.twitter.com/pages/tweet_button#build-your-own-example , they have only show how to customize the thumbnail, but i all i need it just a 'no graphic' plain text, tweet count NUMBER. and integrate it my tweet post, so it counts the tweets for my post.

Im quite noob at this, does anyone know how to achieve this? Thanks

like image 634
Devric Avatar asked Nov 27 '10 01:11

Devric


People also ask

How do I select which accounts I can tweet from?

To select which accounts you would like to Tweet from: Click on the Tweet button at the top of the navigation bar; the accounts you have authorized will be listed at the top (you can hover over an icon to see the username of the account).

How do you share a tweet on Twitter?

Click Tweet while logged into your Twitter account. If you’re logged into multiple accounts, confirm the Twitter account you’d like to Tweet from is selected. Compose your Tweet with text. Include an image or video by selecting the Add images or video button. Click Tweet to share.

How to count hashtags on Twitter?

So, in order to get the hashtag count, we use third-party Twitter hashtag counting tools. TrackMyHashtag is an amazing Twitter hashtag counting tool that allows us to count any hashtags, mentions, top related media, and many more insights.

How to track Twitter followers and impressions?

Download Twitter data in an Excel/CSV format which includes tweets as well as related metadata such as date and time of posting the tweet, tweet id, and various other information. 2. TrackMyHashtag’s Twitter hashtag counting feature helps in measuring the potential reach, impressions, top influencers, and top tweets.


1 Answers

Twitter does not have a public API to surface the share count for a URL. The button uses a private method that you could use but it is likely to change at anytime and will break your button if it does.

https://cdn.api.twitter.com/1/urls/count.json?url=http://google.com
like image 90
abraham Avatar answered Oct 07 '22 10:10

abraham