我无法让Disqus this.callbacks.onNewComment工作。可能有什么不对?我发布了一条新评论,试图提醒(嘿嘿!')。 Source
<script>
var disqus_config = function () {
this.page.url = PAGE_URL;
this.page.identifier = PAGE_IDENTIFIER;
this.callbacks.onNewComment = [function(comment) {
alert(comment.id);
alert(comment.text);
alert('hey!');
}];
};
(function() { // DON'T EDIT BELOW THIS LINE
var d = document, s = d.createElement('script');
s.src = 'https://example.disqus.com/embed.js';
s.setAttribute('data-timestamp', +new Date());
(d.head || d.body).appendChild(s);
})();
答案 0 :(得分:1)
PAGE_URL
和PAGE_IDENTIFIER
需要特定于您的网站第二个人扔了我,因为我认为这表明新帖已经到了