Getting Twitter follower and Facebook Likes
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 java开发者_运维百科script/jQuery?
I want to use only HTML5/CSS3 and jQuery on that Page.
Any suggestions?
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/
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
精彩评论