Widget:Advanced iframe
here an example how to integrate a chat window into your site (stored as "myMibbit.php"):
<html> <head> <style> body{ font:1em Arial,sans-serif; padding:0; margin:0; background:#070707; color:#fff; } iframe{ width:90%; height:400px; } </style> </head> <body> <iframe scrolling=0 frameborder=0 src="http://embed.mibbit.com/e/?nick=emb<?PHP echo date('His'); ?>&channel=%23yourChannel"> </iframe><center> <h3>type /help to learn about commands</h3>
</body></html>
if you link/open this in a new window you avoid unintentional logging out when hitting the back button/key:
<a href="myMibbit.php" target="_blank">myMibbit</a>
--HerculeP 02:20, 27 February 2008 (UTC)