gpt4 book ai didi

facebook - Youtube 视频在 Facebook 选项卡中不可见

转载 作者:行者123 更新时间:2023-12-03 06:26:12 26 4
gpt4 key购买 nike

对于我客户的 Facebook 页面,我在 Facebook 品牌选项卡中遇到问题。

我在 Facebook 页面中创建了一个标签。
我有相同的 HTML 代码。
在这段代码中,我使用 iframe 来展示来自 Youtube 的视频。
当我从我的桌面上用谷歌浏览器打开这个 html 文件时,整个 810 x 800px 的设计都可以通过“youtube 视频”看到并且视频被播放。
但是当我在 Facebook 页面中创建一个新标签时,给我的应用程序 ID 和 url 只有背景图像可见,没有视频!

我所有的内容都来自 SSL 认证网站。

这是我正在使用的代码。

enter code here
<!DOCTYPE html PUBLIC "-//W3C//DTD html 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="language" content="english">
<meta http-equiv="Content-Style-Type" content="text/css">

<title>Kich Video</title>

<style type="text/css">
body {
margin:0;
background-color:#f0f0f0;
}
#container {
width:810px;
height:695px;
padding-top:115px;
padding-left:260px;
margin:0px;
background-image:url(https://spotlightcommunication.com/work/kichtvad/background.jpg);
background-repeat:no-repeat;
}
#container object {
width:560px;
height:315px;
}
</style>

</head>
<body style="margin:0">

<div id="container">

<iframe width="500" height="281" src="http://www.youtube.com/embed/4CjayX3GNmU?rel=0"
frameborder="0" allowfullscreen></iframe>

</div>
<div style="padding-left:0px;">
<a href="http://www.crowdmultiplier.com"><img
src="http://i1160.photobucket.com/albums/q495/chandansolanki/CMPowered810x60_Px.jpg"></a></div>
</body>
</html>

我目前在 Facebook 页面上保持此标签处于事件状态。
在那里你可以看到,只有背景图像是可见的,而不是视频。

Facebook页面链接 Facebook .
标记为 Kich TV 广告的标签需要显示此视频。

谁可以帮我这个事?

基里特·贾萨尼

最佳答案

All my content comes from SSL certified site.



好吧,你总是需要使用 https。如果您查看浏览器控制台,它会告诉您 youtube 链接已被阻止,因为它的内容不安全(http 而不是 https)。对所有绝对 URL 使用 https。这适用于 youtube src 和 photobucket src。

关于facebook - Youtube 视频在 Facebook 选项卡中不可见,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26192858/

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