typecho利用markdown插入视频的几种方法;
很多te粉不知道如何使用markdown插入视频音乐,所以满世界的寻找富文本编辑器插件,找了很多还是不方面,今天就帮大家解决这个问题;
一、typecho如何插入图片
<img width = '150' height ='150' src ="这里是图片的链接"/>
二、typecho如何插入音乐
<iframe frameborder="no" border="0" marginwidth="0" marginheight="0" width=330 height=86 src="//music.163.com/outchain/player?type=2&id=528478901&auto=1&height=66"></iframe>
三、typecho如何插入视频
<iframe width="560" height="315" src="这里是视频的地址" frameborder="0" allowfullscreen></iframe>
<video width="100%" height="444px" poster="您的视频预显示图像" preload="none" controls="controls">
<source src="您的视频地址" /></video>