Install Faqprime on your web app

1Answer

It only takes a few minutes to install Faqprime on your website. Once installed, you’ll be able to welcome, onboard, communicate with pop-ups, train users, provide contextual self-support to your customers on your website or app.

Install the JavaScript code

1. log in to your Faqprime account, navigate to Settings>Install and copy the code snippet.

Or you can quickly grab it from the code below instead:

<!-- START of FAQPRIME Code -->
    <div id="faq-bot-codestart-id" class="faq-bot-codestart"></div>
    <script>
       var faqbotKey = 'yourdomain';
    </script>
    <script src="https://myfaqprime.appspot.com/bot/bot.js"></script>
    <link href="https://myfaqprime.appspot.com/bot/bot.css" rel="stylesheet" type="text/css">
<!-- END of FAQPRIME Code -->

2. Paste the code right before the closing body tag of every page where you want the Faqprime to appear. 

IMPORTANT:  Make sure to manually change your Workspace Key  (this is called your faqbotKey in the code).

What's next?

Go ahead and Set up your custom domain to change the URL for your help centre.

Did this answer your question?
...