Simple Ajax Chat – Add a Fast, Secure Chat Box
⭐ Lightweight and fast, persistent chat solution! ⭐ Fully self-hosted: No 3rd-party account required 🙂 Simple Ajax Chat makes it easy for your visitors to chat with each other on your website. Simply add a shortcode to any post or page and done! Instant chat forum anywhere. The chat form is fully customizable with many options, so you can create the perfect chat box for your visitors. 👉 Check out a Live Demo of Simple Ajax Chat at WP-Mix » 👉 Pro version supports unlimited chat forms! Simple Ajax Chat is fully self-hosted with NO 3rd-party service required. Many (if not all) of the other free chat plugins require registration and monthly service from a 3rd-party provider. With Simple Ajax Chat, there is no 3rd-party: WordPress is all that’s required. Own your chats! Difference between SAC free and SAC Pro The main difference between SAC free and SAC Pro? Easy: SAC free supports 1 chat form SAC Pro supports unlimited chat forms Pro can do everything free can do and SO much more. Customize each chat form with unique features. SAC Pro is an all new plugin written with smarter, faster code and all the latest techniques. Get SAC Pro » SAC Features The simplest possible persistent chat Fully self-hosted: No 3rd-party account required Ajax goodness loads new chats without page refresh Smart chat processing optimizes for performance Works with all browsers (Chrome, Firefox, Safari, etc.) Works with all mobile devices (iPhone, Android, etc.) Display easily via shortcode or template tag Display chat box in multiple locations Regularly updated & “future proof” Supports custom CSS styles Strong anti-spam security Clean HTML markup More Features Plug-&-play: no configuration required Built-in control panel to edit and delete chats Define your own list of banned words and phrases Display chat messages in ascending or descending order Display custom content before/after the chat form Option to play sound alert for chat messages Option to restrict chat to logged-in users Option to restore default plugin settings Option to enable browser notifications Export all chat messages via CSV file Supports emoticons and emojis 🙂 Customize Everything Limit maximum number of chat messages Limit maximum length of each chat message Advanced customization via filter hooks Option to use textarea for larger input field Option to use logged-in username as the chat name Option to enable/disable URL field for chat names Load JavaScript only when chat box is displayed Customize the update interval for Ajax requests Customize the fade-in colors for new chats Customize the fade-duration for new chats Plus much more! 👉 That’s a LOT of features, but the Pro version has WAY more. Compare features (free vs. pro) » Exclusive Pro Features Enable Google reCaptcha (invisible) for all chat forms Choose from six form styles, or use custom styles Advanced chat management tools and user statistics Mute any user so they are not allowed to chat Ban any non-admin users from any chat session Enable customizable emoji picker for any chat form Display user avatars next to chat messages Display the user role next to chat messages Define your own Bang (!bang) shortcuts Email notifications for new chat messages Limit number of users for any chat form Create private chat boxes between users Banned phrases in text messages and user names Fine-grain control over allowed chat content Built with vanilla JavaScript (jQuery not required) Optionally display inline images in chat messages Automatically clear chat messages and send email alert Display a “current online users” widget for any form Displays a max-character counter for messages Display a role-based chat box on the WP Dashboard Choose from six sound alerts for new chat messages Option to include your own CSS and JavaScript 👉 Learn more and get SAC Pro » Privacy This plugin collects voluntary user chat data (i.e., Name, Chat Message, and optional URL field). It also gives the administrator the option to collect or not collect user IP information. Aside from those two things, this plugin does not collect or store any user data. This plugin uses a few cookies for the chat functionality. It does not connect to any third-party locations. Minimal impact on privacy. Translations This plugin supports translation into any language » Developer Simple Ajax Chat is developed and maintained by Jeff Starr, 15-year WordPress developer and book author. Support development I develop and maintain this free plugin with love for the WordPress community. To show support, you can make a donation or purchase one of my books: The Tao of WordPress Digging into WordPress .htaccess made easy WordPress Themes In Depth Wizard’s SQL Recipes for WordPress And/or purchase one of my premium WordPress plugins: BBQ Pro – Blazing fast WordPress firewall Blackhole Pro – Automatically block bad bots Banhammer Pro – Monitor traffic and ban the bad guys GA Google Analytics Pro – Connect WordPress to Google Analytics Head Meta Pro – Ultimate Meta Tags for WordPress REST Pro Tools – Awesome tools for managing the WP REST API Simple Ajax Chat Pro – Unlimited chat rooms USP Pro – Unlimited front-end forms Links, tweets and likes also appreciated. Thank you! 🙂
Top keywords
- chat48×5.71%
- pro19×2.26%
- messages12×1.43%
- wordpress11×1.31%
- chat messages10×1.19%
- sac10×1.19%
- display9×1.07%
- option9×1.07%
- ajax8×0.95%
- form8×0.95%
- user8×0.95%
- ajax chat6×0.71%
TalkJS
The TalkJS plugin allows you to add user-to-user chat to your marketplace, on-demand app, or social platform. You’ll have it up and running in 5 minutes. It integrates fully with WooCommerce and marketplace/multi-vendor plugins like WCVendors. This plugin offers you shortcodes and template tags for our three basic views: The inbox, the chatbox and the chat pop-up. It also adds a chatbox widget and an inbox-page. TalkJS is the messaging tool for platforms. Add buyer seller chat to your marketplace, on-demand app, or peer-to-peer chat to your social platform. Similar to what Airbnb, Upwork, or LinkedIn are offering in messaging. By providing direct contact between your users, you’re saving on customer support time, increase user interaction and retention. With this plugin, you can add TalkJS to your WordPress installation in just a few clicks and allow your users to chat with each other inside of your website or app right away! NOTE: This plugin is free, but you’ll need a TalkJS subscription to be able to use it in a production environment. TalkJS offers unlimited testing and a 14 day free trial when you go live. For developers If you’re looking to integrate the TalkJS messaging platform to your WordPress site, this is the easiest way to do it. You can use three methods of implementation: Shortcodes Widgets Template tags Shortcodes You can use shortcodes on a post-by-post basis. The following three shortcodes allows you to easily use any TalkJS UI: [talkjs_chat] [talkjs_inbox] [talkjs_popup] You can pass along the default conversation user for the chat and the popup. You do this by adding a user ID to the shortcode: [talkjs_chat user=”2″] If you wish to get the author of the post as your conversation user you can use the following: [talkjs_chat userType=”author”]. You shouldn’t fill in the user ID in this case since it overwrites the userType. With all three you can pass along a custom welcome message like this: [talkjs_chat welcomeMessage=”Hi there!”] For Inbox and Chatbox, you can also customize the width and height of the shortcodes by passing width and height properties like this: [talkjs_chat height=”500px” width=”250px”] There are some predefined styles to make integration easier, if you want full control over the style of the TalkJS UI container, you can pass style property to overwrite the default styles. width and height properties are ignored when style is used. The popup also has an option to keep it open between pages by using the shortcode with the keepOpen property e.g. [talkjs_popup keepOpen=”true”] Widgets There’s currently only one widget available: The TalkJS Chatbox widget. In it you can set a title, a welcome message and the conversation user (the current post author if blank) Template tags You can use template tags if you want to display the chatbox, inbox or popup on certain templates. You use them in your code like so: You can pass along the same attributes as in the shortcode-version. You add them in an array, like this: “Hi there, let\’s chat!”, ‘userType’ => ‘author’ ]); ?> Welcome Message customization You can add custom variables to your welcome message. These variables are available: {{first_name}} -> logged in users’ first name. {{last_name}} -> logged in users’ last name. {{name}} -> logged in users’ full name. Available filters We currently have one filter available for developers. Feel free to contact us if you need any other filters. talkjs_hidden_post_types_for_chat_popup Hide your custom post-type as a viable chat option.