我正在尝试添加像facebook一样的按钮,已经从Fb开发者网站中找到了步骤,将其放置在需要的位置,尝试了各种其他解决方案,因为按钮没有显示出来。有人可以解释为什么我将文件上传到服务器后,然后在浏览器中查看源代码,不再有像facebook这样的按钮的代码吗?甚至缺少代码周围的整个div标签。当我查看服务器上的文件时,它包含按钮的代码,但浏览器似乎无法识别它。
我已阅读过关于必须创建API密钥(应用程序ID)的信息,但也听说过没有必要。 此外,如果Facebook帐户具有国家/地区限制等设置,则可能会弄清楚按钮是否显示,但我尝试设置的页面是否与其他网站上的Facebook页面相似。我错过了什么?
请帮忙!
以下是我在代码中的内容:
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://ogp.me/ns/fb#">
身体里还有更多的东西......
<div class="sideFigures">
<div class="like">
<iframe src="//www.facebook.com/plugins/like.php?href=https%3A%2F%2Fwww.facebook.com%2FEntertainmentIndustryIntroductionConvention&send=false&layout=button_count&width=150&show_faces=false&font=verdana&colorscheme=light&action=like&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:150px; height:21px;" allowTransparency="true"></iframe>
</div>
<img src="images/eiic figures.png" width="252" height="497" /> </div>
但是当我查看浏览器的源代码时(在这个例子中来自IE),这就是我所看到的:
<html xmlns="http://www.w3.org/1999/xhtml">
和包含like按钮的div ......
<div class="sideFigures"><img src="images/eiic figures.png" width="252" height="497" /></div>