This installation mode is ideal for websites which are created in such a way that there is no need for the web visitors to scroll down on the page.
There is no traditional floating chatbox on top of the webpage, thus it can really help in proactive live chat situations.
The obvious benefit is that you don't scare your web visitors away with the popping out chatbox.
The disadvantage is that your web visitors cannot move away from this page since this chatbox will not follow the web visitor around your website.
You can install an embedded chatbox once on each of your pages. No multiple instances on a single webpage is supported at this stage.
Here is the installation script which you have to put to the exact location where you want the chatbox to appear on your website.
- Code: Select all
<script>
var Promptchat_Embedded = true;
var Promptchat_Width = 200;
var Promptchat_Height = 450;
var Promptchat_BorderColor = "#000000";
var Promptchat_BackgroundColor = "#000000";
</script>
NOTE:
Installation #1 also needs to be installed on the page!
For reference here is Promptchat Script #1 again:
- Code: Select all
<script type ="text/javascript" src="http://promptchat.com/MasterServer/Public/ScriptProvider.php" ></script>
