words

Changed files
+7 -5
live-embed
+1 -1
live-embed/src/App.css
··· 1 1 #root { 2 - max-width: 1280px; 2 + max-width: 51em; 3 3 margin: 0 auto; 4 4 padding: 2rem; 5 5 text-align: center;
+6 -4
live-embed/src/App.tsx
··· 60 60 <li><strong>Interaction updates</strong>: subscribes to <a href="https://spacedust.microcosm.blue/" target="_blank">spacedust</a>.</li> 61 61 <li>There is no backend.</li> 62 62 </ul> 63 - <p>The post selection takes a couple top posts from the public bluesky Discover feed so I guess it's kind of cheating but hey.</p> 64 - <p>Oh and media files load from Bluesky's CDN so that's also cheating.</p> 63 + <p>The post selection takes a couple top posts from the public bluesky Discover feed so I guess it's kind of cheating but hey. And media files load from Bluesky's CDN (or, will soon) so that's also cheating.</p> 65 64 66 - <h2>If you actually want to embed a post</h2> 67 - <p>See <a href="https://mary-ext.codeberg.page/bluesky-embed/" target="_blank"><code>&lt;bluesky-embed&gt;</code></a> from <a href="https://mary.my.id" target="_blank">mary</a>. It's a very solid post renderer, unlike this demo.</p> 65 + <p>Source code is on <a href="https://tangled.sh/@bad-example.com/spacedust-utils/tree/main/live-embed" target="_blank">tangled</a>. Still a work in progress.</p> 66 + 67 + <h2>PS</h2> 68 + <p>If you actually want to embed a post on a web page, check out <a href="https://mary-ext.codeberg.page/bluesky-embed/" target="_blank"><code>&lt;bluesky-embed&gt;</code></a> from <a href="https://mary.my.id" target="_blank">mary</a>. It's a very solid post renderer, unlike this demo.</p> 69 + 68 70 </div> 69 71 70 72 </>