WordPress 添加视频图标的作用是什么?
我喜欢 Wordpress,它的大部分内容都是不言自明且易于使用的。
然而,编辑帖子页面上的“添加视频”图标似乎几乎完全没有用。
添加视频按钮 http://img841.imageshack.us/img841/9383/badaddvideo.jpg
这是我所做的:
按“添加视频”按钮
从我的本地计算机上传了一个名为 ballon.mpg 的视频文件
按下“插入帖子”按钮
结果是一个指向视频文件 URL 的名为“balloon”的超链接。不是我所期望的。
这是应该发生的功能吗?
我管理一个 Wordpress MU 博客,我的用户很困惑,如果它不自动嵌入本地视频,为什么会出现该图标。
有没有办法让我隐藏该图标?
I love Wordpress, and for the most part it is self-explanitory and easy to use.
However, the "Add Video" icon on the edit post page seems to be almost completely useless.
Add Video Button http://img841.imageshack.us/img841/9383/badaddvideo.jpg
Here's what I did:
Press the "Add Video" button
Uploaded a video file from my local machine called ballon.mpg
Pressed the "Insert into post" button
The result is a Hyperlink called "balloon" to the URL of the video file. Not what I expected.
Is this the functionality that is supposed to happen?
I administer a Wordpress MU blog, and my users are confused about why the icon is there if it doesn't automatically embed local video.
Is there a way for me to hide that icon?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
可悲的是,这是正确的功能。我不确定隐藏按钮的方法,但您当然可以使用 Wordpress 的 JW 播放器插件。当您单击“添加视频”按钮时,您将看到其他选项,包括将视频播放器直接插入帖子的功能,如下所示:
这将生成一个快速代码,然后直接在帖子中渲染播放器。
最好的,
扎克
Sadly, this is the correct functionality. I'm not sure of a way to hide the button, but you could certainly enhance it's behavior using the JW Player Plugin for Wordpress. When you click the 'Add Video' button, you'll be presented with additional options, including the ability to insert a video player directly into the post, like so:
This will generate a quick code, which will then render a player directly in the post.
Best,
Zach