Facebook – How to Upload Animated GIFs from Twitter

facebooktwitter

Animated GIFS on Twitter are great for capturing a meme. Downloading them is tricky, but can be done by reading the HTML source or using an external tool.

The problem I have is, whenever I upload an animated gif to Facebook, it fails to animate, only showing the first frame.

My question is: How do I upload animated gifs from Twitter onto Facebook?

Best Answer

Twitter generates an mp4 for an animated GIF, so you can upload it as a video to Facebook.

e.g. via the API

https://api.twitter.com/1.1/statuses/show.json?id=479307198901026816

      "variants": [
        {
          "bitrate": 0,
          "content_type": "video/mp4",
          "url": "https://pbs.twimg.com/tweet_video/BqbXWaHIYAEciGo.mp4"
        }

So you can upload this