Facebook 视频下方的 Facebook 共享器

发布于 2024-12-31 21:38:35 字数 303 浏览 6 评论 0原文

我在粉丝页面选项卡中嵌入了一个 Facebook 视频。您可以单击共享消息,但弹出的对话框出现在视频本身下方。我有一个屏幕截图给你看,但它不允许我发布它,因为我没有足够的代表。

有没有办法把分享信息放在视频上方?我在 css 中尝试过 z-index 但没有成功。我还尝试将这些标签添加到嵌入代码中:

<param name="wmode" value="transparent" />
wmode="transparent" (in the actual embed tag)

但这也不起作用。

I have a facebook video embedded in a fan page tab. You can click to share a message but the dialog that pops up appears underneath the video itself. I had a screenshot to show you but it won't let me post it because I don't have enough rep.

Is there a way to have the sharing message above the video? I have tried z-index in css and that didn't work. I also tried adding these tags to the embed code:

<param name="wmode" value="transparent" />
wmode="transparent" (in the actual embed tag)

but that didn't work either.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

深居我梦 2025-01-07 21:38:35

请尝试使用 wmode="opaque",如下所述:http: //developers.facebook.com/docs/appsonfacebook/tutorial/

Try instead to use wmode="opaque" as described here: http://developers.facebook.com/docs/appsonfacebook/tutorial/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文