Facebook重定向到网址而不是玩瑞士法郎

时间:2012-07-28 13:09:55

标签: php html facebook share

我对Facebook分享有一些奇怪的问题。我使用以下代码在Facebook上分享swf播放器。它共享播放器,它可以在Facebook上使用,但仅适用于我。对于其他用户,它只共享预览图像并点击它重定向到网址,而不是附加播放器并播放。

<meta property="fb:app_id" content="*****">
<meta property="og:title" content="Hallgassviccet"/>
<meta property="og:type" content="video"/>
<meta property="og:url" content="http://www.hallgassviccet.hu/index.php?id=1"/>
<meta property="og:video" content="http://www.hallgassviccet.hu/images/preview.swf?componentWidth=280&componentHeight=78&pathToFiles=http://www.hallgassviccet.hu/admin/player/&xmlPath=xml/settings.xml&artistName=Hallgass Viccet&songName=A szétvert budi&songURL=viccek/viccek_100907_a szetvert budi.mp3" />
<meta property="og:image" content="http://i1.ytimg.com/vi/H73O8zaHmAo/default.jpg">
<meta name="video_type" content="application/x-shockwave-flash" />
<meta property="og:video:width" content="280" />
<meta property="og:video:height" content="78" />

分享网址是:

<a title="Add a Facebook-hoz" onclick="window.open('http://www.facebook.com/share.php?u=http://www.hallgassviccet.hu/index.php?id=1');return false;" href="http://www.facebook.com/" target="_blank"><img border="0" src="images/facebook.png" onMouseOver="this.src='images/facebook_hover.png'" onMouseOut="this.src='images/facebook.png'" width="24" alt="Oszd meg Facebook-on" style="cursor:pointer;" /></a>

这里有什么不对?为什么其他人不能在Facebook上使用swf播放器?

1 个答案:

答案 0 :(得分:0)

可能是因为其他人是通过HTTPS登录的,而您是通过HTTP登录的。 Facebook不会为浏览HTTPS的用户回放SWF,除非SWF源也通过HTTPS。