custom element for embedding Bluesky posts and feeds mary-ext.github.io/bluesky-embed
typescript npm bluesky atcute
8
fork

Configure Feed

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

at pages 13 lines 383 B view raw
1<!doctype html> 2<html lang="en"> 3 <head> 4 <meta charset="UTF-8" /> 5 <meta name="viewport" content="width=device-width, initial-scale=1.0" /> 6 <title>Bluesky embed</title> 7 <script type="module" crossorigin src="./assets/index-CD_0uzJz.js"></script> 8 <link rel="stylesheet" crossorigin href="./assets/index-B_9yoyg2.css"> 9 </head> 10 <body> 11 <div id="app"></div> 12 </body> 13</html>