最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

[embed]Using Wordpress 5.5.1 there is no embed option after the video is uploaded

programmeradmin0浏览0评论

I have looked at many posts explaining how to embed a video mp4 from my computer to Wordpress and they invariably show a box with the option to embed the video. In my Wordpress version 5.5.1 this never shows. All I am left with is a link which when clicked downloads the video in extreme bottom left of screen withe the necessity to click "Open" or "Open when finished". Why am I not seeing the option to embed?

I have looked at many posts explaining how to embed a video mp4 from my computer to Wordpress and they invariably show a box with the option to embed the video. In my Wordpress version 5.5.1 this never shows. All I am left with is a link which when clicked downloads the video in extreme bottom left of screen withe the necessity to click "Open" or "Open when finished". Why am I not seeing the option to embed?

Share Improve this question asked Oct 14, 2020 at 16:28 KazanmanKazanman 1
Add a comment  | 

1 Answer 1

Reset to default 0

Can use html5 for video playing embed or Manually enter embed code.

How to Embed a Video to your WordPress Post

Or use directly

 <video width="320" height="240" controls>
  <source src="movie.mp4" type="video/mp4">
  <source src="movie.ogg" type="video/ogg">
Your browser does not support the video tag.
</video> 
发布评论

评论列表(0)

  1. 暂无评论