tags:

views:

1150

answers:

6

I want to implement a live chat button on my site. Just want to know what you guys think is best? Or at least what are my options?

+2  A: 

Perhaps the easiest option is to use Meebo (http://www.meebo.com/). You place a widget on your site and users chat through the widget to your IM account. They support several different IM services. Disadvantages include limited customization.

Thom Smith
A: 

If you simply want a quick solution try Gabbly. It will overlay a chat feature on any site without any development. E.g. chat with other users on Google:

http://gabbly.com/google.com

However, if you want to develop your own AJAX is the way to go. There are several good tutorials on the subject:

danglund
A: 

There is another good tutorial on Nettuts+, using PHP and jQuery.

In this tutorial we will be creating a simple web-based chat application with PHP and jQuery. This sort of utility would be perfect for a live support system for your website.

How to Create A Simple Web-based Chat Application

stukelly
It takes too much network traffic on refreshes (not using Comet)
Aleksey Otrubennikov
+4  A: 

Just try livezilla.net Totally free, without ads. It is not fully open source, but provides enough options for tweaking a lot of things ourselves. The chat UI is simple and good. My clients have appreciated this.

Comes with a Windows App, that will ring when a customer requests a chat session. Live Visitor Tracking / GeoTracking and live view of what the website visitors are doing. Invite to Chat, Co-browsing and Website push. The list of options is seriously good.

Disadvantages: Web based chat not available for operators. So from your side, there is no web based console for management or whatsoever. Kind of difficult if you need to login from another system.

Only windows app available at the moment. If this has been developed in AIR, it could have been great.

Disclaimer: I am in no way associated with the developers/IP owners of this software.

Thanashyam
There we go. This is why I love Stackoverflow. Thanks Shyam! :-)
RD
I just have to comment one more time. Filezilla is really really awesome. :-) I too, am not affiliated with these guys, but damn. What a good product! And it's free!!
RD
A: 

try www.live247support.com

billing is at per minute basis starting from just 6 cents. they provide unlimited live chat operators

kirk smith
A: 

Plupper: http://plupper.com

Advantages:

  • Jabber/XMPP client on operator side (hence any OS)
  • Geo-location
  • Chat History
  • Co-browsing
  • You can make your own chat window if you wish using their REST API
  • Free for 1 operator, without ads

Disadvantages:

  • Sometimes their server seems to work slowly (or maybe it is my network)
  • Their default chat window might be little bit better
Aleksey Otrubennikov