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?
@saper @Gargron JS rendering a toot via API / JSON isn't a bad way to go at all, you'd just handle all of the styling on the recipient end. As a bonus, it can be integrated into something like WordPress as a plugin.
Given the decentralized nature of the network, I can't advocate using something like OEmbed, since that often requires whitelisting domains for the renderer (or ignoring a whitelist entirely).