Why Facebook does not animate gif, if gif is used as og:img?

467 Views Asked by At

I have this post: https://tikex-dev.com/kubl/szkg/j1vd/7w68 it has og:img: https://t44-post-cover.s3.eu-central-1.amazonaws.com/v56o

If you load it in a browser it animates, but not on Facebook, why?

And I have those headers:

<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<meta property="og:title" content="555">
<meta property="og:description" content="555">
<meta property="og:image" content="https://t44-post-cover.s3.eu-central-1.amazonaws.com/v56o">
<meta property="og:image:width" content="1920">
<meta property="og:image:height" content="1080">
<meta property="og:image:type" content="image/gif">
<meta property="og:type" content="website">
<meta property="fb:app_id" content="402670860613108">
<meta property="og:url" content="https://tikex-dev.com/kubl/szkg/j1vd/7w68">
<meta name="next-head-count" content="11">
</head>

Giphy uses mp4 as og:video. Do I really need video to show an animation? Tenor uses webm format in og:video. Is og:video really needed?

0

There are 0 best solutions below