If you are running Community Server (CS) like this blog and you would like to get Google or YouTube videos in your posts ( like this ), then you need to add the following setting in your section of the communityserver.config file.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<embed
    style="true"
    type="true"
    src="true"
    quality="true"
    bgcolor="true"
    scale="true"
    wmode="true"
    salign="true"
    FlashVars="true"
    width="true"
    height="true"
/>

<object
    width="true"
    height="true"
/>

<param
    name="true"
    value="true"
/>

(via  Chris Hammond&rsquo;s post )