如何将 WordPress 的 Disqus 插件与 JQuery Ajaxed 内容集成?
我已经为我的 WordPress 博客实现了 JQuery Ajax 来进行动态内容检索。但现在我的 DISQUS 插件有问题,它不再加载,因为页面没有重新加载。对于其他小脚本,我使用了 JQuery 的 LiveQuery 插件,效果很好,但 DISQUS 对我来说太复杂了。也许有人可以给我一些指示,我应该在哪里更改 DISQUS 插件文件,以便在动态生成的页面上工作?
I have implemented JQuery Ajax for dynamic content retrieval for my WordPress blog. But now I have a problem with DISQUS plugin, it just do not load anymore, because page is not reloading. For other small scripts I have used LiveQuery plugin for JQuery and it worked out well, but DISQUS is too complicated for me. Maybe someone could give me some directions where should I change DISQUS plugin files in order to make this work on dynamically generated page?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Disqus WordPress 插件旨在在页面加载时加载您的评论。它不适用于像您的网站这样的动态内容。
您可以使用 Disqus 通用代码 重新加载您网站上正确内容的评论。
The Disqus WordPress plugin is designed to load your comments when the page loads. It isn't designed to work with dynamic content like your site.
You can use Disqus' Universal Code to reload the comments for the correct content on your site.