This Question is Possibly Answered

1 "correct" answer available (10 pts) 2 "helpful" answers available (5 pts)
932 Views 7 Replies Last post: Sep 22, 2008 5:01 PM by Joe Perez RSS
Tim Bronze 11 posts since
Aug 27, 2008
Currently Being Moderated

Aug 29, 2008 9:02 AM

Can I create my own direct text link to a FastPath chat?

When I click the "On-Line Chat" graphic for one of my workgroups, a pop-up window opens at the following address:

 

http://mydomain:9090/webchat/userinfo.jsp?chatID=1sPbXb0yCl&workgroup=sales@mydo main

 

If I want to use a text link instead, can I just create a link that points to this:

 

http://mydomain:9090/webchat/userinfo.jsp?&workgroup=sales@mydomain

 

Will FastPath go ahead and create a chatID for this anyway? If not, can I use PHP or some other scripting language to randomly create my own chatID, and then make a link like this:

 

http://mydomain:9090/webchat/userinfo.jsp?chatID=[MyRandomChatID]&workgroup=sales@mydomain

Todd Getz KeyContributor 3,300 posts since
Apr 2, 2007
Currently Being Moderated
Aug 29, 2008 11:57 AM in response to: Tim
Re: Can I create my own direct text link to a FastPath chat?

I would backup the jivelive.jsp then edit the file.  it controls all those links.

Todd Getz KeyContributor 3,300 posts since
Apr 2, 2007
Currently Being Moderated
Aug 29, 2008 12:15 PM in response to: Tim
Re: Can I create my own direct text link to a FastPath chat?

Can you give more details?

Todd Getz KeyContributor 3,300 posts since
Apr 2, 2007
Currently Being Moderated
Aug 29, 2008 12:21 PM in response to: Tim
Re: Can I create my own direct text link to a FastPath chat?

the problem is you need a random chat ID because that is what distiquishes the different anonymous chat sessions.  If you can find a way to randomize thta then you can creat what ever link you want.

Joe Perez Bronze 50 posts since
Jan 3, 2008
Currently Being Moderated
Sep 22, 2008 5:09 PM in response to: Tim
Re: Can I create my own direct text link to a FastPath chat?

I put this code in my <head>

 

script language="JavaScript" type="text/javascript" src="http://*******.com/webchat/jivelive.jsp"/></script

 

Then used the onclick script for the "<a href=  tag"

 

a href="#" onclick="launchWin('framemain','http://*******.com/webchat/start.jsp?workgroup=support@workgroup.*********.com&l ocation=http://**********.com/page.html',500, 400);return false;">click to chat</a

 

I suppose as long as the script is in your <head> you can put the anchor link anywhere.  Works for me, hope this helps

 

**not sure how to get the text to recongnize presence**

 

ah well

More Like This

  • Retrieving data ...

Bookmarked By (0)