discourse-rewind/README.md

13 lines
389 B
Markdown
Raw Normal View History

2024-12-07 17:54:26 +01:00
# DiscourseRewind
2021-04-03 00:53:34 +02:00
2024-12-07 17:54:26 +01:00
Display stats on your last year of Discourse usage.
2024-12-07 17:54:26 +01:00
## Usage
- add `http://127.0.0.1:4200/rewinds?` in `SiteSetting.allowed_iframes`
- example embed of a rewind in a post:
```
2024-12-11 22:38:26 +01:00
<iframe src="http://127.0.0.1:4200/rewinds?year=2024&username=j.jaffeux" width="320" height="500" frameborder="0" style="border:0;" allowfullscreen="" aria-hidden="false" tabindex="0" />
2024-12-07 17:54:26 +01:00
```