
The screenshot highlights the WordPress Settings menu with the Wiscus option visible at the bottom. It indicates where users can access the Wiscus plugin settings.
Wiscus is a lightweight WordPress plugin that integrates the Giscus comment system, allowing you to use GitHub Discussions as a modern comment platform for your website.
Instead of storing comments in your WordPress database, Wiscus connects your site to a GitHub repository and uses Discussions to manage conversations. Each post or page can automatically create and link to a corresponding discussion thread.
Key features:
- GitHub-powered comments using Giscus
- Automatic discussion thread creation
- Lightweight and privacy-friendly (no ads, no tracking)
- Easy integration via widget or shortcode
- Customizable themes and mapping options
- Hot page reloading
This plugin uses a build process (webpack) to generate production files located in /build.
The full, human-readable source code is available here:
https://github.com/zakarialaoui10/wiscus
/build : compiled/minified production files (used in production)This plugin relies on the following external libraries:
Clone the repository:
git clone https://github.com/zakarialaoui10/wiscus.git
cd wiscus
Install dependencies:
npm install
Run development mode:
npm run dev
Build for production:
npm run build
You are welcome to fork and contribute:
<your-username> with your GitHub handle):Note: Ensure you are cloning your personal fork and not the main repository if you intend to submit a Pull Request