我想在我的网站上放 facebook 的“like”按钮,我用这个
<html>
<head>
<title>My Great Web page</title>
</head>
<body>
<iframe src="http://www.facebook.com/plugins/like.php?href=https://www.google.com.sg/"
scrolling="no" frameborder="0"
style="border:none; width:450px; height:80px"></iframe>
</body>
</html>
但是,如果我没有登录facebook,它就不起作用,有什么问题吗?以及如何在 twitter 中实现相同的功能?