added Doc of new feature to Readme

This commit is contained in:
bom 2022-03-10 10:46:22 +01:00
parent b185ce058f
commit 442050f366
2 changed files with 6 additions and 3 deletions

View file

@ -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 :-)
## 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

View file

@ -10,9 +10,7 @@
<div id="masto-embed"
account_name="team"
coment_in_account_id="2"
host_url="https://social.meissa-gmbh.de"
replies_to="107779492679907372"
filter_favorited=true>
host_url="https://social.meissa-gmbh.de">
Here the timeline will appear.
</div>
</div>