I think that's good enough for the basics.
This code will (eventually) convert all your embedded Tweets into proper semantic HTML without any tracking back to Twitter.
Rough code at:
https://github.com/edent/Tweet2Embed
Top-level
I think that's good enough for the basics. This code will (eventually) convert all your embedded Tweets into proper semantic HTML without any tracking back to Twitter. Rough code at: 1 comment
|
OK gang! This is ready for you to test.
python tweet2html.py --css 1234
That will take a Twitter ID and return HTML and CSS for you to embed in your website with no calling back to Twitter.
Features:
🗣 Avatars inlined as Base64 WebP
📸 All attached photos inlined
🎥 Video poster inline, <video> to original source
🔗 Hyperlinks don't use t.co
#️⃣ Hashtags and @ mentions linked
🕰 Semantic time
♥ and 🗨 counts
Try it out at https://github.com/edent/Tweet2Embed
Feedback and pull requests very welcome!
OK gang! This is ready for you to test.
python tweet2html.py --css 1234
That will take a Twitter ID and return HTML and CSS for you to embed in your website with no calling back to Twitter.
Features:
🗣 Avatars inlined as Base64 WebP
📸 All attached photos inlined
🎥 Video poster inline, <video> to original source
🔗 Hyperlinks don't use t.co
#️⃣ Hashtags and @ mentions linked
🕰 Semantic time
♥ and 🗨 counts