tweetback
tweetback copied to clipboard
Super lightweight embed!
Maybe a WebC component??
I think some low-hanging fruit would be a small CSS override that provides a better experience for <iframe> embeds.
The only question is whether to load this CSS dynamically (triggered by window.self !== window.top or something like ?embed), or to generate a separate HTML file for this use case.
The downside of the former being that it won't work with JS disabled, while the latter means a lot of redundant HTML. I'd lean towards the separate HTML file though; for my own archive for example the individual HTML files make up 3% of the total filesize so duplicating that is not a big overall difference anyway.