TwitterBar for Firefox was sold to HootSuite and renamed HootBar in March of 2011. TwitterBar for Chrome was discontinued in October of 2012.
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.
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
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.
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.
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 :(
Hey,
very sweet! Ich hoffe, dass ich nun öfter Zwitschern werde….
Thanks for this very useful plugin!
Stefan
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.
haha,Great idea.I saw another addon that can send tweets in the search from.
Thanks.
Flock, like a Christmas Tree? It’s providing me with imaginative mental pictures! Just kidding of course!
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].
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
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].
Great piece of code! Nice, minimalistic and discreet! Thank you!
clean and serene – I like it!
WOW! Great add-on! I especially love the currently browsing thing. :)
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?
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!
this rocks!! thx from berlin
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!
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
@Christopher Hitchcott: just type your message followed by the –port and press Enter :)
Great add-on! I know I’m going to Tweet a ton more with this thing perched atop my screen. No more excuses.
Could you pls add identi.ca support?
Really, really nice! Thank you!
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?
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
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.
Hi,
Wonderful extension.
How do I access Twitterbar icon from the keyboard? Would be very cool to have that!
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.
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.
Where is support for TinyURL?
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
The Options dialog box appears, but doesn’t show the “OK” button. What am I missing?
Thanks.
This addon posts without asking for confirmation. That should be fixed because it’s too easy to post without intention.
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
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
Doesn’t seem to work with Firefox 3.0.6?
My post button has disappeared with 3.0.6. any ideas?
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.
Any way we can use the full url of the site we are posting? and not use the tinyurl?
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!!
my Post button has disappeared on FF306.
How about adding bit.ly or is.gd support for auto-shortening URLS?
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
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.
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.
Great work, use this all the time. Thanks.
It keeps on requiring authorisation. I think that that is taking more than a second. :I
Is there a way I can prevent TwitterBar from asking permission everytime I reboot & start Firefox? It’s really distracting..
Thanks
Phil
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.
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.
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
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.
This is a great extension. I use it a lot to post links and updates for my students to follow.
i will return to old version because the last have problem with some thing : autho error
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
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.
Thanks for the Twitterbar update. Great ff addon!
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
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..
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
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.
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?
error message “TwitterBar encountered an error (401):” when I want to allow twitter profile access … any idea?
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.
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.
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
würde gern mehr über Twitter erfahren, wer hilft mir?
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
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?
I want to delete Twitterbar. Any ideas on how to do this?
ey! love this add-on! great work!
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
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 :)
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.
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.
Read -post as –post in the above post.
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.
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.
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)
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…
:(
do not want to install twitter
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?
Gary: Just type –post at the end (don’t press enter), and it will post.
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.
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.
great extension, I just got into twitter and will be using this often. Thanks!
comment supprimer cette fenêtre qui me demande un mot de passe que je ne connais pas !
it will be good a easy way to switch accounts
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
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?
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!
Just testing our Twitter. Newbie Twitterer :)
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!
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.
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!
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.
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/ )
( )
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.
cool stuff though, BIG UPS!!!
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.
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.
thanks for the great plugin, which makes my life more easy.:)
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?
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 ;)
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.
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“
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! :)
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?
Why is Twitterbar now showing an Asian Favicon when sites do not provide one of their own now?
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 ;-)
Thanks for the addon , but i think if it’s to add the current page title on the default tweet,it’s better.
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.
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.
Hi
Great tool!! Is it possible to managed 2 twitter account with this tool. I like to switch between the two accounts….
Thx
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 :)
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!
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.
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
TwitterBar encountered an error (401):
/oauth/access_token
Invalid / expired Token
Love the app but got this error.
Running on vista.
Thanks!
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.
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.
Great extension; simple
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
I can post a Tweet or a URL but cannot do the two together. Maybe I am missing something?
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:
—————-^
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 :)
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.
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
Larry: In the TwitterBar options (type –options in the address bar), there is a checkbox to turn that feature off.
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..
Are you planning of making one for Safari?
#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!
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
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….
Hey! it’s not working on 3.5.2 401 error invalid token
I use this add-on to publish both on Twitter& Facebook.
Hey where is Chrisdog93?
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.
yes, it doesnt work on my 3.5.2 ,too …error 401 :(
oi é a primeira ves que eu entro no twitter, ainda não sei como funciona, espero que eu apreendo logo
Twitterbar post icon disappeared and I have done all thats possible to fix it.
Me too running Vista.
Thank you for Twitterbar ! I like it. Thank’s again !!!
I added Twitter and every time.
THANK FOR INFORMATION
Great, love it…Mark
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
Pretty cool…
i love twittor.. nice .. thanks
Wel Just Upgradeing Around on Here Eh?!:
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?
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?
I fully agree with Dean
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!
Great idea.I saw another addon that can send tweets in the search from.
Thanks for Information
Thanks bro i like twitterbar
How do I change between Twitter accounts?
Twitterbar is an amazing tool for stealth mode twitting. I use it a lot when I’m in office. Thanks Christy.
how do i get a twitter account
Twitter Bar – Twitter works because it is plain and simple.
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.
hey!
i changed my twitter password, do i need to like change it on twitterbar as well or something?
thanks man, kathie:D
hi Chris Finke!
unable to log in to twitter bar at present.
Thank you
regards
DMcL
how can i use the twitter bar properly?
I saw another addon that can send tweets in the search from
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…)
TwitterBar is really helpful.
Thanks so much :D.
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.
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
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.
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
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.
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!
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..
Any change we will see Twitter Bar for Chrome any time soon? Love Chrome and love Twitter Bar. My life is at cross roads!
It’s already done: https://chrome.google.com/extensions/detail/pbadgdglepgngpoeijdgicjccomadekm
love Twitter Bar
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
Twitter Bar – Twitter works because it is plain and simple.
Twitterbar is an amazing tool for stealth mode twitting. I use it a lot when I’m in office. Thanks Christy.
twitter bar is so useful, because of this I feel more comfortable to tweet ;)
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?
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
I need https://twitter.com support. Can you add this?
I feel more comfortable to tweet ;)
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.
Great, thanks for this program, I love how it’s lightweight.
I can’t seem to tweet via twitter its self, since I installed Twitterbar is that me or Twitter?
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).
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
i’ve used twitterbar and i didn’t found any problem…thank for twitterbar
Great, thanks for this program, I love how it’s lightweight.
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?
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.
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:.
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?
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.
sorry, it was another add-on’s problem. it works on 3.6.8.
please remove comment above(292).
Excellent tool! Now I use twitter more often, it’s so comfortable now :)
Thanks!
thats so cool get the error off my account please because its stopping other staff not inportant staff though anyway have fun :) smiles
sorry again just testing something
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?
The new Auth system is broke, EVERY TIME I try to tweet it ask me to authorize, I do and it doesn’t remember.
it works on 3.6.8. thanks
KEeps asking for autorization for my second twitter account. (doesnt recognice it). Anyone has this problem ? any solution?
Tomorrow it is a familiar Friday since my Sundays are social jajajaa
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!
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
thank you it works on 3.6.8.
If u want more langs, i can help for Turkish.
Freakin’ love this! Saves a lot of time and effort. Lol.
I can’t use twitterbar
Hey the twitter bar was grate
I will use with 3.6.12 and after 4.I wish,it will be work
It keeps on requiring authorisation. I think that that is taking more than a second. :
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 :)
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
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).
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…
Hey the twitter bar was grate
thank you mate
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
süper site
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.
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?
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
Hmm, hope to get this thing running on Chrome.. love to see working already. Thanks.
And what about the Safari version ? with a little help from my friend
Bonjour to everyone !!!
Really liked your post. Wish you continued success.
I appreciate the opinions on this web site, it really gives it that community sense!
Really.Thank you very much :)
Does this work with Chrome too?
This tool makes tweeting faster and more convenient. Thank you, now I can tweet my heart out.
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!
By Selling it you ultimate benefited to Hootsuite…..As I know it is wonderful tool…
Not exactly, its all dead, but its dead for too long, bacteria has digested it and it becomes bacteria shit, which we don’t eat, except when we do cheese
I don’t use extensions usually but after reading your article I changed my mind and I would try the twitterbar because the codes that you shared with us seem to be so helpful and make us organize and do the tasks and all what we need to do on twitter so easily and in a perfect way, I’m so thankful.