diff --git a/EMBED.md b/EMBED.md index b786f8e..214c889 100644 --- a/EMBED.md +++ b/EMBED.md @@ -1,13 +1,15 @@ # Hello embed -Hello can be embedded in any webpage using iFrame as shown below. +Hello can be embedded in any webpage using iFrame as shown below. [Demo link](https://hello-demo-embed.surge.sh/) ``` - + ``` Hello supports the following URL params. -| Param | Description | Type | -| ----- | --------------------------------- | ------ | -| name | Adds a default name for the user. | string | +| Param | Description | Type | Example | Default | +| ----- | -------------------------------------- | ------- | -------- | ------- | +| name | Adds a default name for the user. | string | `John` | `null` | +| theme | Hex code of a color without the #. | string | `F22952` | `null` | +| chat | A boolean to disable the chat feature. | boolean | `false` | `true` | diff --git a/views/channel.ejs b/views/channel.ejs index b663149..e3f4c95 100755 --- a/views/channel.ejs +++ b/views/channel.ejs @@ -13,7 +13,12 @@
- +