使用'data:post.url'在Facebook Comments Plugin中不起作用

时间:2015-05-01 10:22:47

标签: html facebook blogger

我的网站上有一个facebook评论插件: 当我将我的某个博客帖子的url放入data-href

时,它正在工作
<div class="fb-comments" 
data-href="http://vctestsite.blogspot.com/2015/04/just-another-lorem-human-post-check-to.html" 
data-numposts="3" 
data-colorscheme="light">
</div>

当然,如果我在博客模板中使用上面的代码,我所有博客帖子中的所有Facebook评论都是相同的。

但是当我将data-href更改为data:post.url时,它不起作用。评论插件不会出现在我的博客中。

<div class="fb-comments" 
data-href="data:post.url" 
data-numposts="3" 
data-colorscheme="light">
</div>

以下是测试网站:http://vctestsite.blogspot.com/2015/04/just-another-lorem-human-post-check-to.html

那只是我的测试网站。任何人吗?

2 个答案:

答案 0 :(得分:1)

解决了! &lt; div class =&#34; fb-comments&#34; EXPR:HREF =&#39;数据:post.url&#39; EXPR:标题=&#39;数据:post.title&#39; EXPR:XID =&#39;数据:post.id&#39;宽度=&#39; 450&#39;&GT;&LT; / DIV&GT;

答案 1 :(得分:0)

在您的代码中将expr:href='data:blog.canonicalUrl'更新为data-href="data:post.url"