added Doc of new feature to Readme
This commit is contained in:
parent
b185ce058f
commit
442050f366
2 changed files with 6 additions and 3 deletions
|
@ -41,6 +41,11 @@ In order to try it, just create a html like
|
||||||
|
|
||||||
We use bootstrap for rough styling. More styling is up to you at the moment, help is welcome :-)
|
We use bootstrap for rough styling. More styling is up to you at the moment, help is welcome :-)
|
||||||
|
|
||||||
|
## using in reply mode
|
||||||
|
Add `replies_to=<REPLY-ID>` and optionally whether you only want to include favorited replies as
|
||||||
|
`filter_favorited=<TRUE|FALSE>` to the div.
|
||||||
|
|
||||||
|
Instead of embedding all Posts of one account, this will fetch the replies to one Post and display them
|
||||||
|
|
||||||
## dev setup
|
## dev setup
|
||||||
|
|
||||||
|
|
|
@ -10,9 +10,7 @@
|
||||||
<div id="masto-embed"
|
<div id="masto-embed"
|
||||||
account_name="team"
|
account_name="team"
|
||||||
coment_in_account_id="2"
|
coment_in_account_id="2"
|
||||||
host_url="https://social.meissa-gmbh.de"
|
host_url="https://social.meissa-gmbh.de">
|
||||||
replies_to="107779492679907372"
|
|
||||||
filter_favorited=true>
|
|
||||||
Here the timeline will appear.
|
Here the timeline will appear.
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue