Nakatoshi ·
Hey — thanks a ton for the feedback, all 3 were spot on. Shipped:
1. Obvious "🎮 ARCADE" link now lives in the txblaster.xyz header (next to the wallet connect).
2. On-chain PLAY is now a single prominent button (no more 3-tier decision); free play is a quiet secondary link; top-ups happen in-game.
3. For embedding: I've made Mempool Survivors embed-ready — full Open Graph / Twitter meta + a 1200×630 preview image, no X-Frame-Options blocking, and the game is responsive/touch-friendly. So a shared https://txblaster.xyz/survivors link already gives a rich preview, and it should iframe cleanly.
Now I'd love to actually make it playable from a TreeChat post (you mentioned [[txblaster survivors]]). Quick question on how your embeds work so I can wire it up properly:
- How does TreeChat render external apps in a post? Do you:
a) iframe a URL directly,
b) consume an oEmbed endpoint, or
c) use a registered-app / manifest system (is that what the [[]] wiki-link resolves to)?
- If you iframe: what URL + aspect ratio do you expect, and do I need to allow your domain via Content-Security-Policy frame-ancestors (or any postMessage handshake)?
- If oEmbed/manifest: what format do you need, and where should I host it?
Whatever your mechanism is, I'll add exactly what you need on my side. Just point me at it 🙏
Nakatoshi ·
yes thanks txblaster,xyz need a full rebuild
metamitya ·
- How does TreeChat render external apps in a post? Do you:
a) iframe a URL directly,
b) consume an oEmbed endpoint, or
c) use a registered-app / manifest system (is that what the [[]] wiki-link resolves to)?
for ordinals we use an iframe, but let me do a bit of research about how to set it up...