HOW TO present a collection of Tweets as a Slide Show

Twitter Moments lets you curate a set of public Tweets from anyone all at one place. Twitter’s recommendation is to keep Moments, the feature to stitch together multiple tweets into slideshow-like stories, around 10 tweets long. From my experience, there may be an upper limit of 50+ in a single collection but managing the list gets messy and some Tweets in the list may disappear or the order may get jumbled.

I found that Twitframe allows us to display Embedded Tweets on websites to dynamically show retweet and favorite counts, inline media/card data while isolating the Javascript and DOM manipulation to an embedded iframe. This is an independent service not affiliated with Twitter in any way. No guarantee of availability or security is made by using this service by Twitframe.

I used this service to build a slide show of any collection of public Tweets. Check a sample and the Github Gist of the code

If you enable Tracking prevention in Microsoft Edge, the code doesn't work as this setting blocks a script required by Twitframe. This warning shows up in Dev Tools - Tracking Prevention blocked a Script resource from loading https://platform.twitter.com/widgets.js.

Comments