html - How to use correctly the og meta tags for sharing GIFs on facebook -
i trying share link page in facebook in order generate gif (with rounded gif symbol) using 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 result after sharing link in facebook:
and expected result should image above gif symbol:
it happens gifs, if try same thing link, works.
Comments
Post a Comment