Author Topic: invite website visitor to chat  (Read 9322 times)

0 Members and 1 Guest are viewing this topic.

AcuTouch

  • Guest
invite website visitor to chat
« on: June 14, 2009, 11:29:03 AM »
How to invite website visitor to chat?
Thanks

Eddybaur

  • Native
  • *****
  • Posts: 237
  • Mibew Member
    • Mibew
Re: invite website visitor to chat
« Reply #1 on: June 15, 2009, 04:28:31 PM »
That feature hasn't been added yet.

compuby

  • Full Member
  • ***
  • Posts: 8
Re: invite website visitor to chat
« Reply #2 on: July 02, 2009, 07:47:28 PM »
Hi everyone, well first i want to say thanks to the administrator who made this for free! Second, i want to say to all the peoples that always complaint, her guys its free remember that!!!

Ok, now. for the button problem that dosent show up, you need to modify the code for:
<!-- webim button --><a href="/webim/client.php?locale=en" target="_blank" onclick="if(navigator.userAgent.toLowerCase().indexOf('opera') != -1 &amp;&amp; window.event.preventDefault) window.event.preventDefault();this.newWindow = window.open('/webim/client.php?locale=en&amp;url='+escape(document.location.href)+'&amp;referrer='+escape(document.referrer), 'webim', 'toolbar=0,scrollbars=0,location=0,status=1,menubar=0,width=640,height=480,resizable=1');this.newWindow.focus();this.newWindow.opener=window;return false;"><img src="/webim/button.php" border="0" width="163" height="61" alt=""/>[/url]<!-- / webim button -->

Everything will work fine after that.