• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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