Hi! I'm not sure if my question irelates to this category. If not ,please move it to the appropriate one!
I would like to implement the option to ‘Monitor’ the status of users from their profile in Back Office system .
If the user is online, there will be buttonlink that allows to initiate chat with him.
I read Browser-Based Solutions Using the Monitor Tag
but din't get how to use LP_DYNBUTTON_STATE for my case.
Could you provide example? As I understand there should be lptag monitor code on my page
(this one or different? ) <script type="text/javascript">window.lpTag=window.lpTag||{};if(typeof window.lpTag._tagCount==='undefined'){window.lpTag={site:' ...... etc.
that monitors status of user in LP AGENT CONSOLE and if user is available the button with code : onClick="javascript:window.open('http://server.iad.liveperson.net/hc/....... etc/
becomes visible. How can I implement the event and listener?