All Projects → status-im → status-chat-widget

status-im / status-chat-widget

Licence: other
Easily embed a status chatroom in your website - outdated, please use https://github.com/status-im/js-waku

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Status Chat Widget

Easily embed a status chat in your website.

Screenshot

widget

Usage

Copy paste the following snippet to your website

  <link rel="stylesheet" href="https://status-im.github.io/status-chat-widget/themes/status.css">
  <script src="https://status-im.github.io/status-chat-widget/dist/js/statuswidget.js"></script>
  <div id="status-chat-widget"></div>
  <script>StatusWidget("your-channel-name", document.getElementById("status-chat-widget"));</script>

Modify your-channel-name to your channel of choice

And you're done!

Theme

The chat theme can be customized by replacing the css link with your own css file:

  <link rel="stylesheet" href="https://status-im.github.io/status-chat-widget/themes/status.css">
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].