plugin usage

This commit is contained in:
Joffrey JAFFEUX 2024-12-07 17:54:26 +01:00
parent ed87c470f0
commit 3a710f4c1e

View File

@ -1,5 +1,12 @@
# **Plugin Name** Plugin # DiscourseRewind
**Plugin Summary** Display stats on your last year of Discourse usage.
For more information, please see: **url to meta topic** ## 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" />
```