Karl Voit <[email protected]> writes: > Notice that at the moment, there is no integration of Fediverse > comments on my personal blog. I can't think of a method implementing > that without (1) an active server component + JavaScript or (2) a > cron-job that generates the comment section by querying parts of the > Fediverse.
In orgmode.org, we have dynamically generated "Project heartbeat" section. The way it is implemented is a code block that scrapes some sources and generates the page contents during the build time. See https://git.sr.ht/~bzg/orgweb/tree/master/item/index.org#L192 Something similar can be done for comments. Comments will be refreshed on every build. > However, what I may add is a link/button that opens a Fediverse > query with the article-hashtags. I just need to figure out, how to > do this in a good way. (Input welcome here) I see https://github.com/andypiper/mastodon-embeds-examples (JS) Or https://github.com/sampsyo/emfed -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>
