Gtalk Live Chat Box for OSC

Released under the GNU General Public License

Version 1.0 Author: James Lei


Demo at: http://www.cu2nite.com.au

################################################## ####################

This contribution creates a box on your site with a customizable link
and also it does synchronize the status with your Gtalk or Gmail. Your
can set your own status for visitors. Visitor does NOT need gmail or
gtalk to chat with you. All they need to do is to click on the link. Very
easy and user friendly. With this additional feature to your OSC, it helps
to deliver ultimate online shopping exprience to your customers which helps
to generate instant sales leads.

################################################## ####################

Please backup your file before installation.

Installation:

1. If you haven't got a gmail account, please go to http://mail.google.com
to create one.

2. If you already have a gmail account, please go to following address to
create your own online badge. Please login your gmail first before click in.
http://www.google.com/talk/service/badge/New

3. Edit gtalk_livechat_box.php and paste the HTML code of badge.
(Note: this badge HTML code can also be inserted on any page of your site, anywhere you like.)

4. Upload gtalk_livechat_box.php to /catalog/includes/boxes/

5. Edit /catalog/includes/column_right.php or column_left.php depending
on which side you want the chat box on. Insert following code where
you would like the Live Chat box to appear, but before ?>


// Gtalk Live Chat Box v1.0
include(DIR_WS_BOXES . 'gtalk_livechat_box.php');

More...