update Readme including nbstand=1 argument
This commit is contained in:
parent
49361092c9
commit
973a3b9342
1 changed files with 3 additions and 1 deletions
|
@ -38,6 +38,8 @@ JSON config file:
|
||||||
|
|
||||||
- **Including Replies:** By default, replies are excluded from the wall. However, this behavior can be changed by setting includeReplies to true in the `config.json` file.
|
- **Including Replies:** By default, replies are excluded from the wall. However, this behavior can be changed by setting includeReplies to true in the `config.json` file.
|
||||||
|
|
||||||
|
- **Configurable Overlay:** By default only the MastoWall is shown. For use with large displays eg during trade shows, conferences, booths, you can enable the Carousel with enlarged display of the 10 most recent posts. Just add `nbstand=1` to the argument in the URL.
|
||||||
|
|
||||||
## Technology Stack
|
## Technology Stack
|
||||||
|
|
||||||
Mastowall is built using the following technologies:
|
Mastowall is built using the following technologies:
|
||||||
|
@ -64,7 +66,7 @@ Mastowall is built using the following technologies:
|
||||||
|
|
||||||
## Sharing via URL
|
## Sharing via URL
|
||||||
|
|
||||||
Mastowall supports URL parameters to easily share specific hashtag configurations and the Mastodon server. Simply append the desired hashtags and the server URL to the URL following this format: `?hashtags=hashtag1,hashtag2,hashtag3&server=serverUrl`
|
Mastowall supports URL parameters to easily share specific hashtag configurations and the Mastodon server. Simply append the desired hashtags and the server URL to the URL following this format: `?hashtags=hashtag1,hashtag2,hashtag3&server=serverUrl&nbstand=0`
|
||||||
|
|
||||||
Enjoy using Mastowall!
|
Enjoy using Mastowall!
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue