zernonia / tweetic

Convert Tweets to Static HTML
https://tweetic.zernonia.com/
MIT License
241 stars 17 forks source link

A simpler, table-based layout for email use #30

Open peterc opened 2 years ago

peterc commented 2 years ago

I'm happy to have a go at writing the code for this as I have experience in the area, but it'd be neat to have one of the layout options be to generate an "all in one" simpler version for use in constrained contexts like email.

So no SVG, no separate CSS, just a (flexible width) HTML table with the CSS all in style attributes. This could then be used by people who run email newsletters, etc, to easily embed tweets there.

zernonia commented 2 years ago

Nice usage for embedding tweets on newsletter. 👍🏻 This is a challenging & huge task because generating email format ready html table is not easy. 😅