0.1.4 • Published 4 months ago

@pberganza/fedi-comments v0.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

fedi-comments

A web component that displays comments based on replies on the fediverse.

Installation

npm add @pberganza/fedi-comments

# OR

pnpm add @pberganza/fedi-comments

Usage

This component is naive. It will just display the replies to a status with a specific ID.

It is intended to be used by first sharing a link of your post to your Fediverse account, grabbing the ID from it and using it in this component to display replies to that status as replies to your article.

<script type="module">
    import '@pberganza/fedi-comments'
</script>
<fedi-comments id="1234567890" instance="mastodon.social"></fedi-comments>
0.1.4

4 months ago

0.1.3

4 months ago

0.1.2

4 months ago

0.1.1

4 months ago

0.1.0

4 months ago