Conversation
Notices
-
What's a good method to embed toots into a web page?
I guess you could iframe it, which would be a little gross. Some CSS hacks could in theory work around it.
You could make a small JS client that renders toot JSON into a widget of some sort. A basic timeline could return toots that match up with a specific search query, and render them to look like toots again.
Maybe some variables could be included to specify instance and tag. Eventually, maybe point to a public firehose.
-
@deadsuperhero I think a web utility to generate an embedded HTML of toots is a good thing to build right now. I should probably make one.
-