我上周在我的网站上添加了一个类似FB的按钮,我发现按钮没有出现在我的网站上。
经过大量的故障排除后,我们发现,就像按钮只显示US ip addtress一样,如果用户正在从非美国IP地址浏览,它就不显示。
这是我的代码
div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/all.js#xfbml=1";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<div class="fb-like" data-href="My website link" data-width="The pixel width of the plugin" data-height="The pixel height of the plugin" data-colorscheme="light" data-layout="standard" data-action="like" data-show-faces="true" data-send="false"></div>