<?php
div class="col1"
<?php
<div class="fb-page" data-href="https://www.facebook.com/JAMPS.com.ar" data-hide-cover="false" data-show-facepile="true" data-show-posts="true"><div class="fb-xfbml-parse-ignore"><blockquote cite="https://www.facebook.com/JAMPS.com.ar"><a href="https://www.facebook.com/JAMPS.com.ar">Jamps</a></blockquote></div></div>
(21 Apr, 2015, 9:02 pm)XEDE escribió: explicate con mas detalle no se entiende lo que indicas, el código lo generas vos en el link que te deje con tu pagina, ejemplo es algo así:
Código PHP:<?php
<div class="fb-page" data-href="https://www.facebook.com/JAMPS.com.ar" data-hide-cover="false" data-show-facepile="true" data-show-posts="true"><div class="fb-xfbml-parse-ignore"><blockquote cite="https://www.facebook.com/JAMPS.com.ar"><a href="https://www.facebook.com/JAMPS.com.ar">Jamps</a></blockquote></div></div>
<div class="sidebar" style="float: right; width: 21%;">
<table class="tborder" cellspacing="0" cellpadding="4" border="0">
<tbody>
<tr>
<td class="thead2">
<strong>
Únete a Nuestro Facebook
</strong>
</td>
</tr>
<tr>
<td class="Únete a Nuestro Facebook">
<center>
<iframe frameborder="0" allowtransparency="true" style="border:none; overflow:hidden; width:200px; height:258px;" scrolling="no" src="//www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fww…=false&stream=false&show_border=false&appId=1441023569480725"></iframe>
</center>
</td>
</tr>
</tbody>
</table>
.tborder {
background: none repeat scroll 0px 0px #FFF;
border: 1px solid #E5E5E5;
margin: auto;
padding: 1px;
width: 97%;
}
(22 Apr, 2015, 1:30 pm)AndresXZ09 escribió:Código:<div class="sidebar" style="float: right; width: 21%;">
<table class="tborder" cellspacing="0" cellpadding="4" border="0">
<tbody>
<tr>
<td class="thead2">
<strong>
Únete a Nuestro Facebook
</strong>
</td>
</tr>
<tr>
<td class="Únete a Nuestro Facebook">
<center>
<iframe frameborder="0" allowtransparency="true" style="border:none; overflow:hidden; width:200px; height:258px;" scrolling="no" src="//www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fww…=false&stream=false&show_border=false&appId=1441023569480725"></iframe>
</center>
</td>
</tr>
</tbody>
</table>
En tu global.css añade
Código:.tborder {
background: none repeat scroll 0px 0px #FFF;
border: 1px solid #E5E5E5;
margin: auto;
padding: 1px;
width: 97%;
}
Demasiado spoonfeeding pero meh.
Creo que sobra decir que el iframe lo tienes que reemplazar por el de tu Facebook.