Sunday, September 18, 2011

How to add a Video on Sharepoint Site

 A Very Simple way to Embed a video on your sharepoint site.  


  1. Upload a media file to a standard SharePoint Document Library

  2. Navigate to the site where you want to embed the video

  3. Edit the page and select Add a Web Part

  4. Under Miscellaneous, insert a Content Editor Web Part

  5. From the Web select Open the Tool Pane

  6. From Tool Pane, select Source Editor

  7. Copy in the following code (replace http://link to video here with the actual link to the video in the library):


<div align="center">

   <embed src="http://link to video here"

      autoplay="true"

      loop="false"

      width="200"

      height="200"

   </embed>

</div>

Click Apply and Voila :)

2 comments:

  1. Awesome. that did the trick :)

    ReplyDelete
  2. Thanks...this is very helpful ! :)

    ReplyDelete