Skip to content
This repository has been archived by the owner on Jun 9, 2024. It is now read-only.

degrowth/chat-widget

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Matrix Blog

A js-script for matrix js api that will make a simple blog view of a matrix room. It logs into the room as a guest so the room needs to be publicly viewable.

Prerequisites

  • Join/create the room you want to show in the blog with this user.
  • Set it publicly viewable. "Who can read history?" -> Anyone
  • Update index.html with the info.

Setup

var blog = new MatrixBlog({
    selector: '#chat',
    room: '#blog:my.host.com',
    homeServer: 'https://my.host.com:8448'
});

Matrix

An open standard open standard for decentralised persistent communication.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 74.9%
  • HTML 25.1%