a web component that shows the replies to a linked bsky post as comments.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

update CDN link

rekkice d5dbebfa 800abba6

+1 -1
+1 -1
README.md
··· 11 11 12 12 include this element at the end of your `<head>`: 13 13 ```html 14 - <script src="https://cdn.jsdelivr.net/npm/bsky_comments_widget@1.0.0/bsky_comments_widget.js" defer></script> 14 + <script src="https://unpkg.com/bsky_comments_widget" defer></script> 15 15 ``` 16 16 17 17 then you can use the web component wherever you want. for example: