Ah excellent. I’ll give it a try.
What does the ‘count’ parameter do?
count is number of tweets
But not working. Greyhat2012, how to write in a file twitter.php?
I am not sure I understand. Do you know PHP? If not then you will not be able to do this.
Vadim I thought you knew what you were doing?
The JSON feed isn’t working either.
Robert is this fails I think someone released a fixed plugin if you look in the other threads though you will have to re install.
HTH
Now, it works!
$messages = fetch_rss(‘http://api.twitter.com/1/statuses/user_timeline.rss?screen_name=youraccountname’);
$messages = fetch_rss(‘http://api.twitter.com/1/statuses/user_timeline.rss?screen_name=’.$username.”);
Greyhat2012, was in another thread in the forum for this plugin?
The plugin Tweet Blender seems to work, and has numerous setting options, some of which relate to API calls.
Greyhat2012… you forgot to add the last back slash… that did it for me… instantly
http://api.twitter.com/1/statuses/user_timeline/
This was a great help, thanks. My twitter widget is working now.