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
Bethann GonzalezBethann Gonzalez 

Live Chat Deployment Code - Exec Anon Error

I'm very new to Apex - or any code for that matter, therefore I tested the code for the follow Live Chat Deployment and recieved the following error: 

 

line 1, column 0: required (...)+ loop did not match anything at input '<

 

I am not sure how to correct this error? This is what I have for the Live Chat Deployment Code:

 

 

<script type='text/javascript' src='https://c.la1s1.salesforceliveagent.com/content/g/deployment.js'></script>
<script type='text/javascript'>
liveagent.init('https://d.la1s1.salesforceliveagent.com/chat', '57280000000PAsN', '00D80000000aNYY');
</script>