my php website :D https://j0.lol
fork

Configure Feed

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

at main 15 lines 928 B view raw
1<p>I added comments to my site!</p> 2 3<p>It works by linking to a bluesky post, and mirroring the comments to my website. It's pretty cool :)</p> 4 5<p>Here's the basics of how to use it:</p> 6<pre><code class="language-html">&#x3C;!-- You should download and mirror the script if possible! --&#x3E; 7&#x3C;!-- https://github.com/LoueeD/bsky/blob/main/comments.js --&#x3E; 8&#x3C;script type=&#x22;module&#x22; src=&#x22;https://esm.sh/gh/loueed/bsky@v1.0.0/comments&#x22;&#x3E;&#x3C;/script&#x3E; 9 10&#x3C;!-- You can plug your post URL into https://pdsls.dev to get the URI here. --&#x3E; 11&#x3C;bsky-comments post=&#x22;at://did:plc:by6abidhbnj6siox5if2wzq6/app.bsky.feed.post/3llckts3ryc2w&#x22;&#x3E;&#x3C;/bsky-comments&#x3E;</code></pre> 12 13<p>Yeah, that's basically it. I didn't make it or anything. Just want to show it off.</p> 14 15<p>The only issue is... how am I going to post this and get the ATproto uri before I publish it?</p>