0.3.0 • Published 1 year ago

intercom-facade v0.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Intercom Facade

Solves the 'Lazy load third-party resources with facades' warning for Intercom's chat widget. A pure JavaScript adaptation of Calibre's React Live Chat Loader.

Installation

To download intercom-facade, run:

npm install --save intercom-facade

Alternatively, use the built/minified version of the latest tagged release in dist/.

Usage

Simply use intercom-facade in place of Intercom's embed snippet:

<script>
window.intercomSettings = {
  app_id: 'abc123',
  background_color: '#22CFC6', // optional, defaults to #333333.
}
</script>
<script src="/path/to/intercom-facade.min.js"></script>

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

0.3.0

1 year ago

0.1.2

2 years ago

0.1.3

2 years ago

0.1.1

3 years ago

0.1.0

3 years ago

0.0.1

3 years ago