All plugins
DisqusWidgetCommentsstable · v0.30released May 20, 2023

Disqus Recent Comments

A widget that displays your latest Disqus comments, powered by the Disqus API.

Overview

Disqus Recent Comments is a simple widget that pulls the latest comments from your Disqus forum using the Disqus API 3.0 (JSON) and displays them anywhere widgets are supported. A self-hosted update checker keeps it in sync with new releases published on GitHub.

Key features

  • Fetches latest comments from Disqus via API 3.0 (JSON).
  • Drop-in widget for any widget-ready area.
  • Self-hosted update checker, updates directly from GitHub releases.
  • No database bloat — no local storage of comment data.
Quick install
1cd wp-content/plugins
2git clone https://github.com/gioxx/disqus-recent-comments
3# Activate 'Disqus Recent Comments' and add the widget from Appearance > Widgets
WordPress min
PHP compat

You can install this plugin manually over SSH — connect to your server and run these commands inside your wp-content/plugins directory:

SSH
1wget -O disqus-recent-comments-0.3.zip "https://github.com/gioxx/disqus-recent-comments/releases/download/0.3/disqus-recent-comments.zip"
2unzip disqus-recent-comments-0.3.zip
3rm -rf disqus-recent-comments/
4mv gioxx-disqus-recent-comments-*/ disqus-recent-comments/
5rm disqus-recent-comments-0.3.zip

Alternatively, download the ZIP above and upload it from Plugins → Add New → Upload Plugin in your WordPress dashboard, or via FTP/SFTP.

Changelog

Other plugins