Facebook like button on wordpress post

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)); ?>&amp;locale=en_US&amp;width=100&amp;layout=button_count&amp;action=like&amp;show_faces=true&amp;share=false&amp;height=21" style="float: left; border:none; overflow:hidden; height:21px;width:80px;" ></iframe>

Related posts

Leave a Reply