ksol / ember-intercom

Ember CLI addon for Intercom' JS widget

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ember Intercom

⚠️ Clearly not maintained, please don't use.


This Ember CLI addon injects Intercom's widget javascript code in your page.

Installation

  • ember install ember-intercom

Configuration

In config/environment.js, you need to add this :

  var ENV = {
    // ...
    intercom: {
      appId: "your app id here"
    },
    // ...
  }

If ENV.intercom.appId is missing, the javascript code will not be injected.

Ember CLI

For more information on using ember-cli, visit http://www.ember-cli.com/.

About

Ember CLI addon for Intercom' JS widget

License:MIT License


Languages

Language:JavaScript 76.7%Language:HTML 23.3%