sharepoint 2010 将视频插入博客帖子
我想将视频插入到 sharepoint 2010 网站的帖子中。该网站是根据“博客”模板制作的。在功能区按钮中,视频和音频未激活。网站集的“SharePoint Server 发布基础结构”功能和网站的“SharePoint Server 发布”功能已启用
i'd like to insert video to the post of sharepoint 2010 site. This site made on "blog" template. In the ribbon button video and audio isn't active. Features "SharePoint Server Publishing Infrastructure" of site collection and feature "SharePoint Server Publishing" of site is enabled
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
2010 年的博客帖子不支持插入视频或音频。我使用本文创建了自己的功能区按钮,该按钮插入博客视频标签,然后在查看帖子时将其转换为客户端。
http://blogs.msdn.com/b/sharepointdesigner/archive/2009/12/11/video-blogging-with-javascript-and-the-media-web-part.aspx
但是,想要弄清楚如何替换现有的视频和音频功能区按钮,而不是创建新的按钮。
The insert video or audio is not supported with Blog posts in 2010. I used this article to create my own ribbon button that inserts a blog video tag and then converts it client side when viewing the post.
http://blogs.msdn.com/b/sharepointdesigner/archive/2009/12/11/video-blogging-with-javascript-and-the-media-web-part.aspx
However, want to figure out how to replace the existing Video and Audio ribbon button, instead of creating a new one.