Ver Mensaje Individual
  #9 (permalink)  
Antiguo 22/03/2011, 13:39
leocam
 
Fecha de Ingreso: marzo-2011
Mensajes: 9
Antigüedad: 13 años
Puntos: 0
Respuesta: ¿Como Añadir boton me gusta en Facebook y twitter en una plantilla persona

Bueno el codigo mas o menos seria de esta manera...

<div style="float:right; width:80px" class="fb-like">
<fb:like href="<?=the_permalink()?>" layout="button_count" show_faces="false" width="80" font="arial"></fb:like>
</div>

<script>
window.fbAsyncInit = function() {
FB.init({appId: '191736344184768', status: true, cookie: true,
xfbml: true});
};
(function() {
var e = document.createElement('script');
e.type = 'text/javascript';
e.src = document.location.protocol +
'//connect.facebook.net/en_GB/all.js';
e.async = true;
document.getElementById('fb-root').appendChild(e);
}());
</script>

Si Alguien sabe como hacerlo le estare eternamente agradecido..
Gracias...