{"id":20551536,"url":"https://github.com/appquick/ngx-addchat","last_synced_at":"2026-04-19T17:09:11.022Z","repository":{"id":143975457,"uuid":"123250219","full_name":"AppQuick/ngx-addchat","owner":"AppQuick","description":"A open source library to add instance message shortcut to your website by Appquick.co","archived":false,"fork":false,"pushed_at":"2019-02-02T10:38:59.000Z","size":876,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-17T04:05:29.000Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://appquick.co/","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AppQuick.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-02-28T08:00:41.000Z","updated_at":"2019-02-02T10:39:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"e0fded6b-27cb-41ee-8482-7231ff929a15","html_url":"https://github.com/AppQuick/ngx-addchat","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AppQuick%2Fngx-addchat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AppQuick%2Fngx-addchat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AppQuick%2Fngx-addchat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AppQuick%2Fngx-addchat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AppQuick","download_url":"https://codeload.github.com/AppQuick/ngx-addchat/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242157191,"owners_count":20081037,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-16T02:32:03.296Z","updated_at":"2026-04-19T17:09:10.977Z","avatar_url":"https://github.com/AppQuick.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ngx-addchat\nAdding instance message shortcut to your website. \nNow supported platform:\n1. Whatsapp\n2. Facebook Messenger\n![](image/demo.gif)\n\n## Getting Started\n\n### Installation\n1. Install using npm:\n\t```bash\n\tnpm install ngx-addchat --save\n\t```\n\n2. Import `NgxAddchatModule` to your `app.module.ts`.\n\t```typescript\n\timport { NgxAddchatModule } from  'ngx-addchat'; // \u003c-- Add this\n\t...\n\n\t@NgModule({\n\timports: [\n\t\tNgxAddchatModule // \u003c-- And this\n\t],\n\t...\n\t})\n\t```\n\n3. Add element to the end of HTML (e.g. `app.component.html`)\n\t```html\n\t...\n\t\u003c!-- at the end of the component --\u003e\n\t\u003cngx-addchat\u003e\u003c/ngx-addchat\u003e\n\t```\n\n## Configuration\n\n### Whatsapp\n```\nwhatsapp=\"\u003ccountry code\u003e\u003cphone number\u003e\"\n```\nInsert `whatsapp` into  `\u003cngx-addchat\u003e`.\n\n**_Example_**\n```html\n\u003cngx-addchat whatsapp=\"85255737471\"\u003e\u003c/ngx-addchat\u003e\n```\n`852` is the country code of Hong Kong, and `5573 7471` is the phone number we want.\n\n### Facebook\n```\nfbPageName=\"\u003cthe name of facebook page\u003e\"\n```\nInsert `fbPageName` into the `\u003cngx-addchat\u003e`\n\n**_Example_**\n```html\n\u003cngx-addchat fbPageName=\"appquick.co\"\u003e\u003c/ngx-addchat\u003e\n```\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details\n\n  \n\n## Credit\n**Inspired by [whatshelp]**\n\nThe original idea is from [whatshelp], which is providing a snippet which is including cross-site scripting (XSS). It may encounter some potential security issues. For more information, please check in [Angular.io/security](https://angular.io/guide/security#xss).\n\n**Tools using in this project**\n- [ionicons v2.0.1](http://ionicons.com/)\n- [Facebook plugin](https://developers.facebook.com/docs/plugins/page-plugin)\n\n## Roadmap\n- Improve [Facebook Messenger plugin](https://developers.facebook.com/docs/messenger-platform/discovery/customer-chat-plugin)\n\n- Adding more popular IM platforms\n\n- Adding and customising the pop-out animations\n\n- Customising the color of bubbles\n\n## Limitation\nThis library is only tested on [Angular.io v5.0.0](https://angular.io).\n\n\n\n[whatshelp]: https://whatshelp.io/widget\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fappquick%2Fngx-addchat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fappquick%2Fngx-addchat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fappquick%2Fngx-addchat/lists"}