1.0.30 • Published 2 years ago

@meetelise/apartments-webchat v1.0.30

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

MeetElise Apartments.com Webchat

Installation

To install the webchat onto your site - you have one of two options:

Option 1 (preferred method) - Script

This method will ALWAYS keep the widget up-to-date with no future updates needed on your part. Add the following in html:

<script type="module">
  import Chat from "https://cdn.skypack.dev/@meetelise/apartments-webchat";
  Chat.start({
    organization: "{your org here}", // org and building will be provided by EliseAI
    building: "{your building here}",
    callToActionContainerSelector: "{query name selector container}", // this is the background container that the chat widget matches its width to (i.e. "#contactLead")
    callToActionButtonSelectors: ["{query name selector button}"], // this is the button that, when clicked, opens the popup chat widget (i.e. "[.sendMessageBtn]")
  });
</script>

Option 2 - Using a Package Manager

You can also install the package by running the following command:

npm install @meetelise/apartments-webchat

Note. this method is NOT preferred because this will require a manual update on your end for every bug fix/update that we at EliseAI deploy. This method should only be used if you are having trouble with OPTION 1.

1.0.30

2 years ago

1.0.29

3 years ago

1.0.28

3 years ago

1.0.27

3 years ago

1.0.26

3 years ago

1.0.25

3 years ago

1.0.24

3 years ago

1.0.23

3 years ago

1.0.22

3 years ago

1.0.21

3 years ago

1.0.20

3 years ago

1.0.19

3 years ago

1.0.18

3 years ago

1.0.17

3 years ago

1.0.16

3 years ago

1.0.15

3 years ago

1.0.14

3 years ago

1.0.13

3 years ago

1.0.12

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago