我非常肯定我知道磁铁是如何工作的,但我很感兴趣http://giphy.com/如何让动画gif在Facebook上工作。有没有人知道如何做到这一点?是哑剧型替代还是一些无证型?我研究过的所有其他方法都不起作用。
答案 0 :(得分:2)
显然他们通过将其转换为闪存来绕过它。 Here's the Mashable article on it.从技术上讲,他们到Facebook时并不是GIF。
答案 1 :(得分:1)
我认为GIF并没有转换为flash文件。 Facebook默认播放gif链接。您只需要在编码时使用正确的“og”标签来进行图像
<meta property="og:type" content="**video.other**" />
<meta property="og:title" content="***Your page title***" />
<meta property="og:url" content="***Your-image-url***" />
<meta property="og:image:type" content="**image/gif**"
您应该使用以下Facebook分享调试工具来比较和更正您的编码。
https://developers.facebook.com/tools/debug/sharing/
提示:粘贴giphy的链接,然后将您的网站粘贴到Facebook调试工具,并在编码时比较它们