• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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