我正在尝试在我们的主页上添加一个Like Box并使用了iFrame代码,但它无效。我们的主页是html 4.01过渡。 Facebook给我们的代码是:
<iframe src="//www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fsome.page&width=172&height=590&show_faces=true&colorscheme=light&stream=true&border_color&header=true&appId=123456789012345"
scrolling="no" frameborder="0" allowTransparency="true"
style="border:none; overflow:hidden; width:172px; height:590px;" ></iframe>
需要改变什么?
答案 0 :(得分:0)
在字符串likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fsome.page&
中,将some.page
替换为您的网页网址(例如,在facebook.com之后发布的任何内容)