You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A lot of blank tweets with t.co links are actually tweets with embedded video. Instead of remove those tweets, we will include a video playback. This is doable in HTML5 without any additional javascript.
A lot of blank tweets with t.co links are actually tweets with embedded video. Instead of remove those tweets, we will include a video playback. This is doable in HTML5 without any additional javascript.
See example here: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/video
To supply the video, we can point directly to the video asset on the Twitter CDN. For this we need to include the media attachments in the tweet: https://developer.twitter.com/en/docs/twitter-api/data-dictionary/object-model/media
Need to include v2 object in the database [Saumya]
The text was updated successfully, but these errors were encountered: