Yo does anyone know how we should make it so embedded toots iframes have the correct height of the toot? Anyone with experience creating embeds for stuff?
@Gargron I have no idea, but Twitter does this thing which is super nice for embedded tweets: they’re blockquotes, not iframes. So the content is kept in articles inserting the tweets, and it works nicely for accessibility and posterity :)
@Gargron Yes, you’re right! But as long as there is a blockquote there, I’m happy (Firefox’s tracking protection actually blocks the thing that makes them into frames, so I’m used to the blockquotes alone).
@nclm Right, but in case <script> is blocked, an iframe is still better than a blockquote, no? Because it displays rich content, albeit at wrong height..?