From 08215d600219279ab5d75590f513fa73c41240af Mon Sep 17 00:00:00 2001 From: dangered wolf Date: Fri, 15 Jul 2022 17:57:11 -0400 Subject: [PATCH] Added Discord multi-image tweet note --- README.md | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 71859e7..7fc1d18 100644 --- a/README.md +++ b/README.md @@ -26,22 +26,24 @@ Here's a little chart comparing features to Twitter default embeds and other embedding services -| | pxTwitter | Twitter default | vxTwitter (BetterTwitFix) | Twxtter (sixFix) | -| ------------------------------------- | :----------------: | :-----------------------------: | :------------------------------: | :------------------------------: | -| Embed Tweets / Photos | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | -| Embed Videos | :heavy_check_mark: | :x:¹ | :heavy_check_mark: | :heavy_check_mark: | -| Embed Poll results | :heavy_check_mark: | :x: | :x: | :x: | -| Embed Quote Tweets | :heavy_check_mark: | :x: | :heavy_minus_sign: Without Media | :heavy_minus_sign: Without Media | -| Embed Multiple Images | :x: | :heavy_minus_sign: Discord Only | With c.vxtwitter.com | :x: | -| Publicly accessible embed index | :x:² | N/A | :x:² | :heavy_check_mark: | -| Replace t.co with original links | :heavy_check_mark: | :x: | :x: | :x: | -| Media-based embed colors on Discord | :heavy_check_mark: | :x: | :x: | :x: | -| Redirect to video file (wihout embed) | Coming soon! | :x: | :x: | :heavy_check_mark: | +| | pxTwitter | Twitter default | vxTwitter (BetterTwitFix) | Twxtter (sixFix) | +| ------------------------------------- | :----------------: | :------------------------------: | :------------------------------: | :------------------------------: | +| Embed Tweets / Photos | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | +| Embed Videos | :heavy_check_mark: | :x:¹ | :heavy_check_mark: | :heavy_check_mark: | +| Embed Poll results | :heavy_check_mark: | :x: | :x: | :x: | +| Embed Quote Tweets | :heavy_check_mark: | :x: | :heavy_minus_sign: Without Media | :heavy_minus_sign: Without Media | +| Embed Multiple Images | :x: | :heavy_minus_sign:³ Discord Only | With c.vxtwitter.com | :x: | +| Publicly accessible embed index | :x:² | N/A | :x:² | :heavy_check_mark: | +| Replace t.co with original links | :heavy_check_mark: | :x: | :x: | :x: | +| Media-based embed colors on Discord | :heavy_check_mark: | :x: | :x: | :x: | +| Redirect to video file (wihout embed) | Coming soon! | :x: | :x: | :heavy_check_mark: | ¹ Discord will attempt to embed Twitter's video player, but it is unreliable ² Neither pxTwitter or vxTwitter have a public embed ledger, for privacy reasons. vxTwitter still stores all responses in a database / JSON file controlled by the owner. pxTwitter by contrast relies on Cloudflare caching of responses: there is no link store accessible to the owner. +³ Discord uses a custom embed container for Twitter.com to enable multi-image, which is unfortunately not available to other websites. + --- ## Why pxTwitter is better to develop for and deploy