Skip to content

status-im/status-chat-widget

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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">

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published