• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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.
 
Back
Top