From 442050f3660aea74cce775642605301c93f3ed7e Mon Sep 17 00:00:00 2001 From: bom Date: Thu, 10 Mar 2022 10:46:22 +0100 Subject: [PATCH] added Doc of new feature to Readme --- README.md | 5 +++++ public/index.html | 4 +--- 2 files changed, 6 insertions(+), 3 deletions(-) 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.