无限滚动:评论内联插件的良好回调

时间:2014-03-10 14:18:44

标签: jquery ajax wordpress callback jquery-callback

我使用插件Infinite Scroll进行wordpress,效果很好。 但我也使用插件内联Ajax注释,它在每个帖子的ajax中显示注释。

它不适用于Infinite Scroll中的帖子,因为脚本需要回调。

所以我使用这个回调:     ajaxLoadedCallback();

因为在内联评论的script.js中,我可以看到:

// BETA: If newly loaded Ajax content has javascript then execute.
// This helps inline-ajax-comments work if loaded by something like Infinite Scroll.
// You MUST run this callback after ajax success. see jQuery docs.

function ajaxLoadedCallback() {
  scriptx = document.getElementsByTagName("script");


scripts = new Array();
for (var idx=0; idx<scriptx.length; idx++) {

    if (jQuery(scriptx[idx]).is(".inline-comments-script")) {
        scripts.push(scriptx[idx].innerHTML);
    }

}

但是评论没有加载......

有人有想法吗?

感谢。

内联Ajax评论:http://wordpress.org/plugins/inline-ajax-comments/

1 个答案:

答案 0 :(得分:0)

我没有为您的问题提供答案。但我有一个针对您的内联评论问题的解决方案。查看http://annote.in,在您的博客上添加注释选项。它可以在任何平台上无缝工作,并且主要被幽灵用户采用。