1.0.30 • Published 11 months ago

@meetelise/apartments-webchat v1.0.30

Weekly downloads
-
License
ISC
Repository
github
Last release
11 months 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

11 months ago

1.0.29

11 months ago

1.0.28

12 months ago

1.0.27

12 months ago

1.0.26

12 months ago

1.0.25

12 months ago

1.0.24

12 months ago

1.0.23

12 months ago

1.0.22

12 months ago

1.0.21

12 months ago

1.0.20

12 months ago

1.0.19

12 months ago

1.0.18

12 months ago

1.0.17

1 year ago

1.0.16

1 year ago

1.0.15

1 year ago

1.0.14

1 year ago

1.0.13

1 year ago

1.0.12

1 year ago

1.0.11

1 year ago

1.0.10

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago