Talker group chat changes pricing, unlimited chatters for free
talkerapp.tumblr.com
Talker group chat changes pricing, unlimited chatters for free
1–8 of 8 posts
Re: Talker group chat changes pricing, unlimited chatters for free
#2I got introduced to talker app a while back while working with the guys from Teambox. I'm based in the UK while they're all over (Spain, US, UK). I didn't really see the point at first and figured Skype/IRC would be better but the more I used it the more I never stopped going on about how cool it was. I'm a little surprised but super excited that it's now free!
Re: Talker group chat changes pricing, unlimited chatters for free
#3Same here. I had tried out campfire but wasn't overwhelmed with it. I love the extensibility of Talker. Almost every other day I'm writing a plugin (https://github.com/saimonmoore/talker-plugins) in javascript to enhance my chatting with my team members.
Re: Talker group chat changes pricing, unlimited chatters for free
#4We used Campfire at Masterbranch until we discovered Talker.
We're keeping our old account ($6 a month) just because of the private rooms.
Re: Talker group chat changes pricing, unlimited chatters for free
#5Nice but why the restriction on keeping logs? Surely it can't be a disk space concern, text is nothing. If my team is going to use a chat app I want to be able to reference the logs at a later date.
Re: Talker group chat changes pricing, unlimited chatters for free
#6Nice but why the restriction on keeping logs? Surely it can't be a disk space concern, text is nothing. If my team is going to use a chat app I want to be able to reference the logs at a later date.
Because they need to make money somewhere, I assume. Totally fair.
Re: Talker group chat changes pricing, unlimited chatters for free
#7Nice but why the restriction on keeping logs? Surely it can't be a disk space concern, text is nothing. If my team is going to use a chat app I want to be able to reference the logs at a later date.
Well we thought IRC doesn't offer logs by default and it's fine, we offer them for a week. You can get unlimited logs with the $15/mo plan, so if you want to use it for business, you can.
Re: Talker group chat changes pricing, unlimited chatters for free
#8We've been using Talker with our team in Minsk. It's been fantastic, some things, like JavaScript plugins are ingenious.
Cobbled together a plugin to auto-link FOO-1234 to our JIRA installation. Plus, multi-line pasting creates an EtherPad session.
plugin.onMessageInsertion = function(talkerEvent){
$('td.message').replace(/(FOO-\d*)/gi, ''+'$1'.toUpperCase()+'');
$('span.msg').replace(/(FOO-\d*)/gi, ''+'$1'.toUpperCase()+'');
}
It's a fantastic, fantastic collab tool.