Consolto Video Chat
4-in-1: video chat, appointment scheduling, AI & live chat and forms for Sales, Support and Consultants. What you’ll get? Video chat, appointment scheduling, AI & live chat and forms for Sales, Support and Consultants. Consolto turns your website into a virtual office in minutes and enables: The AI will answer questions and when time is right, it can pass to video-calls, screen sharing, scheduling appointments, text-messaging and chat, whatsapp, Facebook messenger. All within a CRM including payment transfer, site analytics and more… Familiar with the feeling that you send your customers your skype account and they get confused and mixed up? Or a Zoom link that expires? Do you pay too much for marketing and find it hard to convert visitors in your website to customers? Did you find it hard to connect Zoom, Calendly, Intercom and Zapier all together? Do you find it hard to collect money from your clients for online sessions? Are you frustrated that people visit your website and leave no trace? Would you like to provide online-video-call sessions to your clients in a professional manner? Were you looking for a tool to share your screen with site-visitors easily from within your website? Are you looking for a multi-agent video chat solution for your website? Are you looking to answer customers on the go? ** If you answered yes to any of these questions, you’re at the right place. ** Major features in Consolto Video Chat Widget include: Video chat directly from within your website. Niether your customers nor you will need to install anything. AI Chatbot that learns from your website and docuemnts in minutes. Answers customers 24/7 including handoff to live agents via chat and video chat or schedule meetings. Dedicated mobile app (iOS and Anroid) and Desktop app (MacOS, Windows) keeps you updated and accessible on the go! Advanced Appointment Scheduling enables your site visitors schedule meetings with you in a simple manner. You can send them invitations as well! ** Unique ** Multi-agent teams provide many 1×1 and group sessions remotely. Excellent for teams of sales-agents, therapists, diatitians, coaches… Comprehensive, real-time text chat, saved for your future needs. Share your screen or view your clients screen as simple as clicking a button Group meetings – add more people to the conversation. Get faster results! Social messaging: whatsapp and facebook messanger embedded in your website. Voice mail – let customers leave voice messages directly from within your website! Call recordings to keep track and be on top of the conversations. Actively start engagement via chat/videochat/audio with people in your website. We made an extra effort for this to be as acceptable as possible by your site-visitors. Inbox: your site visitors will send you messages that will reach your email Receive email, SMS and site notifications upon new chats and webcalls Highly configurable widget! Supports 12 languages: English, Italian, Hebrew, Russian, French, Portugues, Japanese, German, Spanish, Dutch, Turkish Give it a try. It’s a 2-minute installation Best installation instructions can be found here: LINK Conceptual demo: Important notes: The Consolto Plugin relies on Consolto.com as a means to provide all the above features. This practically means that all plugin content is served by Consolto.com (from within your website). You are more than invited to join us in www.consolto.com and learn more. Terms of Use: https://www.consolto.com/legal/terms-of-use Privacy policy: https://www.consolto.com/legal/privacy
Top keywords
- chat12×2.12%
- website11×1.94%
- consolto8×1.41%
- customers6×1.06%
- video6×1.06%
- video chat6×1.06%
- com5×0.88%
- consolto com5×0.88%
- within5×0.88%
- ai4×0.71%
- scheduling4×0.71%
- screen4×0.71%
LobbyChat
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 Live chat feed with auto-refresh (configurable polling interval — no WebSocket server required) Guest posting — visitors can chat with just a display name, no signup wall Emoji reactions on every message — 👍 ❤️ 😂 🔥 🎉 Link previews for YouTube and any URL with Open Graph tags @mention highlighting — @username gets visually picked out Pinned messages — moderators can pin one important message above the feed Online presence — live count of members, guests, and search-engine bots in the room Moderator role — add a “LobbyChat Moderator” role to any user for pin/delete powers Reporting + auto-hide — 5 reports on a message and it’s hidden automatically Word blocklist for basic profanity filtering Rate limiting built in — separate cooldowns for guests vs members Fullscreen mode + collapse toggle Sound notification for new messages (toggleable per-visitor) Mobile responsive 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. Bring-your-own-key — Gemini (free tier) or OpenAI (paid) Configurable persona — name, system prompt, custom personality Smart triggers — replies to @mentions always; questions usually; random messages occasionally (all configurable) Hard rate limits — daily and hourly caps protect against runaway API costs Active-hours window — bot only chats during the hours you specify One-click test in the admin to verify the bot can post Privacy & data LobbyChat does not call any third-party server by default. The only network calls are: Fetching link previews when a user shares a URL (request goes from your server to that URL) Calling Google Gemini or OpenAI only if you explicitly enable the AI bot and provide an API key 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: lobbychat_after_send — action, fires after a message is saved. do_action('lobbychat_after_send', $user_id, $message_id, $row) — the third arg is the database row object. lobbychat_profile_url — filter, override the URL linked from a username (default: WP author archive) lobbychat_allowed_reactions — filter, override the array of allowed reaction emoji lobbychat_report_threshold — filter, change the auto-hide report threshold (default: 5) lobbychat_emoji_set — filter, customize the array of emoji shown in the picker External services This plugin does not connect to any external service by default. Two optional features may, only when explicitly enabled by the site administrator, contact third-party services: 1. Link previews When the link-sharing feature is enabled (Settings → LobbyChat → “Allow link sharing”, which is on by default), and a logged-in user shares a URL in chat, the plugin’s server fetches that URL once to extract Open Graph / Twitter / metadata for a preview card. What is sent: The HTTP request from your server to the URL the user pasted. The request user-agent identifies as LobbyChatBot/1.0 and includes a link back to your site. When: Only at the moment a user posts a message containing a URL. What is received and stored: Title, description, and image URL extracted from the page’s metadata. Stored in the chat message row in your database. Special handling for YouTube URLs: YouTube URLs are first sent to YouTube’s public oEmbed endpoint (https://www.youtube.com/oembed) to retrieve title and author info. YouTube’s Terms of Service and Privacy Policy apply. This feature can be fully disabled by un-checking “Allow link sharing” in plugin settings. 2. Optional AI chat companion When the AI bot is explicitly enabled by the administrator (Settings → LobbyChat AI Bot → “Enable bot”, which is off by default) and the administrator has provided their own API key for one or both of the providers below, chat messages are sent to that provider for the bot to generate replies. Google Gemini API (https://generativelanguage.googleapis.com/) * What it is: Google’s generative AI service, used here to produce conversational chat replies. * What is sent: Up to 6 most recent chat messages (sender display name + message text), the bot’s system prompt, and the administrator’s Gemini API key. * When: Only when the administrator has enabled the bot AND a chat message satisfies the bot’s reply-trigger rules (mention, question, or random chance — all configurable). * Terms and privacy: Google APIs Terms of Service, Gemini API Additional Terms, Google Privacy Policy. OpenAI API (https://api.openai.com/) * What it is: OpenAI’s chat completions API, used here as a fallback when Gemini fails or as the primary if only an OpenAI key is configured. * What is sent: Same as Gemini above (recent messages + system prompt + administrator’s OpenAI API key). * When: Same conditions as Gemini above. * Terms and privacy: OpenAI Terms of Use, OpenAI API Data Usage Policies, OpenAI Privacy Policy. The AI bot is disabled by default and will not contact any external service unless the administrator explicitly enables it and provides an API key. 3. Optional Cloudflare Turnstile spam protection When Turnstile is explicitly enabled by the administrator (Settings → LobbyChat → Spam protection, off by default) and a site key and secret key are provided, the plugin uses Cloudflare’s Turnstile service to verify that the person posting is not a bot. Cloudflare Turnstile (https://challenges.cloudflare.com/) * What it is: Cloudflare’s privacy-focused CAPTCHA alternative, used here to block automated spam before a message is posted. * What is sent: When a user submits a message, the Turnstile token generated in their browser plus the user’s IP address are sent from your server to Cloudflare’s siteverify endpoint, along with your secret key, to confirm the token is valid. The browser-side widget also loads Cloudflare’s api.js script from challenges.cloudflare.com. * When: Only when Turnstile is enabled and a user attempts to post a message (optionally limited to guests only). * Terms and privacy: Cloudflare Website Terms of Use, Cloudflare Privacy Policy. Turnstile is disabled by default and will not contact any external service unless the administrator explicitly enables it and provides their own keys.