Linux 软件免费装

LobbyChat

开发者 jauntymellifluous
更新时间 2026年5月23日 19:22
PHP版本: 7.2 及以上
WordPress版本: 7.0
版权: GPLv2 or later
版权网址: 版权信息

标签

chat comments live chat community shoutbox

下载

1.0.6

详情介绍:

LobbyChat is a lightweight live-chat shoutbox you can drop into any WordPress page or sidebar with a single shortcode. Built for communities — fan sites, forums, fandoms, classrooms, internal teams — where you want a casual, always-on group chat without bolting on Slack or Discord. What you get Optional: AI Chat Companion LobbyChat ships with an optional AI bot you can drop into your chat. The bot uses your own API keys — you bring your own Google Gemini key (the free tier works) or OpenAI key. The plugin does not route requests through any third-party server. Privacy & data LobbyChat does not call any third-party server by default. The only network calls are: No telemetry, no analytics, no "phone home." All data lives in your own wp_lobbychat* tables. Try it live See LobbyChat running in production at bejaunty.com/plugins/lobbychat. Roadmap LobbyChat is the free, standalone version. Premium add-ons with gaming-community features — looking-for-group buttons, platform tags, profile-card integration, and richer moderation tools — are in development. Updates and announcements at bejaunty.com. Support development LobbyChat is free and developed in spare time. If it helps your community, you can support development at wise.com/pay/me/asadk372. Every bit is appreciated. ♥ Usage After activating, drop this shortcode into any page, post, or text widget: [lobbychat] Then visit Settings → LobbyChat to configure rate limits, blocklist, and other options. For the AI bot, see Settings → LobbyChat AI Bot. Developer hooks LobbyChat exposes several filters and actions for theme/plugin developers:

安装:

  1. Upload the lobbychat folder to /wp-content/plugins/, or install the zip via Plugins → Add New → Upload.
  2. Activate the plugin through the Plugins menu.
  3. Place the shortcode [lobbychat] on the page or in the widget area where you want the chat to appear.
  4. (Optional) Visit Settings → LobbyChat to tweak rate limits and moderation settings.
  5. (Optional) Visit Settings → LobbyChat AI Bot if you want to add an AI chat companion.

屏幕截图:

  • Online member breakdown showing members, guests, and bots.
  • Settings page with rate-limit controls and moderation options.
  • AI bot configuration with built-in setup guide.

升级注意事项:

1.0.7 Confirmed compatible with WordPress 7.0. 1.0.6 Minor: Plugin URI updated to GitHub source repository. 1.0.5 WordPress.org compliance — proper script enqueue + longer constant prefix. 1.0.4 WordPress.org compliance pass — opt-in branding + documented external services. 1.0.3 Fixes link sharing — now reliably renders link previews for any URL with a graceful fallback. Recommended upgrade. 1.0.2 Plugin Check compliance pass. Recommended upgrade. 1.0.1 Fixes the send button not working in certain themes. Recommended upgrade. 1.0.0 Initial release.

常见问题:

Does this require a WebSocket server, Pusher, or any external service?

No. LobbyChat uses simple HTTP polling at a configurable interval (default 30 seconds). It runs entirely on your own WordPress install with no external dependencies.

Can guests post without registering?

Yes — guest posting is on by default. They just enter a display name. You can require login in Settings if you prefer.

How do I make someone a moderator?

Edit the user in Users → All Users, change their role (or add the role) to LobbyChat Moderator. Administrators are automatically moderators.

How does the AI bot work? Does it cost me anything?

The bot is off by default. To turn it on, you provide your own Gemini API key (Google offers a free tier — see aistudio.google.com/apikey) and/or OpenAI key. The bot calls those APIs directly from your server using your key. We never see your messages or your key.

Will old messages be deleted automatically?

Yes if you want. Set Auto-delete old messages in Settings to a number of days (default 30, set to 0 to keep forever). Pinned messages are never auto-deleted.

Is the chat history searchable?

Not in the current version. Messages are stored in a standard MySQL table (wp_lobbychat) so any standard WP backup or export tool will include them.

Can I style it to match my theme?

Yes — every color is set via CSS custom properties (--lobbychat-accent, --lobbychat-bg, etc.) on the wrapper. Override them in your theme's stylesheet.

Does it work on mobile?

Yes, the layout is fully responsive and supports fullscreen mode.

更新日志:

1.0.7 1.0.6 1.0.5 1.0.4 1.0.3 1.0.2 1.0.1 1.0.0