I've got a problem showing phpfreechat in other web page through an IFRAME tag.
For example I've got my chat at:
www.example.com/phpfreechat/index.php
And I call the chat through an IFRAME tag from another domain:
www.exampleone.com
The IFRAME that calls the chat is:
<IFRAME frameborder="0" SRC="www.example.com/phpfreechat/index.php" HEIGHT="700" WIDTH="100%"></IFRAME>
but every time I try to acces the chat through the iframe i've got this message:
"Cookies appears to be either disabled or unsupported by your browser. This web application requires Cookies to work properly. Please enable Cookies in your browser settings, or upgrade to a browser with Cookies support and try again."
I've got phpfreechat 1.0-beta9, and I'm sure the iframe tag is not the problem I think $params["serverid"] is the problem, I'm not sure what to do, I used to call the chat through an IFRAME tag with older versions and I did not get any problem.
So please help me, 'cause I just want to use one chat from many others domains (web pages).
Thanks in advance.
Ivan