我的站点中的 Facebook Like 按钮有问题:添加此代码(由 facebook 提供)
<iframe allowtransparency="true" frameBorder="0" src="//www.facebook.com/plugins/like.php?href=http://my.site.com/folder/&send=false&layout=button_count&width=120&show_faces=false&action=like&colorscheme=light&font&height=20" style="border:none; overflow:hidden; width:450px; height:20px;">
按钮在创建时正确显示在任何页面中,几天后在某些页面上 iframe 仍然为空,因为 Facebook 不再发送按钮代码。
我试图解决最终的 url 问题并更改一些 url 我注意到按钮显示在新的 url 中,几天后一些页面丢失了按钮。
这是加载没有 Like 按钮的页面后来自 Facebook 的所有代码:
<html lang="it" id="facebook" class="no_js">
<head>
<meta charset="utf-8"/>
<meta name="robots" content="noodp, noydir"/>
<meta name="referrer" content="default" id="meta_referrer"/>
<meta name="description" content=" Facebook è una piattaforma sociale che ti consente di connetterti con i tuoi amici e con chiunque lavori, studi e viva vicino a te. Puoi usare Facebook per rimanere in contatto con i tuoi amici, caricare tutte le foto che vuoi, pubblicare link e video o per saperne di più sulle persone che incontri."/>
<script/>
<title>Facebook</title>
<script>var onloadRegister_DEPRECATED=function(){},onafterloadRegister_DEPRECATED=function(){},ServerJSQueue={add:function(){}};
</script>
<style type="text/css"> div.fbNubFlyoutBody.scrollable{position:inherit}
</style>
<script>ServerJSQueue.add({"require":[["lowerDomain"],["Primer"]]});</script>
</head>
<body class="opera Locale_it_IT">
<div id="FB_HiddenContainer" style="position:absolute; top:-10000px; width:0px; height:0px;"/>
<script>function envFlush(a){function b(c){for(var d in a)c[d]=a[d];}if(window.requireLazy){requireLazy(['Env'],b);}else{Env=window.Env||{};b(Env);}}
envFlush ({"fb_dtsg":"XXXXXXXXXX","ajaxpipe_token":"XXXXXXXXXXXXXXXX","lhsh":"XXXXXXXXX","user":"XXXXXXXXXXXXXXX"});</script>
<script>
</script>
</body>
</html>
最明显的区别在于:
<html lang="it" id="facebook" class="no_js">
在工作页面中有class=""。在工作页面中还有很多代码......
任何人都可以提供帮助或提示让我了解发生了什么吗?
感谢您的回答,但这不是解决方案,这是 facebook 提供的代码,正如我所说的在创建 url 时有效,并且仅对于某些页面,几天后停止工作。无论如何,我在 facebook 开发者网站上发现这是一个中等优先级的已知错误。