added Doc of new feature to Readme

master
bom 2 years ago
parent b185ce058f
commit 442050f366

@ -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

@ -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>

Loading…
Cancel
Save