Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I'm about to launch a new site and want to show my facebook page likes and twitter follower with little icons on it.

What are the easiest ways to obtain the numbers (follower/likes) with javascript/jQuery?

I want to use only HTML5/CSS3 and jQuery on that Page.

Any suggestions?

share|improve this question

2 Answers

up vote 1 down vote accepted

Try this for the twitter followers count.

http://api.syberplanet.net/twitter/

You can use jQuery then to get fetch the results and display them accordingly

share|improve this answer

Check out the twitter "follow button" api for the twitter portion

http://dev.twitter.com/pages/follow_button

and the "like button" api for the facebook half

https://developers.facebook.com/docs/reference/plugins/like/

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.