天使漫步IT工作室天使漫步IT工作室

typecho 插入视频


Warning: count(): Parameter must be an array or an object that implements Countable in /www/wwwroot/u11u.com/usr/themes/wq/functions.php on line 110

Warning: count(): Parameter must be an array or an object that implements Countable in /www/wwwroot/u11u.com/usr/themes/wq/functions.php on line 116

依照【markdown技巧】 - 怎么让内容换行 可以知道,typecho中插入视频的办法其实很简单,只需要一个播放器或者一个iframe的标签,然后标签吐出给浏览器渲染即可。

这里给出iframe的示例(链接一定要可以播放),代码如下:

<iframe frameborder="0" width="100%" height="498" src="https://qn-qn-echo-video-cdn.app-echo.com/mp41/27f9a70678f41e9bbb5e59665ff41cefeef15359dcc767dd85dc4e33cf125597b6c84f86.mp4?1492436147" allowfullscreen></iframe>

效果如下:

示例二:

<iframe width="560" height="315" src="https://www.youtube.com/embed/BpH3CoFEPJ8" frameborder="0" allowfullscreen></iframe>

本站原创,欢迎转载,转载敬请标明出处:天使漫步IT工作室 » typecho 插入视频
已有 3 条评论
  1. 如何不自动播放?

    1. 天使漫步 天使漫步

      这个没研究过啊。。。

添加新评论


Warning: Use of undefined constant php - assumed 'php' (this will throw an Error in a future version of PHP) in /www/wwwroot/u11u.com/usr/themes/wq/comments.php on line 38