| |||||||
| Social Media Everything and anything social media related. |
![]() |
| | LinkBack | Thread Tools | Display Modes |
|
#1
| ||||
| ||||
|
This question is a technical question and I'm hoping there are web developers here who can answer my question. Is there a quick way to display the number of people being followed, the number of followers, and the number of updates for specific Twitter accounts in plain HTML? I am a PHP/MySQL developer so I would appreciate a solution in PHP. I'm assuming this will involve some use of Twitter API. |
Don't Like Ads?? Register as a Member and These Ads Will Disappear!
|
#2
| ||||
| ||||
|
The API is really friendly to 3rd party apps. I suggest you google the subject, blog search and twitter search it. You'll get a good breadth of the information out there.
__________________ ***To NEW Users: You can Add Signatures and Show Off Your Blog once you make 15 posts*** Stop Having a Boring Life Video Blog |
|
#3
| ||||
| ||||
|
While I spend time digging out the necessary information on APIWiki@Twitter, I was hoping someone could give me a clear answer before I find a solution myself =) I've never worked with Twitter API before. But anyways, I wrote my own Twitter PHP Parser that will only provide the information I need. Cheers. |
|
#5
| ||||
| ||||
|
Found this example using PHP: How to display your twitter follower count using PHP | PHP | MyGeekPal |