Socket
Socket
Sign inDemoInstall

@meetelise/chat

Package Overview
Dependencies
Maintainers
3
Versions
355
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@meetelise/chat

### Installation


Version published
Weekly downloads
1.2K
increased by163.08%
Maintainers
3
Weekly downloads
 
Created
Source

MeetElise Webchat

Installation

To install MeetElise webchat on your site, add the following code:

<script type="module">
  import Chat from "https://cdn.skypack.dev/@meetelise/chat";
  Chat.start({
    organization: "{your org here}",
    building: "{your building here}",
  });
</script>

Custom Styles

To customize the brand colors, title, and subtitle of your chat widget, configure your webchat through the MeetElise portal. To reposition your chat widget on the page, add the following code to your web page.

<style>
  .meetelise-chat.launcher {
    bottom: 50px; /* change these values to suit your needs */
    right: 40px;
  }
  .meetelise-chat.pane {
    bottom: 70px;
    right: 40px;
  }
</style>

FAQs

Package last updated on 01 Oct 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc