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
Kristen LundKristen Lund 

Include URL in chatEndedBy

Hello - - I am working on implementing Live Agent and am customizing the chatEndedByAgentLabel (and Visitor), and am struggling formatting an email address so its a link. The chatEndedByVisitorLabel is a string, so I'm not able to format with a + <a href=...>. Below is this section in my visualforce page. Is there a way I can make the email an output link? 
 
<liveAgent:clientChatLog 
               agentTypingLabel= "Agent typing..."
               chatEndedByAgentLabel= "Uggggh.....This chat has been ended by the agent."
               chatEndedByVisitorLabel = "Thank you for chatting! Please email at email@email.com with other questions!"
               showTimeStamp="false" visitorNameLabel="" />
    <liveAgent:clientChatLogAlertMessage />