所有disqus评论都显示在所有博客页面上

ana*_*and 2 django disqus

我已经构建了一个博客类型的应用程序 在django.我正在尝试使用montylounge的django-disqus整合DISQUS以征求意见.但所有博客帖子的评论都出现在每个博客页面上.可能是什么问题呢 ?

Oll*_*lly 6

我不确定django模块是如何集成的,但从Disqus的角度来看,听起来你并没有为每个页面上的"disqus_identifier"变量设置一个唯一的值.

您需要将变量实例化为:

var disqus_identifier = 'blogpost_<BLOG POST ID HERE>';
Run Code Online (Sandbox Code Playgroud)

包含disqus javascript文件之前.