Oddbean new post about | logout
 Finally! 

Nostr.Band now renders proper meta-tags for profiles and event pages - links to profiles and events look much better when shared in messengers or xitters. 

https://void.cat/d/U11QD7GAb58wcYn3Zcjtse.webp

This works with a small http server that fetches events/profiles on the server and injects meta tags into index.html of our built SPA. Just in case you need that in your own apps: https://github.com/nostrband/nometa 
 👀

nostr:nevent1qqsrwe8gwwtpnhv42hvml2edh7dg6drl0gpz5ggp3ngyqq04m2l78eqpz3mhxue69uhhyetvv9ujuerpd46hxtnfdupzqv6kmesm89j8jvww3vs5pv46hqm7pqgvpm63twlf9hszfqzqhz7aqvzqqqqqqygqvmgj 
 Nice. Do you know why my RSS feeds stopped working? 
 Oh my, they depended on the old middleware that I terminated recently. Let me see if I can get them back...  
 That would be awesome! I'm lost without those feeds 😉  
 Nice! Every web client should do this :)  
 Exactly! 
 Found a small big 😁 https://github.com/nostrband/nometa/pull/1 
 Thank you for your contribution! 
 A little handy update here - it will print the fetched event and profile into window.nometaPreloadedEvents={ event, profile } so that your SPA could render them ASAP without re-fetching on the client.  
 Grats! 
 Thanks!