function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
pranab khatuapranab khatua 

Salesforce Live Chat Integration

I want to integrate  the salesforce live chat in my website. I have problem in popup chat window. i want to chat window in website not in popup.

I have write code for  it. You can check my website as http://thecloudsolutions.in/projects/livechat/index.php
 
<!-- start live chat saleforce-->
	
		<img id="liveagent_button_online_573j0000000k9bs" style="display: none; border: 0px none; cursor: pointer" onclick="liveagent.startChat('573j0000000k9bs')" src="https://law.secure.force.com/livechat/resource/1461067194000/chat_online" /><img id="liveagent_button_offline_573j0000000k9bs" style="display: none; border: 0px none; " src="https://law.secure.force.com/livechat/resource/1461067142000/chat_offline" />
<script type="text/javascript">
if (!window._laq) { window._laq = []; }
window._laq.push(function(){liveagent.showWhenOnline('573j0000000k9bs', document.getElementById('liveagent_button_online_573j0000000k9bs'));
liveagent.showWhenOffline('573j0000000k9bs', document.getElementById('liveagent_button_offline_573j0000000k9bs'));
});</script>



<script type='text/javascript' src='https://c.la2w2.salesforceliveagent.com/content/g/js/36.0/deployment.js'></script>
<script type='text/javascript'>
liveagent.init('https://d.la2w2.salesforceliveagent.com/chat', '572j0000000k9br', '00Dj0000000K88U');
</script>
	
	<!--- end chat salesforce-->

Please any one can help me

Thanks,