- Cross Browser Compatible
- Integration with current users
- Guest Users partecipation
- Clean and Minimal Interface
- Auto Emoticons
- Free and Remotely hosted
- Very easy to setup
News:
09 October 2009 - Footerchat Online.
Description
The system creates automaticly a chat and users based on the domain.
Currently serving:
loading... users loading... messages
Requirements
You just need a Text editor to paste the code below :)
Insert this code for guest chat
<script type="text/javascript" src="http://www.footerchat.com/chat/cons.js"></script>
Insert this code to integrate current users
<script type="text/javascript" src="http://www.footerchat.com/chat/cons.js"></script>
<script type="text/javascript" >
autoLogin('Username');
</script>
Please note that in the autoLogin() function you can put the user username of your user.
Example using PHP and getting username from Session username asuming that logget users usernames are stored on a session:
<script type="text/javascript" >
autoLogin('<?=$_SESSION[username];?>');
</script>
Integration with popular scripts:
More integration examples with popular scripts are comming soon.