Integration with SMF forum
Open SITE ROOT / Themes / default / index.template.php ( default is the name of the default template change it with yours )
find </body></html>
and just before it add the following code:
<script type="text/javascript" src="http://www.footerchat.com/chat/cons.js"></script>
<script type="text/javascript" >
autoLogin("'. $context['user']['name'].'");
</script>