有没有办法在Facebook帖子中嵌入swf文件 - 2014年11月

时间:2014-11-04 20:52:53

标签: facebook actionscript-3 flash flex

当fb支持fbml时,您可以使用iframe但是有一种方法可以在带有嵌入式swf文件的fb帖子中进行调查样式。

因为我使用Adobe Flash Builder& Adobe Flex 4.6 +?

2 个答案:

答案 0 :(得分:1)

我们可以在Facebook上分享内容,为此,我们使用页面HTML中包含的Open Graph标记,并允许Facebook Crawler在Facebook上分享您的内容时生成预览。

您可以从这里开始:https://developers.facebook.com/docs/sharing/best-practices#tagshttps://developers.facebook.com/docs/opengraph/using-objects如果您有任何疑问,我随时为您提供帮助。

举个例子:

<html xmlns:og="http://ogp.me/ns#">
<head prefix="og: http://ogp.me/ns fb: http://ogp.me/ns/fb">
   <meta property="og:type" content="game" />
   <meta property="og:url" content="http://your.site.com/page.html" />
   <meta property="og:title" content="title here" />
   <meta property="og:description" content="description here" />
   <meta property="og:image" content="http://your.site.com/image.jpg" />
   <meta property="og:video" content="https://your.https.site.com/your_swf.swf" />
   <meta property="og:video:width" content="480" />
   <meta property="og:video:height" content="360" />
   <meta property="og:video:type" content="application/x-shockwave-flash" />
</head>

此HTML代码将为您提供如下导出:

Facebook swf export example

有关详细信息,您还可以看到:https://developers.facebook.com/docs/games/feed-gaming并在Facebook上调试,验证您是否得到了您想要的内容,您可以在此处使用facebook调试页面:https://developers.facebook.com/tools/debug/og/object/

答案 1 :(得分:0)

不,它不可能,就像试图在fb上发布gif一样,它只会显示链接