up vote 4 down vote favorite
3
share [g+] share [fb]

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?

link|improve this question

68% accept rate
I specifically went through the effort of going to superuser.com to post this there as I thought it was more applicable. Oh well. – RD. Aug 19 '09 at 19:57
If you want to build your own, then it would be a better fit here than on SU. – Brandon Aug 19 '09 at 19:58
@RD - This should get you better response here as it is more programming and site related. SU is really more for Computer Hardware and Software support. – Diago Aug 19 '09 at 20:21
4  
PS: Associate your accounts and you will be able to edit it here. – Diago Aug 19 '09 at 20:23
feedback

migrated from superuser.com Aug 19 '09 at 19:54

This question came from our site for computer enthusiasts and power users.

protected by Cody Gray Apr 1 '11 at 4:04

This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.

6 Answers

up vote 4 down vote accepted

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.

link|improve this answer
There we go. This is why I love Stackoverflow. Thanks Shyam! :-) – RD. Aug 19 '09 at 22:31
1  
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. Aug 20 '09 at 7:04
feedback

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.

link|improve this answer
feedback

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

link|improve this answer
It takes too much network traffic on refreshes (not using Comet) – Aleksey Otrubennikov Jun 12 '10 at 11:36
feedback

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:

link|improve this answer
feedback

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
link|improve this answer
feedback

I think Livezilla is best for startup companies. It is freeware with lots of features. If you can pay for it so LivechatInc is the best.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.