如何将YouTube视频嵌入facebook iframe应用程序?

时间:2011-09-23 18:55:53

标签: facebook video iframe youtube embed

我想创建一个带有2个按钮的图像的Facebook应用程序,在图像下面会有来自youtube的视频。但由于编码对我来说是新的,我需要你的帮助。我尝试了不同的代码,但没有一个有效。视频根本没有出现。 接下来是我提出的最终代码:

<html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://www.facebook.com /2008/fbml">

<script type="text/javascript">
function framesetsize(w,h){
var obj =   new Object;
obj.width=w;
obj.height=h;
FB.Canvas.setSize(obj);
}
</script>
</head>
<body onload="framesetsize(520,3300)"> <!--specify the height and width for resize-->
<div id="fb-root">

<div align="center"><img src="http://fb.joma-sport.hu/jomafiuk4.jpg" width="520" height="390" border="0" usemap="#Map" /></p>
<map name="Map" id="Map">
<area shape="rect" coords="133,74,246,335" href="2.htm" target="_self" alt="Total fit" />
<area shape="rect" coords="248,43,414,339" href="3.htm" target="_self" alt="Aluminio" />
</map></div>
</div> 
<iframe title="YouTube video player" width="650" height="390" src="http://www.youtube.com/watch?v=wUaxZLJ0-28" frameborder="0" allowfullscreen></iframe>
</div
</div>
<!--this div is required by the Javascript SDK--><script type="text/javascript" src="http://connect.facebook.net/en_US/all.js"></script>
<script type="text/javascript">
swfobject.registerObject("FlashID");
</script>
</body>
</html>

<body>
</body>

</html>

任何帮助将不胜感激!!!!

12分钟后...... BAAAAAH得到了答案。谢谢。反正.. :)

1 个答案:

答案 0 :(得分:2)

解决方案: 在youtube上单击“共享”按钮(位于视频下方),然后单击“嵌入”按钮。之后,您将获得您在HTML中编写的代码。我还检查了使用旧的嵌入代码,我在HTML中使用了该代码。对不起,如果不清楚的话。我的第一语言不是英语..但我希望我能帮忙/