我已将以下内容添加到我的 Blogger 模板中,以便在我的每个 Blogger 帖子上添加一个 Like 按钮:
<script>
document.write('<iframe src="http://www.facebook.com/plugins/like.php?href=<data:post.url/>&layout=standard&show_faces=false&width=380&action=like&font=trebuchet+ms&colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:25px"></iframe>');
</script>
我的问题是,我怎么知道到底是谁按了 Like,因为它只显示喜欢我的帖子的人数?
谢谢!