I am a design engineer at Automattic, the company behind WordPress.com, working with the Theme Team to address the design concerns of millions of WordPress users.

TwitterBar

Update: TwitterBar has been acquired by HootSuite and has been renamed HootBar.

TwitterBar was an extension for the Mozilla Firefox Web browser (originally written by Tony Farndon) that allowed you to post to Twitter from the Firefox address bar.


233 Responses to “TwitterBar”

  1. Dave Says:

    hey; thanks for the great extension; very useful. Just for info: I had trouble using this at work; I ran wireshark and found the problem was that the proxy was rejecting the packet because there was no content length set. I fixed it by opening the xpi file and changing the following code from:

    req.onreadystatechange = getTwitterResponse; req.open(“POST”,”http://”+username+”:”+password+”@twitter.com:80/statuses/update.xml?status=”+status, true);
    req.send(null)

    to:

    req.onreadystatechange = getTwitterResponse;
    req.open(“POST”,”http://”+username+”:”+password+”@twitter.com:80/statuses/update.xml?status=”+status, true);
    req.setRequestHeader(“Content-length”, “0″);
    req.send(null)

    this seems to work fine.

    You might have a better way of fixing this; I just thought I’d let you know what worked for me

    Thanks again

  2. Dan Says:

    Nice extension. I’m new to Twitter, and was thinking “this really needs a FF extension to allow me to send a tweet without going to the Twitter webpage”; and voila!

    One curiosity: For some reason, the character countdown decrements by 20 extra characters when there is a URL in the URL bar. As soon as I type the second ‘/’ in ‘http://', the char count drops from 134 to 113. I am no programmer, but when I looked in the source, I saw that ‘count’ is calculated two different ways, so I assume this is intentional; is it something required for sending URLs to Twitter?

    Anyway, great job and thanks for the extension.

  3. Christopher Finke Says:

    Dan: the issue you’re seeing is because TwitterBar inserts “Current Browsing:” in front of any URLs you send to Twitter. This accounts for the 20 character change.

    Note: You can change the “Currently Browsing:” text by changing the value of “extensions.twitter.web” in about:config.

  4. guruubii Says:

    Hi, When i try to post I get an error that says “could not authenticate you” but I’ve verified my password a ton of times, I cant find the problem :(

  5. Stefan Says:

    Hey,
    very sweet! Ich hoffe, dass ich nun öfter Zwitschern werde….

    Thanks for this very useful plugin!

    Stefan

  6. Stuart Says:

    For some reason my address bar height has now changed by about 10px in height, even the favicon is stretched. When I disable twitterbar it comes good again. Any thoughts as to why the look of my address bar might have changed?

    Regards.

  7. dupola Says:

    haha,Great idea.I saw another addon that can send tweets in the search from.

    Thanks.

  8. Amy Says:

    Flock, like a Christmas Tree? It’s providing me with imaginative mental pictures! Just kidding of course!

  9. Christopher Hitchcott Says:

    Hey, just wondering if there is a shortcut to post to twitter, rather than having to click the icon? Perhaps you could add an option to customise this in later versions; it’d be nice to just be able to [alt-return].

  10. Susan Says:

    HI,
    I’m trying to install the twitter bar extension on the Flock Browser and it’s not working. I know that it does work with this extension as many people who are doing the 30 Day Challenge with Ed Dale are using it. Any suggestions?

    Thanks,
    Susan

  11. WWWWolf Says:

    This looks like a handy extension. Any chance that you would support specifying the website API root in the future? This would make the bar work for any laconi.ca based server (such as identi.ca), which are compatible with Twitter API. For example, for identi.ca, posting is as simple as changing [http://twitter.com/statuses/update.xml] to [http://identi.ca/api/statuses/update.xml].

  12. Sav Says:

    Great piece of code! Nice, minimalistic and discreet! Thank you!

  13. Frank Abrams Says:

    clean and serene – I like it!

  14. Ian Says:

    WOW! Great add-on! I especially love the currently browsing thing. :)

  15. Geir Says:

    Hi! Nice addon, really enjoying it!
    But a thought, is it possible, when posting only a url, to change the “Currently reading: ” part with the title of the page you’re posting?

  16. Kristen Says:

    I love this add-on, but uninstalled it when I upgraded to FF 3.0.1. When I tried to reinstall it, it now says that it’s not compatible with FF3. But I want it!

  17. zustand Says:

    this rocks!! thx from berlin

  18. Samantha Says:

    Okay, so I’m late to the party, but I love this addon. Easiest way to Tweet yet!

    @Kristen: I am using FF 3.0.2 and it works great for me. Please try again!

  19. Jon Says:

    I had a problem posting the below URL. TwitterBar split the URL oddly and only tinyurl’d the part up to the end of the im:.

    http://news.yahoo.com/nphotos/Barack-Obama/ss/events/pl/020807obama/im:/080924/480/77b900c2f9fa4fa298cfa43d396d4825/

    resulting shortened URL is broken:

    http://tinyurl.com/5y5t6r=/080924/480/77b900c2f9fa4fa298cfa43d396d4825

  20. Benoit Caccinolo Says:

    @Christopher Hitchcott: just type your message followed by the –port and press Enter :)

  21. Heather Says:

    Great add-on! I know I’m going to Tweet a ton more with this thing perched atop my screen. No more excuses.

  22. mike Says:

    Could you pls add identi.ca support?

  23. Tolefairy Says:

    Really, really nice! Thank you!

  24. rob Says:

    I cannot get it to install on FF 3.0.3, instead getting the Error 203 thing, which I’ve seen before with other extensions too. I tried the fix as detailed here:
    Unable to install themes or extensions – Firefox – MozillaZine Knowledge Base

    Delete
    “extensions.ini extensions.cache extensions.rdf” and restart FF.

    http://kb.mozillazine.org/Unable_to_install_themes_or_extensions_-_Firefox#Corrupt_extension_files

    Still no go at the AddOns page, nor with File Open the xpi downloaded from Softpedia. Any idea if it has a conflict with some other extension?

  25. Jono Martin Says:

    I love this add-on. The only thing I don’t like is that it somehow interferes with the Blank Canvas Gmail Signatures add-on. When TwitterBar is enabled, the Blank Canvas Gmail Signatures add-on doesn’t work.

    Any thoughts on that? Thanks again for a great add-on for us Twitter users.

    Jono Martin

  26. Anonymous Says:

    Great app. Two suggestions: 1. A record/pause setting which tweets address bar on every change. 2. Tweet search bar contents for when a search is started from the search bar. Thanks.

  27. Vick Says:

    Hi,
    Wonderful extension.
    How do I access Twitterbar icon from the keyboard? Would be very cool to have that!

  28. Tomek Says:

    Hey, great extension. I am new to Twitter, but TwitterBar is really THE thing, for me.
    Also, like Vick, I would love to know, how to access “Post to Twitter” icon from keyboard. If it’s not avaible now, maybe, Christopher, you should consider putting it in a new version.

  29. Spacebom Says:

    Hello. Thanks for the plugin it’s very useful.

    I have modified the file twitterbar.js archive for change “Currently browsing…” message.

    It could be good idea if everybody could change it by a more simple way.

    Best regards.

  30. Jeff 'SKI' Kinsey Says:

    Where is support for TinyURL?

  31. john Says:

    Noticed an error when posting.
    I had a url with spaces in it a pdf file. When i posted it didnt put in %20 to replace the spaces. The tiny url was broken.

    Hope this helps. cheers

    http://zebracube.wordpress.com

  32. Dave Says:

    The Options dialog box appears, but doesn’t show the “OK” button. What am I missing?

    Thanks.

  33. Newcomer Says:

    This addon posts without asking for confirmation. That should be fixed because it’s too easy to post without intention.

  34. Ian Brodie Says:

    Chris – love twitterbar!

    One question – is it possible to configure to use twurl rather than tinyurl as the URL shortening service. I’d like to take advantage of the ability of twurl to track clicks.

    Ian

  35. rogerpfaff Says:

    I wrote you already by mail but for everyone who doesn’t want for a new release I say it here too:

    I extended the add-on so that the title of a page is added to the tweet. if you’re interested you can download it here http://rogerpfaff.de/en/content/firefox-twitterbar-extension-hack-update

    regards
    roger

  36. Magali Says:

    Doesn’t seem to work with Firefox 3.0.6?

  37. Ian Says:

    My post button has disappeared with 3.0.6. any ideas?

  38. Twitch Says:

    Nice extension, unfortunately for me, the “–post” shortcut is short-circuited by one of my “must-have” extensions – SuperDragAndGo (version 0.2.6.3-directional) Weird.

  39. Julia Says:

    Any way we can use the full url of the site we are posting? and not use the tinyurl?

  40. Anonymous Says:

    where is it possible to find this hack?

    http://rogerpfaff.de/en/content/firefox-twitterbar-extension-hack-update

    It does not seem to be on the web page and would be extremely useful!!

  41. andychin Says:

    my Post button has disappeared on FF306.

  42. Jared Says:

    How about adding bit.ly or is.gd support for auto-shortening URLS?

  43. greggace Says:

    giving your app a whirl today…
    did 3 as of this writing and its so far okay…
    will get back to ya— if I feel its not up to stuff…

    peace…greggace

  44. Jeketem Says:

    Could you produce a similar extention using the Remember the Milk api.
    I love the simplicity of your application but i cant get RTM and Twitter working together.

  45. Dougie Says:

    Thanks for maintaining this. It’s a superb FF addon. So much easier than having to cut’n'paste URLs from FF into Tweetdeck to be able to tweet them.

  46. jeremy young Says:

    Great work, use this all the time. Thanks.

  47. Revisit Says:

    It keeps on requiring authorisation. I think that that is taking more than a second. :I

  48. Phil Massyn Says:

    Is there a way I can prevent TwitterBar from asking permission everytime I reboot & start Firefox? It’s really distracting..

    Thanks

    Phil

  49. ZipZink Says:

    Thanks – TwitterBar is for me, by far, easiest way for me to post to twitter.

    I use it along with scripts I’ve written in AutoIt. If you could build in a URL-shortener it would be outstanding.

  50. Angelo Alberico Says:

    The new Auth system is broke, EVERY TIME I try to tweet it ask me to authorize, I do and it doesn’t remember. I’ve tried this on both my mac and windows systems. Great/useful tool before you added Oauth.

  51. Michael Weiksner Says:

    Thanks for creating TwitterBar – I find it indispensable. I just installed the new version, and I see that you have migrated from tinyurl to is.gd. Fine. But seeing that change made me wonder: can you hook up bit.ly instead? bit.ly lets you track the clicks on your links, which is definitely worth something to me.

    Thanks and keep up the good work.

    – Mike

  52. Todd Says:

    I’m having a the authorization problem too. It continually asks me to reauthorize twitterbar to use my account. Is there a way to solve this? Sorry if I am missing something obvious.

  53. David Says:

    This is a great extension. I use it a lot to post links and updates for my students to follow.

  54. Effective Web Design Says:

    I didn’t read all comments above, maybe i’ll repeat somebodies suggestion, but i didn’t see this feature in the current version.

    I think its a good idea to have an option when submitting the tweet to include the TITLE tag of the web page (link) that we submit.

    Thanks

  55. dailybarid Says:

    i will return to old version because the last have problem with some thing : autho error

  56. millionart Says:

    Bug report:
    the “before url” in options dialog cant input chinese or japanese, maybe it doesnt support utf8.
    Some wish:
    let me choose and change some shortcut key to post.

    thanks.

  57. amoswhite3 Says:

    Thanks for the Twitterbar update. Great ff addon!

  58. kidtechguru Says:

    I Agree! I think its a good idea to have an option when submitting the tweet to include the TITLE tag of the web page (link) that we submit. see http://www.myce101.com

    thanks

    Julius
    http://www.julrides.com

  59. Piyush Says:

    I have Firefox 3.0.7, i gives error:
    “TwitterBar encountered an error (401) ”
    I think its because , i didnt sign in..
    How to sign in to my account through TwitterBar.
    When i click “Reset Authorization Settings” in options. nothing happens..

  60. Royston Morgan Says:

    I am having a lot of trouble with this add on since the ‘upgrade’ – keeps requiring reauthorisation and stalls regularly. Is it possible to revert to the previous version. Else will have to be uninstalled – also crashes Firefox occasionally which is strange.

    Roy

  61. Brendan Says:

    Thanks much! I enjoy Twitterbar a lot. I have also had trouble with authenticating, though. I’ve found that if I log into twitter first, then install the add-on, the authentication works fine.

    I’d also like to second the option to turn off URL shortening.

  62. max Says:

    Since v 2.x I can’t use twitterbar on my two pcs anmore.. up to that point of time I had it installed on my laptop and my office pc. however somehow it only works now on one computer at a time. so i have to authorize the pc i use every single time again and again.. that sucks. is there any other solution for this?

  63. mazenovi Says:

    error message “TwitterBar encountered an error (401):” when I want to allow twitter profile access … any idea?

  64. Jamie Says:

    Hey. Great idea. I am trying to use it and this is the message that keeps coming up:

    Invalid / expired Token
    /statuses/update.xml

    what I am doing wrong – you can email me.

  65. Christopher Finke Says:

    The “Invalid / expired Token” error was due to a combination of a bug in TwitterBar and an API change that Twitter made. You can download an update to TwitterBar that fixes the bug at http://is.gd/rIsP or you can wait for Mozilla to approve the update and have Firefox download it automatically, although this may take a couple of days.

  66. Henning Ulfarsson Says:

    Hi,

    I regularly use TwitterBar but with the newest update the support for Icelandic letters (æ, ö, á, í, etc) is gone. Any chance it can be fixed?

    Best,
    Henning

  67. Salta3317 Says:

    würde gern mehr über Twitter erfahren, wer hilft mir?

  68. Ann Says:

    I am trying to enter into twitter but when trying to register, I am told that my user name is invalid! Please help!! xXx P.S. I am not really computer literate! xXx

  69. Jacob Says:

    Thanks for the 2.1.2 update it fixes the token error temporarily for me, but when I get twitterbar setup on one machine then get home and use my laptop, I get the token error again. Even though I have 2.1.2 installed. Is there something I can do?

  70. bringerj Says:

    I want to delete Twitterbar. Any ideas on how to do this?

  71. Kelly Says:

    ey! love this add-on! great work!

  72. Morgan Sully Says:

    Howdy Chris,
    TwitterBar ROCKS. I’ve used it a for quite while now and the time you’ve spent on it is so awesome. I noticed that after I upgraded, long URLs are automatically shortened using is.gd. I’m a heavy user of bit.ly for it’s analytics (which also rock) and am wondering if there is a way to either turn *off* the is.gd shortening service OR, even better, have it use bit.ly instead (with my account).

    I’d be happy to provide any feedback, testing on teh awesome next version of TwitterBar
    -m

  73. StoreCrowd Says:

    I’ve been using Twitthat! for a while now but find Twitterbar a much nicer integration & feels cleaner. Plus it also takes up one less space on my Bookmark Toolbar :)

  74. Timgray Says:

    sorry but version 2.1.2 is still giving me the problem. It works under OSX but on my vista64 laptop it says it’s unauthorized. yes I reinstalled it twice it still will not work. and yes it IS authorized.. my OSX machine at work is operating perfectly.

  75. sprabs Says:

    For someone who asked above, keyboard lovers can just type –post in the address bar after their tweet to send it. Note that tweet is posted AS SOON AS you type in –post i.e. no need to press enter.

  76. sprabs Says:

    Read -post as –post in the above post.

  77. sprabs Says:

    Just a quick clarification, there are TWO hyphens required before post. For some reason, the two hyphens appear like a single long hyphen in posts above.

  78. Ewen Says:

    I like it but it removes some icons (& therefore their funnctionality) from the address bar, namely the Xmarks icon & the RSS icon for the Newsgator add-on.

    That’s a deal-breaker for me.

  79. red Says:

    so this is just like Twitlet huh…………………..

    i use now 3 types or 3rd party Twitter app..the amazing TweetDeck, Twitlet (in my Google Chrome) and now Twitbar…(in Firefox)

  80. Anonymous Says:

    version 2.1.2 is still giving me the problem. It works under sabayon and firefox 3.0.8 but i can reach the authorization from twitter or wathever… yes I reinstalled it twice it still will not work. and also i reset the autorization from twitter… but it’s not working…

    :(

  81. janice jenkins Says:

    do not want to install twitter

  82. Gary Says:

    every useful tool, however is there a short cut key to post twit without having to use the mouse to hover on the icon and click to post?

  83. Christopher Finke Says:

    Gary: Just type –post at the end (don’t press enter), and it will post.

  84. Milo Says:

    Great idea, but the one-click tweet isn’t usable without the ability to dynamically include the title of the url you’re tweeting. Why would anyone reading that tweet click on a shortened url with no description? Failsauce.

  85. Milo Says:

    Great idea, but the one-click tweet isn’t usable without the ability to dynamically include the title of the url you’re tweeting. Why would anyone reading that tweet click on a shortened url with no description? Failsauce.

  86. Scott Costello Says:

    great extension, I just got into twitter and will be using this often. Thanks!

  87. TOULOUSE Says:

    comment supprimer cette fenêtre qui me demande un mot de passe que je ne connais pas !

  88. zeta Says:

    it will be good a easy way to switch accounts

  89. Spritemoney Says:

    Wow! Really useful. Although i wanna use another url shortern thing, can i do that? It looks like I can’t. Now i’m updating more on twitter because of tweetbar

  90. bedo Says:

    every useful tool, however is there a short cut key to post twit without having to use the mouse to hover on the icon and click to post?

  91. George Says:

    Twitterbar used to work for me, but after an update it no longer will connect. Whenever I try to post I get an error box that says:

    Twitter responded with an error (401):
    Failed to validate oauth signature or token

    I am running FF 3.1.10. I have uninstalled and reinstalled Twitterbar. I revoked and un-revoked access to Twitterbar on the Twitter site. Anyone have suggestions on how to get it to post?

    Thanks!

  92. Gina M Says:

    Just testing our Twitter. Newbie Twitterer :)

  93. George Says:

    An update on comment 146. Twitterbar works fine from the browser on my laptop, but not from the browser on my desktop. Is there some kind of problem trying to access twitter from 2 different computers via Twitterbar? Thanks!

  94. Jilles van Gurp Says:

    Thanks for this extension. It’s the best UI for entering tweets as far as I’m concerned.

    I had some issues with authentication after recent extension upgrades. It was complaining about invalid oauth token. Resetting the authentication from the preferences didn’t help (despite the oauth roundtrip it triggers) however the following did fix things for me:

    1 go to about:config
    2 type twitter in the search field
    3 note that the twitter bar oauth token setting is NOT set, despite several oauth roundtrips to twitter
    4 right click and reset all the twitterbar entries (empties them I assume)
    5 restart browser, it will ask to authenticate and this time actually stores the token

    Done!

    A second minor bug: the spinning icon spins forever after failed authentication even though it is no longer waiting for a response from the server.

  95. Coolest Geek Says:

    Great, thanks for this program, I love how it’s lightweight. Ok it’s no TweetDeck, but then again, sometimes I just want to post a tweet and not have to load up that hog of a program and get all my updates from elsewhere. So twitter bar does the job. Love it – Thanks. Ollie – Coolest geek on the net!

  96. AJ Armstrong Says:

    What a great extension. I hooked this up to my Twitter account and hooked my Twitter up to my Facebook account, and now I’m updating both at once.

    -Thanks.

  97. Kuroir Says:

    How about instead of that predefined message that you can setup when you send urls, you add the title of the web page?

    For example, I’m visiting this site http://www.chrisfinke.com/addons/twitterbar/ and I press the button, then it posts on twitter as:

    I’m checking out : Twitterbar ( http://www.chrisfinke.com/addons/twitterbar/ )

    ( )

  98. Dan Says:

    Love the app. Having a couple issues though. On my wife’s computer, it continually says it can’t do the oauth thing. I have tried some of the tricks I have read around here, but to no avail. It worked fine on my computer. Incidentally, we are both using the latest macs with the latest OS, for what it’s worth.

    Second, when the window pops up asking if I want the social search thing, I hit cancel, thinking that this is referring to the magenta colored box in my url bar. If it is, I don’t need that and don’t want any more things in that bar than is necessary. But regardless, it still shows up. Thoughts?

    So, until I can get those two things settled, I am back to version 1. I preferred the simple dot idea too – doesn’t have to be a grey dot or anything, but I would like something more generic.

    And for those who think this app is too simple, that’s exactly why I love it so much. I don’t want to open up two or more apps to tweet.

    Oh ya, I would also prefer a tiny url creator with stats, as others have mentioned.

    Keep it up! Great add on.

  99. kelvin Says:

    cool stuff though, BIG UPS!!!

  100. Daniel B. Says:

    To George, comment 153, I have the same problem. Can’t figure out what’s the problem, so I haven’t tested this add-on yet.

  101. Cathy Says:

    Lazy people LOVE your add on. I am a lazy person. I LOVE Your Add on! Because of research and those following me on Twitter, I have to pass on vital information we come across. Simply using the bar means I do not have to constantly log into my page when on the Net. One of the best add ons Firefox was lucky to get! Thanks for the hard work.

  102. devhubfan Says:

    thanks for the great plugin, which makes my life more easy.:)

  103. ViperGeek Says:

    Thanks for an excellent, lightweight, easy to use extension. TwitterBar is now my primary way to post quick notes or Web pages.

    I’m a bit disappointed that you moved from is.gd to .tk (Tweak) for URL shortening. I realize you’re saving ~3 characters, but I’ve been using is.gd for a very long time and prefer it over all the other shortening services. Perhaps in a future release, you’d consider making this a configurable option?

  104. Wisdoom Says:

    Hi, I don’t know if what I’m going to say is doable, but I had and idea you may like.

    When you click the ‘Post to twitter’ button, instead of a confirmation, could you put a space to write, so you can personalise each tweet??

    Just an idea ;)

  105. Craig Says:

    Yeah – I am after something like Wisdoom too. Like, when you post is there a variable that could be used for the (shruken) URL.

    e.g. “Reading and interest post about the excellent TwitterBar.. %%”

    When %% would be swapped out with the URL.

    Often the page title ($$) is not that great a summary of the page content.

  106. Craig Says:

    Just to answer my own question posted above, and perhaps yours @wisdoom

    All you have to do to post a URL (shortened) with a personal message is type your message in front of the URL, leaving the URL in place. Click post and on twitter you will see:
    “My personal message http://12345.tk

  107. Robert Wictorzon Says:

    Great plugin! I just want to know why you changed the short url handler? Those %¤#&@.tk takes forever to load, if they load at all. I’ve been using Twitterbar for some time, and I haven’t noticed this problem before. Please change it back! :)

  108. Rachel Says:

    I’ve been using Twitterbar for months with no problem and love it. I installed some update to Firefox last week and the post icon disappeared from my browser address bar. I’ve tried uninstalling, reinstalling it and disabling my other add-ons to determine the problem and nothing. I’m running Windows Vista and Firefox 3.0.11. Any ideas on how to fix it?

  109. Seth Says:

    Why is Twitterbar now showing an Asian Favicon when sites do not provide one of their own now?

  110. Pontus Berg Says:

    Twitter bar is one of my all time favourite plugins! Makes it so much easier. Only drawback is that I get all confused using computers and browsers where it’s not installed as i take it for granted in all my work locations ;-)

  111. Kyle Says:

    Thanks for the addon , but i think if it’s to add the current page title on the default tweet,it’s better.

  112. Tina Says:

    My twitterbar is not working. (re-installed, no help)
    It says
    I wonder if this is because I changed the firefox address bar search default setting last week… (running with windows XP and FF 3.5)
    any advice? thanks in advance.

  113. Ankit Aggarwal Says:

    Great extension. Must say.I was not posting on twitter just because it was too much to post a tweet especially when you are on slow connection. But after getting this extension all my tweets are from TwitterBar. Lot more add-ons are released to post directly from firefox, but this one is my fav. till date.

  114. Robert Says:

    Hi

    Great tool!! Is it possible to managed 2 twitter account with this tool. I like to switch between the two accounts….

    Thx

  115. Nina Says:

    as 177 Rachel sais: with FF 3.5 Twitterbar post icon disappeared and I have done all thats possible to fix it.
    Me too running Vista.
    I´m soooo sad…
    help me, mr tweetbar :)

  116. Top PS3 Games Says:

    Hey Chris, great tool.

    I have recently changed my Twitter name and now when I post via TB it is not posting to my Twitter account.

    Is there a way to change the name on TB?

    Thanks!

  117. zeocu Says:

    The new Auth system is broke, EVERY TIME I try to tweet it ask me to authorize, I do and it doesn’t remember. I’ve tried this on both my mac and windows systems. Great/useful tool before you added Oauth.

  118. Nima Says:

    Hi,
    I use Firefox 3.5.1 but I receive the error 401. What should i do? I also couldn’t use the “Reset Authorization Setting”
    Help me plz

  119. Jasmine Says:

    TwitterBar encountered an error (401):

    /oauth/access_token
    Invalid / expired Token

    Love the app but got this error.
    Running on vista.

    Thanks!

  120. M) Says:

    Great handy tool. Thanks so much. FYI, I hid the icon in the address bar and then brought it back and now it sits on the left of the address. :/ Fix this if you can.

    I have two ideas to share as well. Consider showing the icon only when typing in the address bar. Also, as mentioned in an earlier post, consider creating a shortcut key instead of –post. Like ALT enter. My fingers are twitching to have this.

  121. Katherine Says:

    What do I need to do in order to authorize the Twitter Bar to access my twitter account in order to be able to post??

    Please let me know ASAP.

    Thanks.

  122. Free Articles - KeyKnowHow.com Says:

    Great extension; simple

  123. Randall Says:

    Hi,
    I have firefox 3.5.1 too but I can’t running Twitterbar. I’ve tryed to download and install it 4-5-6 times but nothing happened… Restarted firefox every time and already my PC.
    Can somebody help me?

    Thanks in advance,
    R

  124. Clive Says:

    I can post a Tweet or a URL but cannot do the two together. Maybe I am missing something?

  125. Fernando Says:

    Error in –options command

    Error de lectura XML: entidad no definida
    Ubicación: chrome://twitterbar/content/optionsDialog.xul
    Número de línea 28, columna 3:
    —————-^

  126. Helen Hunt Says:

    Thanks for this lovely addon. I currently use twitterfox which sits on the status bar, and think it’s a good idea to try yours and see how they compare.

    Thanks again for sharing :)

  127. Larry Says:

    Let me just say that I love this add-on. It has become the de facto manner by which I bookmark interesting web sites. One small annoyance though…whenever I post to Twitter, usually by clicking the address bar (+) icon, a new Firefox tab automatically opens up to show me the tweet at my Twitter home page. Is there a way to suppress this from happening? All I really want to do most of the time is tweet away and not get distracted/interrupted.

  128. Sebastian Says:

    Hey Chris,

    thank you very much for this addon. I am new to twitter and I love ur addon right from the start!!

    Keep on the good work!

    Sebastian

  129. Christopher Finke Says:

    Larry: In the TwitterBar options (type –options in the address bar), there is a checkbox to turn that feature off.

  130. videolar Says:

    The new Auth system is broke, EVERY TIME I try to tweet it ask me to authorize, I do and it doesn’t remember.Thank you..

  131. Jake Says:

    Are you planning of making one for Safari?

  132. Ishak Says:

    #196 Randall. I have firefox 3.5.2 and initially thought that the addon could not be found. It is in the address bar. You’ll see the blue twitter icon, just click that and you would be required to authorize postings to you twitter account- just once. Then write your tweet and click the tweeter icon and you are done.

    Thanks Chris for an awesome tool!

  133. CT Says:

    Hi everyone,

    Great add-on…but a question…
    I use this add-on to publish both on Twitter& Facebook.
    The question is :
    Is it possible to post with my twitter-bar on my Facebook profile AND on the Fan page I manage ???

    Maybe with 2 different twitter bar ???

    Thanks a lot,
    Best Regards,
    Control Tower
    http://www.facebook.com/pages/Control-Tower/15081197465

  134. Linda Says:

    I added Twitter and every time it tells me that I need to authorize, but I can’t seem to figure out how to do that…
    Please advise….

  135. apex Says:

    Hey! it’s not working on 3.5.2 401 error invalid token

  136. youtube Says:

    I use this add-on to publish both on Twitter& Facebook.

  137. 22vanilla22 Says:

    Hey where is Chrisdog93?

  138. erkek bileklik Says:

    as 177 Rachel sais: with FF 3.5 Twitterbar post icon disappeared and I have done all thats possible to fix it.
    Me too running Vista.

  139. Anonymous Says:

    yes, it doesnt work on my 3.5.2 ,too …error 401 :(

  140. litercilio Says:

    oi é a primeira ves que eu entro no twitter, ainda não sei como funciona, espero que eu apreendo logo

  141. onlinesitem Says:

    Twitterbar post icon disappeared and I have done all thats possible to fix it.
    Me too running Vista.

  142. SubmitguRu Says:

    Thank you for Twitterbar ! I like it. Thank’s again !!!

  143. kang dwi Says:

    I added Twitter and every time.
    THANK FOR INFORMATION

  144. Mark Felix Says:

    Great, love it…Mark

  145. Roschelle Says:

    I love it. I just recently found out how much better firefox is as opposed to IE. And then I received an added surprise with all the add-on features that are available. Great work. Thanks so much

  146. Terry Says:

    Pretty cool…

  147. praveen Says:

    i love twittor.. nice .. thanks

  148. John Kevin Beaver Says:

    Wel Just Upgradeing Around on Here Eh?!:

  149. Bob Borghart Says:

    Is it possible to ad the active url when posting a tweet from Twitterbar? One can click on the twitter icon to post the url which results in a ‘currently browsing’ text followed by the link on Twitter or write a tweet from the Firefox adress bar without the url of the webpage, but is it possible to combine both in the current version of Twitterbar? Being able to write a header or subject line that inserts the webpage?

  150. Dean Cruddace Says:

    I agree with Bob (#230) it would be nice to extract the title of the page being browsed to accompany the link. Is this already available through about:config?

  151. John Kent Says:

    I fully agree with Dean

  152. Nico Coer Says:

    Hey!

    I LOVE this Add-On an insane amount, it has really helped with my productivity (don’t have to bring up a new window to tweet a new resource). I’m wondering if you have plans to make one for Google Chrome? I’m considering switching (I downloaded it) but the lack of twitterbar makes me a little doubtful about how useful it will be for me.

    Thanks!

  153. bpp candipuro Says:

    Great idea.I saw another addon that can send tweets in the search from.

    Thanks for Information

  154. DDN Says:

    Thanks bro i like twitterbar

  155. Mike Says:

    How do I change between Twitter accounts?

  156. sourav ray Says:

    Twitterbar is an amazing tool for stealth mode twitting. I use it a lot when I’m in office. Thanks Christy.

  157. devon Says:

    how do i get a twitter account

  158. auto sport Says:

    Twitter Bar – Twitter works because it is plain and simple.

  159. ROFLcOptimist Says:

    Hey there, Twitterbar is a nice Addon.
    Why did you remove dot.tk as Url Shortener since the new version? It takes 3 more characters.

  160. kathie Says:

    hey!
    i changed my twitter password, do i need to like change it on twitterbar as well or something?
    thanks man, kathie:D

  161. Dugald McLachlan Says:

    hi Chris Finke!
    unable to log in to twitter bar at present.
    Thank you
    regards
    DMcL

  162. kefelegn minda Says:

    how can i use the twitter bar properly?

  163. video75 Says:

    I saw another addon that can send tweets in the search from

  164. Arkantamis Says:

    Hello! Excellent App… But it’s still having the problem with the XML options dialog… It was working anyway, but I updated to the last version (2.7.3) and the app didn’t work anymore… =(

    Some ideas? (I’m using Win7 and the last version of Firefox…)

  165. Gitana Says:

    TwitterBar is really helpful.
    Thanks so much :D.

  166. vikas yadav Says:

    All is good except a major problem these days.
    If I try a really long tweet which is beyond 160 char (or some) limit then bar does not complain that twitter has refused and you even looses the tweet from the address bar. now there is no way to get what you were writing and it was saved nowhere.

  167. Advericks Says:

    Firefox 3.5.5
    Vista Home

    Error de lectura XML: entidad no definida
    Ubicación: chrome://twitterbar/content/optionsDialog.xul
    Número de línea 4, columna 1:

    <prefwindow
    ^

    Please, thanks

  168. Zay?flama Says:

    has refused and you even looses the tweet from the address bar. now there is no way to get what you were writing and it was saved nowhere.

  169. Suggestion Says:

    Hi, thank for the great application.
    Could you please add a new function. That is a notation that a webpage has been added to twitter already so one doesn’t post the same address to Twitter twice.

    Let’s me explain. I used to open many webpages in tabs and switch back and forth all the time. I post the address of the interesting webpages to Twitter through your application. Sometimes, I post an address twice because there’s no sign that the webpage (in some tabs) has been posted to Twitter.

    Thank you very much and happy holidays

  170. Tony Nguyen Says:

    I don’t normally post but this is one of those amazing app that needs to be shown to the world. Thank you for your development.

  171. jake Says:

    I preffered the t symbol instead of this stupid bird that I almos can’t diferentiate in my adress bar

    I would be cool if you return to the t symbol or if you give us the chance to choose which symbol we like the most

    thanks!

  172. Noraldo Says:

    Ok, the URL shortener with bit.ly, doesn’t appear to work on FF 3.5.7. Not sure how it should behave: should it shorten the URL as I paste it in, or while it’s sending the tweet? It’s not doing either, so..

  173. chris finlay Says:

    Any change we will see Twitter Bar for Chrome any time soon? Love Chrome and love Twitter Bar. My life is at cross roads!

  174. Christopher Finke Says:
  175. videoiizle Says:

    love Twitter Bar

  176. Enrico Says:

    Grande componente aggiuntivo! Mi piace molto ed è molto comodo!!!
    Great add-ons! I like very much and it’s very useful!!!
    Thanks.

    Bye bye from Italy,
    Enrico

  177. ikinci el oto Says:

    Twitter Bar – Twitter works because it is plain and simple.

  178. ssk sorgulama Says:

    Twitterbar is an amazing tool for stealth mode twitting. I use it a lot when I’m in office. Thanks Christy.

  179. terow Says:

    twitter bar is so useful, because of this I feel more comfortable to tweet ;)

  180. Laptop Drivers Says:

    Is it possible to ad the active url when posting a tweet from Twitterbar? One can click on the twitter icon to post the url which results in a ‘currently browsing’ text followed by the link on Twitter or write a tweet from the Firefox adress bar without the url of the webpage, but is it possible to combine both in the current version of Twitterbar? Being able to write a header or subject line that inserts the webpage?

  181. rubdottocom Says:

    I don’t know if this is the correct place to talk about bug/features of Twitterbar, sorry if not.

    The new functionality of posting with command –post is AWESOME, but, if you post using it and your tweet exceed 140 characters and then you cancel the prompt message (because you want to correct the twweet) you can’t do this, the tweet is erased after cancel the prompt.

    Regards

  182. Scott W. Allen Says:

    I need https://twitter.com support. Can you add this?

  183. videoizle Says:

    I feel more comfortable to tweet ;)

  184. Suggestion Says:

    Hello,
    Right after posting an URL (called X) to Twitter, you switch to another tab with URL Y; the posted URL X will be placed in adress-bar where it must be URL Y.

    Is it a logical mistake?

    Thank for your great application.

  185. Turkmanga Says:

    Great, thanks for this program, I love how it’s lightweight.

  186. Anne Says:

    I can’t seem to tweet via twitter its self, since I installed Twitterbar is that me or Twitter?

  187. A suggestion Says:

    Could there be an option to only shorten links if the message is too long? I like to post the original link if it will fit and this isn’t too much ask (plus I really wonder about all these url shorteners… do the links ever expire? over time, they’ll just get longer and longer if they don’t purge or recognize when the same link was already used… try it. You can get as many different links to the same page with any service… they don’t recognize that they already have a link for _____ website).

  188. Pepe Says:

    Hy Chris

    TwitterBar is a cool Firefox Add-on.

    Unfortunatly there are still bugs in case you have more than one twitter account registered in TwitterBar.
    I have two twitter accounts registered and I have the following problems:
    1) If the text is to long (longer than 140) and I send it two my _second_ twitter account, I receive first an error message and afterwards its posted on my _first_ twitter account.
    2) If I post a message with TwitterBar to my _second_ twitter account, sometimes it will be posted to both twitter accounts.

    I hope you can fix these problems.

    Cheers, Pepe

  189. Rossi Spidey Says:

    i’ve used twitterbar and i didn’t found any problem…thank for twitterbar

  190. Sarkislali Says:

    Great, thanks for this program, I love how it’s lightweight.

  191. David Says:

    FF 3.6.4 on Linux, trying to authorize my account fails with “TwitterBar encountered an error (401):

    /oauth/access_token
    Invalid / expired Token

    Have tried removing TwitterBar and reinstalling. Twitter says TwitterBar has R/W access to my Twitter account. Trying to send a tweet just hangs with something in the TwitterBar status section saying “Authorizing”, tweet never goes. Even removed my account and added it back, still gets same message.

    What to do?

  192. LaZyLion.ca Says:

    After posting the current url, the text in the address box is not restored.

    It either goes blank and displays “Search Bookmarks and History”,
    or it displays the url from another tab, usually the first tab, or tab(1)
    if the tab order has been re-arranged.

    Otherwise, it’s great, thanks.

  193. Iba01 Says:

    I had a problem posting the below URL. TwitterBar cp9410 split the URL oddly and only tinyurl’d the part up to the end of the im:.

  194. Andy Says:

    love the idea of this… can’t get it to work though. stops at the authorisation process with the following error

    “TwitterBar can’t contact Twitter because Twitter is down.”

    twitter does not look down to me. any help?

  195. muri Says:

    Is anybody using on windows firefox 3.6.8 ?
    Mine doesn’t work anymore. ‘Authorizing’ on address bar forever.
    It worked on 1 or 2 months ago though.

  196. muri Says:

    sorry, it was another add-on’s problem. it works on 3.6.8.
    please remove comment above(292).

  197. Chris Says:

    Excellent tool! Now I use twitter more often, it’s so comfortable now :)
    Thanks!

  198. thats so cool but can u stop the error Says:

    thats so cool get the error off my account please because its stopping other staff not inportant staff though anyway have fun :) smiles

  199. thats so cool but can u stop the error Says:

    sorry again just testing something

  200. Brody Says:

    Is there a way to edit the text that will be posted when I want to tweet the page I am currently reading? I’m not talking about the using $$ in the options, but rather a way to edit the proposed text before it is actually posted to twitter. Maybe I don’t want the page title or only want a portion of the page title. Maybe I want to add a customized message per tweet. Is this possible?

  201. Statik Elek Says:

    The new Auth system is broke, EVERY TIME I try to tweet it ask me to authorize, I do and it doesn’t remember.

  202. belt pres Says:

    it works on 3.6.8. thanks

  203. l3utterfish Says:

    KEeps asking for autorization for my second twitter account. (doesnt recognice it). Anyone has this problem ? any solution?

  204. Anonymous Says:

    Tomorrow it is a familiar Friday since my Sundays are social jajajaa

  205. Micah Elliott Says:

    It seems smart enough to manage the character counter to know to reduce any long URL to the shortener’s equivalent length. So simply pasting a long URL will show the character length countdown as 119 (maybe off by one, but fine). That’s a great feature! I notice that the counter is *not* smart enough to recognize ” –post” on the end so if you’re using that method to post

    **you’ll need to remember to not worry about your length limit until the indicator says “-7″**.

    I don’t think this will be too easy to fix; maybe logic is “if at EOL and last current token starts with — then stop counting towards count.” Anyway, not a big deal but does need to be remembered by those of us who regularly hit the 140 mark. Thanks for a great tool!

  206. bluepicaso Says:

    hey there. one thing if you can do. When there is only one account use. Jut allow it to post directly rather than prompting or letting me write my big @username.
    else its awesome

    Thank you

  207. archivetr Says:

    thank you it works on 3.6.8.

  208. Rihanna Says:

    If u want more langs, i can help for Turkish.

  209. Alice Says:

    Freakin’ love this! Saves a lot of time and effort. Lol.

  210. Yusuf Kemal Says:

    I can’t use twitterbar

  211. Thalia Says:

    Hey the twitter bar was grate

  212. hotfile Says:

    I will use with 3.6.12 and after 4.I wish,it will be work

  213. suskun Says:

    It keeps on requiring authorisation. I think that that is taking more than a second. :

  214. @DARKFiB3R Says:

    Would it be possible in a future update, to have a box pop up when tweeting a URL, allowing you to view and edit the tweet before sending it to twitter?

    Thanks for the great add-on :)

  215. @alexzetapaul Says:

    I get this message

    WINDOWS XP PRO SP3, Firefox 3.6.13,

    TwitterBar ha encontrado un error (401):

    Failed to validate oauth signature and token

  216. Silah Says:

    Could there be an option to only shorten links if the message is too long? I like to post the original link if it will fit and this isn’t too much ask (plus I really wonder about all these url shorteners… do the links ever expire? over time, they’ll just get longer and longer if they don’t purge or recognize when the same link was already used… try it. You can get as many different links to the same page with any service… they don’t recognize that they already have a link for _____ website).

  217. behram Says:

    Wow, someone was thinking. A very good system you put in place. I’m sure it will take a lot of the stress away !
    Good work…

  218. ucuztatil Says:

    Hey the twitter bar was grate

  219. özel güvenlik Says:

    thank you mate

  220. Jilles Says:

    Hi,

    I have three Twitter acoounts. Everytime when I try to connect with twitter I get the following message :

    {“request”:”\/statuses\/update.json”,”error”:”Could not authenticate with OAuth.”

    Ofcourse I have these three accounts installed in TwitterBar. I can see this. I get the opportunity to select the specific account making the connection with one of these three accounts.

    Please can you help me?

    Regards,
    Jilles

  221. osmaniye Says:

    süper site

  222. likowatch Says:

    a {“request”:”\/statuses\/update.json”,”error”:”Could not authenticate with OAuth.” is an good way the add the witter to our Website Thanks
    we are fashion watches manufacture,do wholesale fashion watches online,
    so the witter is a good way to show the information.

  223. Helen Neely Says:

    Hi, I recently came across your add-on and was wondering why it did not support OAuth? I’m hitting authentication error when trying to post something.

    Any fix?

  224. Rev. Rick Stoneking Says:

    I use Chrome almost exclusively. Thanks for the Chrome version.

    You guys are doing a great job. Thanks for all your hard work

    Rev. Rick Stoneking

  225. IT Rush Says:

    Hmm, hope to get this thing running on Chrome.. love to see working already. Thanks.

  226. Pilote Says:

    And what about the Safari version ? with a little help from my friend
    Bonjour to everyone !!!

  227. Fatih Says:

    Really liked your post. Wish you continued success.

  228. robertoferre517 Says:

    I appreciate the opinions on this web site, it really gives it that community sense!

  229. Twilight Says:

    Really.Thank you very much :)

  230. Paul Says:

    Does this work with Chrome too?

  231. Sports Coaching Courses Says:

    This tool makes tweeting faster and more convenient. Thank you, now I can tweet my heart out.

  232. swellendam bnb Says:

    excellent publish, very informative. I wonder why the opposite experts of this sector don’t realize this. You should proceed your writing. I’m sure, you have a great readers’ base already!

  233. gratis gokkasten Says:

    Attractive section of content. I just stumbled upon your website and in accession capital to assert that I get actually loved account your weblog posts. Anyway I will be subscribing to your augment and even I fulfillment you get right of entry to consistently quickly.


Leave a Reply

Notify me of followup comments via e-mail. You can also subscribe without commenting.