我试图在我的博客上实现 Facepile 应用程序。但它不起作用!
使用的代码是:
<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&appId=MY-APP-ID";
fjs.parentNode.insertBefore(js, fjs);`enter code here`
}(document, 'script', 'facebook-jssdk'));</script>
和
<div class="fb-facepile" data-href="http://schooloffour.blogspot.in/" data-action="<fb:facepile href="http://zhen.myfbse.com/rb-roastchicken.html" action="og_recipebox:planning_to_make" width="300" max_rows="1"></fb:facepile>" data-max-rows="1" data-width="300"></div>
之后立即添加了面罩:<data:post.body/>
保存模板代码时显示的错误是:解析 XML 时出错,第 634 行,第 62 列:对实体“appId”的引用必须以“;”结尾 分隔符。
我如何解决它?