 Notice: 1.For the best view to 123 Webmessenger Facebook bar, it is recommended to add following code at the top of your web page: <!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> OR <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 2.If you want to integrate free webmessenger with user database, You could add following variable into code above to integrate free webmessenger with the user name from session or cookie on your website, for example: <script language="javascript"> var username_123webmessenger=<?php echo $_SESSION['user'];?> </script> |