Ver Mensaje Individual
  #5 (permalink)  
Antiguo 29/12/2010, 19:33
Avatar de VbOkonly
VbOkonly
 
Fecha de Ingreso: julio-2009
Ubicación: San Justo, Buenos Aires, Argentina
Mensajes: 490
Antigüedad: 14 años, 10 meses
Puntos: 5
Respuesta: Compartir imagen de mi sitio en facebook

Cita:
Iniciado por cristian_db Ver Mensaje
segun entiendo, quieres que aprezca una imagen cuando compartes tu sitio...
solo tienes que usar en el head
Código HTML:
Ver original
  1. <link rel="image_src" href="http//:www.tusitio.com/imagen.jpg" />
claro, pero sigue sin aparecer :(

mi web es : http://www.comoestasargentina.com.ar/

y el codigo que incruste en el head es el siguiente :

Código HTML:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><link rel="shortcut icon" href="icono.ico" >
<link rel="image_src" href="http://www.comoestasargentina.com.ar/Images/comoestasargentina.jpg" />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> 
Puse el doctype por si daba problemas eso ..