Wayoi.Com - Twitter Fans Widget is a tool to display your twitter followers. I have being used this tool for a blog of mine. But, lately this tools not working any more and I don't know what was happened
Hope someone else know the solution to make it runs again properly. I still need Twitter Fans Widget.
3 comments
The twitter api has changed and the plugin uses the wrong url.
I don't know if you understand PHP but if you change the url used in 'function update' from:
'http://twitter.com/statuses/followers/'.$instance['twitterfans_username'].'.xml'
to:
'http://api.twitter.com/1/statuses/followers/ids.xml?screen_name='.$instance['twitterfans_username']'
it should work again.
If not you can contact me at robbert@bugbyte.nl
Hi Robbert,
Nice info, I will edit it and inform you the result.
Thanks,
Wayoi
not working!
Post a Comment
What do you think about above article?