🇬🇧
Ninchat Support
Tuki suomeksi
English
English
  • Ninchat support site
  • What's new
  • General tips
    • How to get started
    • Terminology
    • User interface
    • Forgotten password
    • Problems with sign-in
    • Problems with interface
    • Bookmarks & shortcuts
    • Ninchat language
  • User account
    • Ninchat invitation
    • Create new account
    • User settings and profile
    • Sign-in
    • Remove user account
  • Organization
    • Manage organization members
    • Add a new agent
    • Manage queues and queue agents
    • Customize tags
    • How to remove an agent from organization?
  • Team channels
    • How to invite people to channel?
    • Channel settings
    • How to create a new channel?
    • Private conversations
    • How to remove a channel member?
  • Customer service queues and audiences
    • Opening and closing queue
    • Picking customer from queue
    • Having a customer audience
    • Ending audience
    • Transferring customer
    • Video calls
    • Customer chat interface
    • Queue settings
    • Site configurations
    • Queue schedule
    • Queue statistics
    • Embedding chat on website
    • Registered contacts
    • Customer service tips
  • Public group discussions
    • Embedding group chat on website
    • Group chat customer view
    • How to organize group discussion?
    • Moderating a channel
    • Save chat history
  • Operator
    • Instructions for operators
  • Customer advisor
    • Getting started - Agents
  • Developers
    • For Developers
Powered by GitBook
On this page
  • Chat embed code
  • Place the embed code
  • Add Ninchat to Wordpress
  1. Customer service queues and audiences

Embedding chat on website

Embed customer service chat on your website

You can place a customer service chat on a website, mobile site and application, blog, or Facebook page.

Chat embed code

For embedding, you need a so-called embed code that you will get from Ninchat staff when the chat is ready. We will customize and prepare the chat as you wish, all you have to do is to place the embed code on your desired site.

The embed code is a one-line Javascript tag, example below (we will provide you with your own code):

<script src="http://ninchat.com/[customer]/ninchat-init.js" charset="UTF-8"></script>

Place the embed code

We recommend placing the script tag at the end of the body element of the web page. Example:

        ...
        <script src="http://ninchat.com/[customer]/ninchat-init.js" charset="UTF-8"></script>
    </body>
</html>

The embed code should be placed on each page where the chat is expected to function. In practice, it is a good idea to place the script tag in the header or footer section of your site that goes with each page.

Add Ninchat to Wordpress

You can add the Ninchat embed code to a Wordpress site by editing the site's HTML source code.

  1. In the Site Manager view, go to the "Appearance" section.

  2. Click "Editor" to open the edit view.

  3. Browse and click the "Theme Files" list e.g. "Theme Footer (footer.php)" page.

  4. Paste the Ninchat embed code where you want it (preferably near the end of the body element, and inside it).

PreviousQueue statisticsNextRegistered contacts

Last updated 5 years ago

Add Ninchat to Wordpress