para facebook inserta una llamada a tu hoja de estilos que alojaras en tu hosting y al final del link agrega el parámetro
?v=, esto con la finalidad de que cada que hagas un cambio a tu hoja de estilos al código de facebook solo cambies el valor de
v= ya que el sistema guarda el cache y si actualizas tu hoja de estilos el sistema no lo reconoce a menos que cambies el link del css.... por ejemplo yo lo uso
Código HTML:
Ver original<link type="text/css" rel="stylesheet" href="http://misitio.com/EstilosFaceBook.css?v=1.01"/>
<div class="SitioFacebook"> <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s.
</p> <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s,
</p> <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s,
</p>
Pd: también puedes incluir el css en linea
pero IE no lo reconocerá
mas información y tips en este sitio (en ingles)
http://www.hyperarts.com/blog/static...rnet-explorer/