你好我在每个帖子下都有带有facebook按钮的wordpress博客。问题是,当我点击像按钮时,它非常好,但它没有显示我喜欢我的Facebook个人资料上的这篇文章。代码中是否有错误? :
<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>