目 录CONTENT

文章目录

Embed web videos in web articles

TenTh0usand
2023-11-28 / 0 评论 / 0 点赞 / 14 阅读 / 0 字
温馨提示:
本文最后更新于2024-03-15,若内容或图片失效,请留言反馈。 部分素材来自网络,若不小心影响到您的利益,请联系我们删除。

嵌入代码

<!-- wp:html -->
<iframe
  id="inlineFrameExample"
  title="Inline Frame Example"
  width="1000"
  height="3000"
  src="网页链接">
</iframe>
<!-- /wp:html -->

案例链接 https://flowus.cn/tenthousand/share/80400b9c-e4b1-4efd-bea8-9be551b6ffe2 【FlowUs 息流】视频文件

合成后:

<!-- wp:html -->
<iframe
  id="inlineFrameExample"
  title="Inline Frame Example"
  width="1000"
  height="3000"
  src="https://flowus.cn/tenthousand/share/80400b9c-e4b1-4efd-bea8-9be551b6ffe2">
</iframe>
<!-- /wp:html -->

上传实验

0

评论区