![]() |
Twitter thing - Printable Version +- Tordex Community (http://forum.tordex.com) +-- Forum: True Launch Bar (http://forum.tordex.com/forum-3.html) +--- Forum: Features Discussion (http://forum.tordex.com/forum-9.html) +--- Thread: Twitter thing (/thread-3349.html) |
Twitter thing - edelwater - 05-31-2009 What is the easiest way to get some entry-form for twitter submits in the bar? I really really would like to have just a textbox sitting there with a "twitter"button. - Yuri Kobets - 06-19-2009 You can try to use the command line plugin: 1) Download and copy somewhere the http://fileforum.betanews.com/detail/cURL-for-Windows/966899018/1 Wrote:CURL utility2) Make the curl.cmd with the text: Code: curl.exe -u username:password -d status=%1 http://twitter.com/statuses/update.json Now you can post to twitter with: Code: tw "my first post from true launch bar" - Yuri Kobets - 06-19-2009 Well... the other way is using the search engine in the Command Line (see attached picture) To add the new post type: Code: tw my first post from true launch bar - edelwater - 06-20-2009 wow, thanks! :lol: I tried my first "tw test" and it works, really superb, thanks!! p.s. downloaded curl from the curl site so it includes the libs |