我正在尝试向我们的主页添加一个 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>
需要改变什么?