如何使用 javascript 在 iframe 中播放 facebook?
Posted
技术标签:
【中文标题】如何使用 javascript 在 iframe 中播放 facebook?【英文标题】:How to play facebook in iframe using javascript? 【发布时间】:2018-02-19 08:17:10 【问题描述】:我尝试使用 javascript 从 iframe 播放 facebook 视频但不起作用。
我该怎么办?
<div onclick="play_fn()">
click here to play
</div>
<br>
<script>
function play_fn()
$(#vid).play();
</script>
<iframe id="vid"
style="border:none;overflow:hidden"
scrolling="no" frameborder="0" allowTransparency="true" allowFullScreen="true" src="https://www.facebook.com/video/embed?video_id=10157271716931509">
</iframe>
【问题讨论】:
请查看此链接***.com/questions/26479957/… @webmentor.com - 我没有看到任何答案? 【参考方案1】:你不能直接在需要做 API 请求的网站上运行 facebook 视频
通过
https://developers.facebook.com/docs/plugins/embedded-video-player/
【讨论】:
以上是关于如何使用 javascript 在 iframe 中播放 facebook?的主要内容,如果未能解决你的问题,请参考以下文章
如何使用 javascript 或 jquery 在 iframe 中获取 li 数据属性
如何使用 javascript 从 iframe 内部获取 iframe 的高度?具有多个 iframe 的页面呢?