How to put YouTube into your CS Blog
I was trying to get a YouTube video in one of my blogs today and ran into a few troubles. After some googling, and changes to config files I got it working.
For anyone else who's looking at how to do this here it is.
Modify your communityserver.config file, in the markup/html section add the following.
<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" />
Don't forget to hit your web.config file after making the above changes. Warning, you're opening up your site to allow users to post content you may not want them to be able to post. This is for CommunityServer 2.0, I haven't tested for other versions.