chatbot_plugin_frontend_js

Chatbot | Product Assistant | Helper

Introduction

In todays tech-driven landscape, it is become increasingly common for applications to feature a dedicated assistant or helper. Recognizing this trend, I have crafted a user-friendly chatbot package designed to seamlessly integrate chat functionality into your projects.

Implementation

1.Linking Files

1.1 CDN Approach

To effortlessly incorporate the chatbot into your project, follow these simple steps:

Include CDN of CSS

<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/pvscreations/chatbot@v1.0.2/lib/chat.css">

Include CDN of Javascript

<script src="https://cdn.jsdelivr.net/gh/pvscreations/chatbot@v1.0.2/lib/chat.js"></script>

1.2.Downloading files to project source code

For a local implementation, download the required files from the following links:

2.3 Invoke the chatbot to come into effect

  /**
     * Here we call the chatbot to come into effect
    */
    assistant.initialise();

Future Scopes

References