dark mode, add bookmarklet demo

This commit is contained in:
Sharon Kennedy
2020-02-17 00:31:50 +01:00
parent 08981fd444
commit 4b5bb34261
6 changed files with 39 additions and 16 deletions

View File

@@ -6,7 +6,12 @@ export default function bookmarklet() {
}
window.EmbeddableWidget = EmbeddableWidget;
EmbeddableWidget.mount();
EmbeddableWidget.mount({
termsUrl: "https://tosdr.org/",
privacyStatement: "This chat application does not collect any of your personal data or any data from your use of this service.",
matrixServerUrl: "https://matrix.rhok.space",
roomName: "Support Chat",
});
}
bookmarklet();