discourse-rewind/README.md

13 lines
368 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:
```
<iframe src="/rewinds?year=2024&username=j.jaffeux" width="400" height="300" frameborder="0" style="border:0;" allowfullscreen="" aria-hidden="false" tabindex="0" />
```