Hello I have wordpress blog with facebook like button under each post. The problem is when I clicked like button it counts very well but it doesn’t display that I liked this post on my facebook profile. Are there any errors in code? :
<iframe class="like-post" src="//www.facebook.com/plugins/like.php?href=<?php echo urlencode(get_permalink($post->ID)); ?>&locale=en_US&width=100&layout=button_count&action=like&show_faces=true&share=false&height=21" style="float: left; border:none; overflow:hidden; height:21px;width:80px;" ></iframe>