Ver Mensaje Individual
  #1 (permalink)  
Antiguo 22/08/2010, 09:00
Melsan
 
Fecha de Ingreso: marzo-2005
Mensajes: 120
Antigüedad: 19 años, 10 meses
Puntos: 1
Insertar un"Me gusta" en FMBL

Buenas Tardes:

Estoy haciendo una pestaña personalizada en mi Facebook, en ella quiero añadir una foto de bienvenida y debajo el botón me gusta de las aplicaciones preconfiguradas del Facebook.

La foto sale perfectamente, pero el botón me gusta por mas que lo he intentado no lo consigo.

Este es el código que incluyo en la caja de la aplicación FBML:
<style type="text/css">
<!--
.Estilo1 {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
}
.Estilo3 {
font-size: 18px
}
.Estilo4 {
font-size: 28px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
}
-->
</style>
<table width="520" border="0">
<tr>
<td><img src="http://www.casarurallavega.com/imagenes/Bienvenida-facebook.jpg" name="Image12" width="520" height="390" border="0" id="Image12" /></td>
</tr>
</table>
<table width="520" border="0">
<tr>
<td width="484">&nbsp;</td>
<td width="26"><iframe src="http://www.facebook.com/plugins/like.php?href=94675678743&amp;layout=standard&amp; show_faces=true&amp;width=520&amp;action=like&amp; colorscheme=light&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:520px; height:80px;" allowTransparency="true"></iframe></td>
</tr>
</table>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p align="center">&nbsp;</p>

¿alguien me puede ayudar?

Gracias de antemano

Última edición por Melsan; 22/08/2010 a las 13:40