• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Integrating a Live Chat program

A

amiles248

Guest
I just purchased a live chat tool from Providesupport.com. I have been able to integrate the live chat software into my regular website, however I also want to integrate it into the SiteBuilder application so I can assist users when they are building out their websites.

All of the files in the "Web" directory are compiled aspx pages. How could I integrate a script like the one below into the sitebuilder application?

<!-- BEGIN ProvideSupport.com Graphics Chat Button Code -->
<div id="ciuVQb" style="z-index:100;position:absolute"></div><div id="scuVQb" style="display:inline"></div><div id="sduVQb" style="display:none"></div><script type="text/javascript">var seuVQb=document.createElement("script");seuVQb.type="text/javascript";var seuVQbs=(location.protocol.indexOf("https")==0?"https://secure.providesupport.com/image":"http://image.providesupport.com")+"/js/amiles248/safe-standard.js?ps_h=uVQb\u0026ps_t="+new Date().getTime();setTimeout("seuVQb.src=seuVQbs;document.getElementById('sduVQb').appendChild(seuVQb)",1)</script><noscript><div style="display:inline"><a href="http://www.providesupport.com?messenger=amiles248">Customer Service Chat</a></div></noscript>
<!-- END ProvideSupport.com Graphics Chat Button Code -->
 
If you need to paste some html code to Sitebuilder page - use Script module on the Edit page. It allows to save any custom html.
 

Similar threads

Back
Top