diff --git a/README.md b/README.md index 406ae12..a749c02 100644 --- a/README.md +++ b/README.md @@ -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=` and optionally whether you only want to include favorited replies as +`filter_favorited=` to the div. + +Instead of embedding all Posts of one account, this will fetch the replies to one Post and display them ## dev setup diff --git a/public/index.html b/public/index.html index 40a5327..bd33162 100644 --- a/public/index.html +++ b/public/index.html @@ -10,9 +10,7 @@
+ host_url="https://social.meissa-gmbh.de"> Here the timeline will appear.