nhagen / react-intercom

A component to configure and enable Intercom in your react application
MIT License
237 stars 72 forks source link

The intercom box doesn't appear when I add the intercom componet #33

Closed dnson closed 6 years ago

dnson commented 7 years ago

Hey I just do like what you say on the readme. But it doesn't work

nhagen commented 7 years ago

Can you provide a code sample of what you're doing?

SuaYoo commented 7 years ago

@dnson Ensure that your Intercom widget is configured correctly on the app settings side as well. I was scratching my head over this since there were no errors, and then realized I didn't have the widget enabled for "Visitors".

Ardhimas commented 7 years ago

I ran into the same problem <Intercom appId="ez9vgx1v" />

I put this in my main app component, and nothing happened. It worked when I implemented it using the standard method, but I wanted to use this package so I didn't have to worry about dealing with the window object in my tests.

oliverbenns commented 6 years ago

Found out you need a trial of Intercom Engage or Resolve for the messenger to actually appear. How frustrating.