I am having trouble creating the facebook chat app. (http://community.liveperson.com/docs/DOC-1731)
There is not a step to place the code. Where do you actually place this code?
And the other problem is I do not have "Add to My Page" but instead I have "Add To My Page's Favortive".
Where did I go astray?
<html>
<head>
<script type="text/javascript"> function showPopup(url) {
newwindow=window.open(url,'name','height=400,width=475,resizable');
if (window.focus) {newwindow.focus()}
}
</script>
<title>LPchat</title>
</head>
<body onload="windowLoaded()">
<table style="text-align: left; width: 166px; height: 79px;"
border="1" cellpadding="2" cellspacing="2">
<tbody>
<tr>
<td align="undefined" valign="undefined"><a
target="_blank" onclick="showPopup(this.href);return(false);"><img
alt=""
src="YOUR IMAGE URL HERE"></a></td>
</tr>
</tbody>
</table>
<!-- BEGIN LivePerson Monitor. -->
<script language="javascript"> var lpMTagConfig = {'lpServer' : "server.iad.liveperson.net",'lpNumber' : "XXXXXXX",'lpProtocol' : (document.location.toString().indexOf('https:')==0) ? 'https' : 'http'}; function lpAddMonitorTag(src){if(typeof(src)=='undefined'||typeof(src)=='object'){src=lpMTagConfig.lpMTagSrc?lpMTagConfig.lpMTagSrc:'/hcp/html/mTag.js';}if(src.indexOf('http')!=0){src=lpMTagConfig.lpProtocol+"://"+lpMTagConfig.lpServer+src+'?site='+lpMTagConfig.lpNumber;}else{if(src.indexOf('site=')<0){if(src.indexOf('?')<0)src=src+'?';else src=src+'&';src=src+'site='+lpMTagConfig.lpNumber;}};var s=document.createElement('script');s.setAttribute('type','text/javascript');s.setAttribute('charset','iso-8859-1');s.setAttribute('src',src);document.getElementsByTagName('head').item(0).appendChild(s);} if (window.attachEvent) window.attachEvent('onload',lpAddMonitorTag); else window.addEventListener("load",lpAddMonitorTag,false);</script><!-- END LivePerson Monitor. --><!-- BEGIN Monitor Tracking Variables -->
<script type="text/javascript"> if (typeof(lpMTagConfig) == "undefined"){ lpMTagConfig = {};}
if (typeof(lpMTagConfig.sessionVar) == "undefined"){ lpMTagConfig.sessionVar = [];}
lpMTagConfig.sessionVar[lpMTagConfig.sessionVar.length] = 'var name=var%20value';
</script><!-- End Monitor Tracking Variables -->
</body>
</html>