如何使用 javascript 插入 facebook 评论插件?我的网站是 ajax 驱动的,我需要根据哈希 (index.html/#frontpage) -> (index.html/#movie1) 加载/重新加载 facebook 评论插件。我的第一个想法是使用 innerHTML:
document.getElementById('facebook').innerHTML = "<div id='fb-root'></div><fb:comments href='http://viljegse.dk/' num_posts='10' width='572'></fb:comments></div>";
然而这不起作用,所以我尝试创建元素然后附加它们,但是有<fb:comments>
元素,这是一个问题。
最好的问候, 乌尔里克