Add Bluesky replies, quotes, and reposts to any web page. Handy for adding a comments section anywhere.
9
fork

Configure Feed

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

Added link back to the repo

Jim Ray 17f78a90 bb0d74a1

+3
+3
index.html
··· 17 17 h1 { font-size: 1.5rem; margin-bottom: 0.25rem; } 18 18 h2 { font-size: 1.1rem; margin-top: 2.5rem; margin-bottom: 0.5rem; color: #374151; } 19 19 p.subtitle { color: #6b7280; margin-bottom: 2rem; } 20 + a { color: #374151; } 21 + a:hover { color: #2564eb; } 20 22 code { background: #f3f4f6; padding: 0.15em 0.4em; border-radius: 3px; font-size: 0.9em; } 21 23 nav { display: flex; gap: 0.5rem; margin-bottom: 2rem; } 22 24 nav a { ··· 46 48 47 49 <h1>&lt;bsky-conversation&gt;</h1> 48 50 <p class="subtitle">A zero-dependency web component for Bluesky conversation threads.</p> 51 + <p class="subtitle"><a href="https://tangled.org/jimray.bsky.team/bsky-conversation">Full source code available on tangled.org</a></p> 49 52 50 53 <nav> 51 54 <a href="#basic">Basic</a>