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

Configure Feed

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

Minor layout tweak in a post

+5 -7
+5 -7
posts/comments.html
··· 3 3 <p>It works by linking to a bluesky post, and mirroring the comments to my website. It's pretty cool :)</p> 4 4 5 5 <p>Here's the basics of how to use it:</p> 6 - <pre><code class="language-html"> 7 - &#x3C;!-- You should download and mirror the script if possible! --&#x3E; 8 - &#x3C;!-- https://github.com/LoueeD/bsky/blob/main/comments.js --&#x3E; 9 - &#x3C;script type=&#x22;module&#x22; src=&#x22;https://esm.sh/gh/loueed/bsky@v1.0.0/comments&#x22;&#x3E;&#x3C;/script&#x3E; 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; 10 9 11 - &#x3C;!-- You can plug your post URL into https://pdsls.dev to get the URI here. --&#x3E; 12 - &#x3C;bsky-comments post=&#x22;at://did:plc:by6abidhbnj6siox5if2wzq6/app.bsky.feed.post/3llckts3ryc2w&#x22;&#x3E;&#x3C;/bsky-comments&#x3E; 13 - </code></pre> 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> 14 12 15 13 <p>Yeah, that's basically it. I didn't make it or anything. Just want to show it off.</p> 16 14