Twitter Conversation Wall is project number 546387
posted at GetAFreelancer.com. Click here to post your own project.
Status: Closed
(Selected Service Provider)
Selected Providers: lszanto
Budget: $250-750
Created: 11/08/2009 at 16:11 EST
Bid Count: 13
Average Bid:
$ 570
11/13/2009 at 16:11 EST
Project Creator:
sawhorse
Employer Rating: (No Feedback Yet)
11/08/2009 at 17:30 EST:
These pages show samples of how this would work and also link to sample Javascript.
http://convowall.com/digitaldumbo/
http://www.porternovelli.com/
Here is some more sample Javascript. We'd like our code to be based on this or something similar, and be a clean JQuery plugin.
http://github.com/seaofclouds/tweet
11/10/2009 at 11:07 EST:
Additional notes:
* The list that the form accepts should be a Twitter List (i.e. using the new Twitter Lists API). If a list is not specified, it will need to use the Search API.
* You can look at Twitter's sample List Widget on their site to see how to pull status messages from a Twitter List: http://twitter.com/goodies/widget_list
* The wall should update in as close to real time as possible. The jQuery plugin you write or modify should have an option for the number of seconds for each pull from Twitter. The downloading of statuses should be done on the client side, rather than on the server (i.e. by a cron) so that it can update fast.