Easiest way to create twitter-like status update widget
        Posted  
        
            by culov
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by culov
        
        
        
        Published on 2010-03-25T05:46:20Z
        Indexed on 
            2010/03/25
            5:53 UTC
        
        
        Read the original article
        Hit count: 424
        
I want a widget that allows users to add a request if that request hasnt already been added, or vote for a request if it has already been added. when a user adds a request, i want it to immediately appear as the first element of the list, like what would happen to your timeline if you made new tweet. ive tried to look for a jquery plugin that offers this functionality, but i was unsuccessful (maybe i couldnt think of the right terms to search for??).
i dont have enough faith in my js skills to write this from scratch, so id rather find a template to start with. Thanks.
© Stack Overflow or respective owner