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)); ?>&amp;width&amp;layout=button_count&amp;action=like&amp;show_faces=true&amp;share=false&amp;height=21&amp;appId=1488665678023779″ scrolling=”no” frameborder=”0″ style=”border:none; overflow:hidden; height:21px;” allowTransparency=”true”></iframe>