Easily embed a status chatroom in your website - outdated, please use https://github.com/status-im/js-waku
922f7ab69b
Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.2.3 to 1.4.2. - [Release notes](https://github.com/webpack/loader-utils/releases) - [Changelog](https://github.com/webpack/loader-utils/blob/v1.4.2/CHANGELOG.md) - [Commits](https://github.com/webpack/loader-utils/compare/v1.2.3...v1.4.2) --- updated-dependencies: - dependency-name: loader-utils dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
dist | ||
src | ||
themes | ||
.gitignore | ||
README.md | ||
index.html | ||
package.json | ||
webpack.config.js | ||
yarn.lock |
README.md
Status Chat Widget
Easily embed a status chat in your website.
Screenshot
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">