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

2 years ago

1.0.28

2 years ago

1.0.27

2 years ago

1.0.26

2 years ago

1.0.25

2 years ago

1.0.24

2 years ago

1.0.23

2 years ago

1.0.22

2 years ago

1.0.21

2 years ago

1.0.20

2 years ago

1.0.19

2 years ago

1.0.18

2 years ago

1.0.17

2 years ago

1.0.16

2 years ago

1.0.15

2 years ago

1.0.14

2 years ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago