gpt4 book ai didi

facebook - Metas 打开图来构建与动画 gif 的共享

转载 作者:行者123 更新时间:2023-12-02 19:33:06 25 4
gpt4 key购买 nike

我正在尝试构建一个页面来共享动画 gif,就像 Giphy 一样。

如果您共享此链接 ( http://giphy.com/gifs/mQpZtX0gKDESA ),您会看到共享图像变得可以播放。需要注意的是,我不想分享 gif 的直接链接。我需要用 gif 共享我的页面,并且共享需要显示可播放的 gif。

我已经尝试复制 Giphy 使用的所有元标记,但不走运。

如果有人对此有所了解,我将非常感激。

感谢您的帮助。

最佳答案

目前,仍然可以使用 .SWF 容器像视频一样显示 GIF 动画。如果你制作了这样的Flash容器,你可以用它来显示动画GIF。

容器应该是参数化的,因此您不必对图像链接进行硬编码。读取Flash中的参数,加载GIF图片并显示。

使用完 Flash 后,在浏览器中打开脚本链接(如下所示) - 它应该显示动画图像。

http://website.com/container.swf?url=http://website.com/animated.gif

最后,在 HTML 中填写 Facebook 的这些元标记:

<meta property="og:type" content="movie">
<meta property="og:video" content="http://website.com/container.swf?url=http://website.com/animated.gif" />
<meta property="og:video:secure_url" content="https://website.com/container.swf?url=http://website.com/animated.gif" />
<meta property="og:image" content="http://website.com/front.jpg"/>
<meta property="og:image:width" content="640" />
<meta property="og:image:height" content="480" />
<meta property="og:video:width" content="640" />
<meta property="og:video:height" content="480" />
<meta property="og:video:type" content="application/x-shockwave-flash" />

关于facebook - Metas 打开图来构建与动画 gif 的共享,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31951397/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com