视频播放插件Smartideo 2使用教程
1 | https://www.rifuyiri.net/t/3639 |
1. 安装并激活插件Smartideo
使用Smartideo 2
2. 可视页操作
2-1. 点击 “Visual” – “Add Media” – “Insert from URL” – 输入 “https://pic.bndstone.com/006pdjsply1frq9hp2b.mp4” – “Insert into post”
1 | https://pic.bndstone.com/006pdjsply1frq9hp2b.mp4 |
2-2. 然后就发现已经可以了
3. 代码页操作
3-1. 点击 “Text” – 发现如下代码:
1 | [embed]https://pic.bndstone.com/006pdjsply1frq9hp2b.mp4[/embed] |
4. 周围加入阴影,凸显视频,加入如下代码
1 2 3 | <div style="border-radius:5px;margin-top: 10px;margin-bottom: 10px; box-shadow: 0 0 10px #000;"> .... </div> |
就变成了
1 2 3 | <div style="border-radius:5px;margin-top: 10px;margin-bottom: 10px; box-shadow: 0 0 10px #000;"> [embed]https://pic.bndstone.com/006pdjsply1frq9hp2b.mp4[/embed] </div> |
效果如下: