开发者

Service to connect instant messaging (msn/icq gtalk etc) with your websites visitors?

开发者 https://www.devze.com 2023-01-21 07:07 出处:网络
Basically, I want my users to be able to just click a button and get a small popup-window that puts them in contact with me through one of the major communicationstools.

Basically, I want my users to be able to just click a button and get a small popup-window that puts them in contact with me through one of the major communicationstools.

Does anyone know about any such se开发者_如何学JAVArvices?


You'd need to cover a lot of different services, and hope they were running that app when they visited your site.

Use Live Chat or similar - you've probably seen the type of thing around:

http://www.imsupporting.com/

http://www.livezilla.net/home/en/ - free

http://www.chat4support.com/ - free version

http://www.craftysyntax.com/ - free (plus pointless following eyes on homepage).

I've not tested them so can't give any info on how good they are...hope this helps.


Make a link with the following href format:

<a href="im:<username>@<host>">SendMessage</a>

Note: requires the client have the IM client installed, and is not supported by all IM clients.

For AOL:

<a href="aim:goim?screenname=yourusername">Send Message</a>

For Yahoo:

<a href="ymsgr:sendIM?yourusername">Send Message</a>

For Google:

<a href="gtalk:chat?jid=yourusername@gmail.com">Send Message</a>

For MSN/Windows Live:

<a href="msnim:chat?contact=yourusername@youremail.com">Send Message</a>

For ICQ:

<a href="icq:send_message?uin=12345">Send Message</a>
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号