WORDPRESS – Aggiungere tasto “Mi Piace ” di facebook
Qui url dove trovare il configuratore : https://developers.facebook.com/docs/plugins/like-button
qui codice per iframe modificato per wordpress
<iframe src=”http://www.facebook.com/plugins/like.php?href=<?php echo urlencode(get_permalink($post->ID)); ?>&width&layout=button_count&action=like&show_faces=true&share=false&height=21&appId=1488665678023779″ scrolling=”no” frameborder=”0″ style=”border:none; overflow:hidden; height:21px;” allowTransparency=”true”></iframe>