YouTube – Flash Videos – Embed Tag – SharePoint Blog
Posted by: Sriram on: May 19, 2011
- In: HTML / CSS | JQuery | Sharepoint 2010
- 1 Comment
When using Enhanced rich text box in SharePoint 2010 / 2007, it doesn’t give the users the ability to insert EMBED / OBJECT tags into the content. Even if inserted, these tags will be removed once the item is saved. One of the important feature that users want is to embed the OBJECT tag (YouTube Video for example) while they are creating a Blog Post.
Found couple of Good Articles which i liked and are handy. Below are the links.
AS2J3H3RET8X
http://blogs.msdn.com/b/kaevans/archive/2010/06/15/embedding-flash-video-in-sharepoint-blogs.aspx
1 | Ribbon.EditingTools.CPInsert.Media – Add a custom insert video button to Editing Ribbon « Microsoft Land
July 7, 2011 at 3:13 pm
[...] JS files and insert a link to that in the V4.Master page. I used this below snippet to automate the Blog Video Insert to automate the insertion of the text for Admins. function InsertBlogText() { var rng = [...]