Integration with SocialEngine
Go to your your SociaEengine 3.x templates folder folder open the SITE_ROOT / templates / footer.tpl File.
Add at the end of the file just before </body></html> tags
the following lines:
<script type="text/javascript" src="http://www.footerchat.com/chat/cons.js"></script>
<script type="text/javascript" >
autoLogin('{$user->user_displayname_short}');
</script>