J
by jtzl 1 (0 reviews)

JTZL's Chat for WebIRC

A framework-light WordPress plugin that embeds a WebSocket IRC client.

JTZL's Chat for WebIRC ranks #66,314 among WordPress.org plugins with 1+ active installations, is #2,041 of 3,376 in the Communication category, a 1/5 rating from 0 reviews, and was last updated Aug 30, 2026. Data from WordPress.org, refreshed twice daily — see methodology.

Compatible with WP 7.1
v1.0.0 Current Version v1.0.0
Updated 3 weeks ago Last Update on 30 Aug, 2026
Refreshed 14 hours ago Last Refreshed on
#2,041 of 3,376 in Communication Actively maintained
View on WordPress.org
Rank
#66,314
No change
Active Installs
1+
No change
KW Avg Position
17.5
0.5 worse
Downloads
165
+1 today
Support Resolved
0%
No change
Rating
20%
Review 1 out of 5
1 (0 reviews)

Next Milestone 10

Total Progress 10%
0+ 10+
60,324
Ranks to Climb
-
Growth Needed
8,000,000
Active Installs
Pro

Unlock Exact Install Count

See the precise estimated active installs for this plugin, calculated from real-time ranking data.

  • Exact install estimates within tiers
  • Track install growth over time
  • Milestone progress predictions
Upgrade to Pro
Need 9 more installs to reach 10+

Rank Changes

49,563 54,297 59,031 63,765 68,499 14-09-2026 15-09-2026 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026
45,329 51,525 57,722 63,918 70,114 06-09-2026 07-09-2026 08-09-2026 09-09-2026 10-09-2026 11-09-2026 12-09-2026 13-09-2026 14-09-2026 15-09-2026 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026
Current #66,314
Change
Best #

Upgrade to Pro

Unlock 30-day and 90-day rank history charts with a Pro subscription.

Upgrade Now

Active Installs Growth

Active Installs 0,000,000+
Growth +0.0%
Peak 0,000,000

Downloads Growth

0 10 14-09-2026 15-09-2026 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026
0 10 06-09-2026 07-09-2026 08-09-2026 09-09-2026 10-09-2026 11-09-2026 12-09-2026 13-09-2026 14-09-2026 15-09-2026 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026
Downloads
Growth
Peak

Upgrade to Pro

Unlock 30-day, 90-day, and yearly download history charts with a Pro subscription.

Upgrade Now

Reviews & Ratings

1.0
0 reviews
Overall 20%
5
0 (0%)
4
0 (0%)
3
0 (0%)
2
0 (0%)
1
0 (0%)

Frequently Asked Questions

Common questions about JTZL's Chat for WebIRC

The plugin works with any IRC server that supports WebSocket connections. By default, it includes: * irc.livefreeonline.club:7443 - An IRC server contributed by our team for testing purposes
Yes, the plugin implements several security measures: * Server allow-list to prevent connections to unauthorized servers * Input sanitization and validation * Proper escaping of all output * Optional Content Security Policy headers * WSS (secure WebSocket connections) only
Yes, you can add your own IRC server to the allowed servers list in the plugin settings. The server must support WebSocket connections and be accessible via WSS (secure WebSockets).
The current version is designed for public IRC servers. For private networks that require extra authentication, we will add support for them in future versions.
The IRC server must have an SSL certificate for WSS (WebSockets Secure) connections to work. Your WordPress website doesn't strictly require SSL, but it's highly recommended: IRC server: SSL certificate required (mandatory for WSS connections) WordPress site: SSL recommended but not mandatory for basic functionality For security reasons, the plugin only supports secure WSS connections and does not support unencrypted WebSocket connections.
The shortcode supports: * server: IRC server (host:port, must be in allowed servers list) * channel: Channel name (with # prefix) Example: [chat_webirc server="irc.livefreeonline.club:7443" channel="#help"]
The client supports 30+ comprehensive IRC slash commands organized by category: Basic Commands: * /join #channel - Join a channel * /part [#channel] or /leave [#channel] - Leave current/specified channel * /nick newname - Change nickname * /quit [message] - Disconnect from server Communication: * /msg <nick> <message> or /privmsg <nick> <message> - Send private message * /notice <target> <message> - Send notice message (less intrusive) * /me <action> - Send action message * /query <nick> - Open private chat context User Information: * /whois <nick> - Get detailed user information * /who [channel] - List users in channel * /userhost <nick> [nick2]... - Get user host information * /ison <nick> [nick2]... - Check if users are online * /finger <nick> - Send FINGER request Channel Information: * /list [pattern] - List available channels * /names [channel] - List nicknames in channel * /topic [text] - View or set channel topic Server Information: * /motd [server] - View message of the day * /admin [server] - View server admin info * /info [server] - View server information * /stats <query> [server] - View server statistics * /links [mask] - List server links * /lusers [mask] - List user statistics * /time [server] - Get server time * /version [nick] - Get version info Status & Utility: * /away [message] - Set away status * /back - Remove away status * /ping <nick> - Ping user Advanced: * /ctcp <nick> <command> - Send CTCP command (VERSION, TIME, PING, FINGER) * /raw <IRC command> - Send raw IRC command (if enabled by admin) Help: * /help - Show complete command reference with usage examples All commands include proper error handling and usage instructions when used incorrectly.
Yes! Version 0.5.0 includes a complete mobile overhaul with: * Responsive Design: Adapts perfectly to phones, tablets, and desktops * Touch-Optimized: Proper touch targets and gesture support * Mobile-First Layout: Optimized for small screens with smart sidebar behavior * Orientation Support: Works great in both portrait and landscape modes
Yes! Version 0.6.0 introduces an editable username feature: * Click-to-Edit: Simply click on your nickname in the chat header to edit it * Real-time Validation: Instant feedback on nickname validity according to IRC standards * User Persistence: Logged-in WordPress users have their nicknames automatically saved and restored * Keyboard Shortcuts: Press Enter to save or Escape to cancel * Guest Support: Non-logged-in users can still change nicknames, but they won't be saved between sessions
The settings page includes: * Allowed servers: One per line (host:port format) * Default server: Selected from allowed servers list * Default channel: e.g., #general * WebSocket path: e.g., /webirc (optional) * Subprotocols: Comma-separated, e.g., text.ircv3.net * Gateway URL: Optional WSS fallback * Allow per-shortcode overrides: Restricted to allowed servers list * Add CSP header: For connect-src (advanced) * Enable debug logs: Show debug messages in chat

Sign In / Register

You need to sign in or register to use this feature.