Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tawk/tawk-messenger-ember
Official Ember plugin for Tawk messenger
https://github.com/tawk/tawk-messenger-ember
ember ember-addon ember-plugin ember-tawk emberjs tawk tawkto
Last synced: 3 months ago
JSON representation
Official Ember plugin for Tawk messenger
- Host: GitHub
- URL: https://github.com/tawk/tawk-messenger-ember
- Owner: tawk
- License: other
- Created: 2022-02-11T12:26:43.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-29T00:58:12.000Z (almost 1 year ago)
- Last Synced: 2024-10-01T08:42:02.575Z (3 months ago)
- Topics: ember, ember-addon, ember-plugin, ember-tawk, emberjs, tawk, tawkto
- Language: JavaScript
- Homepage: https://www.tawk.to
- Size: 1.52 MB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
## Features
- Documented and self-explaining methods
- Small size without any external libraries
- All Javascript API methods are available
- Maintained by the [tawk.to](https://www.tawk.to]) team
## Installation
The plugins are available from the node and yarn package managers.
```bash
# Node
npm install @tawk.to/tawk-messenger-ember# Yarn
yarn add @tawk.to/tawk-messenger-ember
```
## Quickstart
Add **TawkMessenger** component in your handlebar file. The **propertyId** and **widgetId** will
be found on your tawk.to Dashboard.Log in to your account and go to **Administration > Channels > Chat Widget**.
```hbs
```
## Documentation
This project includes a `docs` folder with more details on the following:
1. [How to Use](docs/how-to-use.md)
1. [API Reference](docs/api-reference.md)
## Other JS frameworks we support
- [Vue Js 2](https://github.com/tawk/tawk-messenger-vue-2)
- [Vue Js 3](https://github.com/tawk/tawk-messenger-vue-3)
- [React Js](https://github.com/tawk/tawk-messenger-react)
- [Angular Js](https://github.com/tawk/tawk-messenger-angular)
## Frequently Asked Questions
**Do you have a knowledge base or article to support implementation?**
Here is our guide for the [Ember.js integration](https://help.tawk.to/article/ember-js )
**Where can I find more information and support?**
Visit our [help center](https://help.tawk.to) or reach out in the chat on our [website](https://tawk.to). Our agents are available to assist you 24/7.
**Where can I submit a suggestion or report a bug?**
Check to see if the issue already exists. If not, open a new issue in the [Issues tab](https://github.com/tawk/tawk-messenger-ember/issues)