【问题标题】:Can i embed videos other than youtube in blogger?我可以在博客中嵌入 youtube 以外的视频吗?
【发布时间】:2023-04-05 05:05:02
【问题描述】:

我可以在博客中嵌入 youtube 以外的视频吗?例如,我可以嵌入 mp4upload 视频或 yourupload 视频吗?

<iframe src="http://www.yourupload.com/embed/f0PN56si4NJy" width="640" height="360" allowfullscreen><iframe>

我使用了这个嵌入代码,但无法在 blogspot 中播放。

【问题讨论】:

    标签: video-streaming html5-video embed blogger blogspot


    【解决方案1】:

    Blogger 仅允许 &lt;iframe&gt; 来源的 https 链接。

    这个&lt;iframe&gt;应该做你想做的事情(我测试过这个)

    <iframe src="https://www.yourupload.com/embed/f0PN56si4NJy" width="640" height="360" allowfullscreen></iframe>
    

    现场测试here

    【讨论】:

    • 这是一个经过测试的 iframe 源。你可以在任何浏览器中测试它
    【解决方案2】:

    我使用了这个 iframe 并且正在为我工​​作到一个 html/javascript 小部件

    <iframe src="http://www.yourupload.com/embed/f0PN56si4NJy" allowfullscreen="true" style="border: 0" /></iframe>
    

    【讨论】:

      猜你喜欢
      • 2011-09-02
      • 1970-01-01
      • 2014-02-06
      • 2013-08-02
      • 2015-04-21
      • 2015-06-22
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多