如何在org2blog中插入外部URL视频

栏目: 后端 · 前端 · 发布时间: 6年前

内容简介:通过查看 WordPress 的HTML源码,可以看到视频是通过因此我们可以通过在org-mode中直接插入HTML代码的方式来插入外部URL视频:或者

通过查看 WordPress 的HTML源码,可以看到视频是通过 video tag来实现的,它的格式差不多是这样的

<video class="wp-video-shortcode" id="video36-1" width="640" height="360" preload="metadata" controls="controls"><source type="video/mp4" src="https://raw.githubusercontent.com/lujun9972/baby/master/%E5%AE%B6/images/Baby%E8%BF%BD%E5%A6%B9%E8%AE%B01.mp4" /><a href="https://raw.githubusercontent.com/lujun9972/baby/master/%E5%AE%B6/images/Baby%E8%BF%BD%E5%A6%B9%E8%AE%B01.mp4">https://raw.githubusercontent.com/lujun9972/baby/master/%E5%AE%B6/images/Baby%E8%BF%BD%E5%A6%B9%E8%AE%B01.mp4</a></video>

因此我们可以通过在org-mode中直接插入HTML代码的方式来插入外部URL视频:

#+begin_src html
  <video class="wp-video-shortcode" id="video36-1" width="640" height="360" preload="metadata" controls="controls"><source type="video/mp4" src="https://raw.githubusercontent.com/lujun9972/baby/master/%E5%AE%B6/images/Baby%E8%BF%BD%E5%A6%B9%E8%AE%B01.mp4" /><a href="https://raw.githubusercontent.com/lujun9972/baby/master/%E5%AE%B6/images/Baby%E8%BF%BD%E5%A6%B9%E8%AE%B01.mp4">https://raw.githubusercontent.com/lujun9972/baby/master/%E5%AE%B6/images/Baby%E8%BF%BD%E5%A6%B9%E8%AE%B01.mp4</a></video>
#+end_src

或者

#+ATTR_HTML: :class wp-video-shortcode :width 640 :height 360 :preload metadata :controls controls
#+BEGIN_video
#+HTML: <source type="video/mp4" src="https://raw.githubusercontent.com/lujun9972/baby/master/%E5%AE%B6/images/Baby%E8%BF%BD%E5%A6%B9%E8%AE%B01.mp4" />
#+HTML: <a href="https://raw.githubusercontent.com/lujun9972/baby/master/%E5%AE%B6/images/Baby%E8%BF%BD%E5%A6%B9%E8%AE%B01.mp4" ></a>
#+END_video

以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

Using Google App Engine

Using Google App Engine

Charles Severance / O'Reilly Media / 2009-5-23 / USD 29.99

With this book, you can build exciting, scalable web applications quickly and confidently, using Google App Engine - even if you have little or no experience in programming or web development. App Eng......一起来看看 《Using Google App Engine》 这本书的介绍吧!

XML 在线格式化
XML 在线格式化

在线 XML 格式化压缩工具

UNIX 时间戳转换
UNIX 时间戳转换

UNIX 时间戳转换

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试