目前我正在通过JS SDK访问API。我想要做的就是在我的网站上设置一个类似的按钮。但不是喜欢你所在的URL ...就像粉丝页面一样。这可能吗?
答案 0 :(得分:0)
是的,有可能。
使用iframe版本:您可以将href
值分配给您想要的网址。在你的情况下,Facebook粉丝页面的网址。
<iframe src="http://www.facebook.com/plugins/like.php?href=YOURURLHERE&layout=button_count&show_faces=true&width=450&action=like&colorscheme=light&height=21&locale=en_GB" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:75px; height:21px;" allowTransparency="true"></iframe>
请确保正确转义网址中的字符。例如:
http://www.facebook.com/yourpage
会变成:
的http%3A%2F%2Fwww.facebook.com%2Fyourpage