Insertando vídeos en CommunityServer
Me he roto la cabeza intentando configurar el CummunityServer para que me permitiera mostrar el vídeo de youtube del post anterior.
Tras mucho buscar....
Se trata del archivo communityserver.config en el directorio raiz.
Hay que modificar la clave Markup, introduciendo los tag html permitidos en los post.
Hay que insertar:
<object width = "true" height = "true">
<param name = "true" value = "true"/>
<embed src = "true" type = "true" wmode = "true" width = "true" height = "true" />
</object>
<embed src="true" type="true" wmode="true" width="true" height="true" />
<param name = "true" value = "true"/>
Fuente: Mark Up Configuration en CommunityServer.org