How to use correctly the og meta tags for sharing GIFs on facebook

2.5k Views Asked by At

I am trying to share my link page in facebook in order to generate a GIF (with the rounded GIF symbol) using the og meta tags:

            <meta content="width=device-width, initial-scale=1" name="viewport" />
            <meta property="og:url" content="https://i.giphy.com/YuXbch37iz5ao.gif" />
            <meta content="video.other" property="og:type" />
            <meta property="og:image" content="https://i.giphy.com/YuXbch37iz5ao.gif" />
            <meta content="image/gif" property="og:image:type" />
            <meta property="og:image:width" content="384" />
            <meta property="og:image:height" content="480" />
            <meta content="991618354275198" property="fb:app_id" />
            <meta content="crazygifs" property="og:site_name" />

And the result is it after sharing the link in facebook:

result

And the expected result should be the image above with this the GIF symbol:

GIF symbol

It happens with some gifs, if I try to do the same thing with this link, it works.

1

There are 1 best solutions below

0
On

I assume that is a rendering problem from facebook. No solution so far...