* @license : GPL2 * */ if (!defined('ABSPATH')) { exit; } $allowedTags = [ 'a' => [ 'href' => [], 'title' => [], 'target' => [], ], 'abbr' => [ 'title' => [] ], 'acronym' => [ 'title' => [] ], 'code' => [], 'pre' => [], 'em' => [], 'strong' => [], 'ul' => [], 'ol' => [], 'li' => [], 'p' => [], 'br' => [], 'img' => [ 'src' => [], 'alt' => [] ] ]; $proURL = "https://go.premio.io/?edd_action=add_to_cart&download_id=185&edd_options[price_id]="; $options = [ '1_year' => [ 'title' => esc_html__('1 Year', 'chaty'), 'plan_type' => esc_html__('Billed Yearly', 'chaty'), 'postfix' => esc_html__('/Year', 'chaty'), 'plans' => [ [ 'price' => 59, 'desc' => '', 'month' => esc_html__('Less than $4.9/mo', 'chaty'), 'link' => $proURL."52", 'websites' => esc_html__('1 Website', 'chaty') ],[ 'price' => 129, 'desc' => esc_html__('Save $166', 'chaty'), 'month' => esc_html__('Less than $10.8/mo', 'chaty'), 'link' => $proURL."55", 'websites' => esc_html__('5 Websites', 'chaty') ],[ 'price' => 209, 'desc' => esc_html__('Save $2,740', 'chaty'), 'month' => esc_html__('Less than $17.4/mo', 'chaty'), 'link' => $proURL."58", 'websites' => esc_html__('50 Websites', 'chaty') ],[ 'price' => 419, 'desc' => esc_html__('Save >95%', 'chaty'), 'month' => esc_html__('Less than $34.9/mo', 'chaty'), 'link' => $proURL."61", 'websites' => esc_html__('500 Websites', 'chaty') ],[ 'price' => 569, 'desc' => esc_html__('Save >95%', 'chaty'), 'month' => esc_html__('Less than $47.4/mo', 'chaty'), 'link' => $proURL."64", 'websites' => esc_html__('1000 Websites', 'chaty') ] ] ], '2_years' => [ 'title' => esc_html__('2 Year', 'chaty'), 'plan_type' => esc_html__('Billed Yearly after 2 Years', 'chaty'), 'postfix' => esc_html__('/2 Years', 'chaty'), 'plans' => [ [ 'price' => 89, 'desc' => esc_html__('Save $29', 'chaty'), 'month' => esc_html__('Less than $3.7/mo', 'chaty'), 'link' => $proURL."53", 'websites' => esc_html__('1 Website', 'chaty') ],[ 'price' => 199, 'desc' => esc_html__('Save $391', 'chaty'), 'month' => esc_html__('Less than $8.3/mo', 'chaty'), 'link' => $proURL."56", 'websites' => esc_html__('5 Websites', 'chaty') ],[ 'price' => 329, 'desc' => esc_html__('Save $5,000+', 'chaty'), 'month' => esc_html__('Less than $13.7/mo', 'chaty'), 'link' => $proURL."59", 'websites' => esc_html__('50 Websites', 'chaty') ],[ 'price' => 619, 'desc' => esc_html__('Save >95%', 'chaty'), 'month' => esc_html__('Less than $25.8/mo', 'chaty'), 'link' => $proURL."62", 'websites' => esc_html__('500 Websites', 'chaty') ],[ 'price' => 869, 'desc' => esc_html__('Save >95%', 'chaty'), 'month' => esc_html__('Less than $36.2/mo', 'chaty'), 'link' => $proURL."65", 'websites' => esc_html__('1000 Websites', 'chaty') ] ] ], 'lifetime' => [ 'title' => esc_html__('Lifetime', 'chaty'), 'plan_type' => esc_html__('For Lifetime', 'chaty'), 'postfix' => esc_html__('/Lifetime', 'chaty'), 'plans' => [ [ 'price' => 169, 'desc' => esc_html__('Save $126', 'chaty'), 'month' => esc_html__('Lifetime License ๐Ÿš€', 'chaty'), 'link' => $proURL."54", 'websites' => esc_html__('1 Website', 'chaty') ],[ 'price' => 329, 'desc' => esc_html__('Save $1,146', 'chaty'), 'month' => esc_html__('Lifetime License ๐Ÿš€', 'chaty'), 'link' => $proURL."57", 'websites' => esc_html__('5 Websites', 'chaty') ],[ 'price' => 569, 'desc' => esc_html__('Save $10,000+', 'chaty'), 'month' => esc_html__('Lifetime License ๐Ÿš€', 'chaty'), 'link' => $proURL."60", 'websites' => esc_html__('50 Websites', 'chaty') ],[ 'price' => 999, 'desc' => esc_html__('Save >95%', 'chaty'), 'month' => esc_html__('Lifetime License ๐Ÿš€', 'chaty'), 'link' => $proURL."63", 'websites' => esc_html__('500 Websites', 'chaty') ],[ 'price' => 1399, 'desc' => esc_html__('Save >95%', 'chaty'), 'month' => esc_html__('Lifetime License ๐Ÿš€', 'chaty'), 'link' => $proURL."66", 'websites' => esc_html__('1000 Websites', 'chaty') ] ] ] ]; $features = [ [ 'title' => esc_html__("Multiple widgets", "chaty"), 'tooltip' => esc_html__("Create different widgets for different pages. Show different icons based on targeting rules. You can also show different channels for mobile and desktop and based on many other rules.", "chaty") ], [ 'title' => esc_html__("Multiple agents", "chaty"), 'tooltip' => sprintf(esc_html__("Show multiple agents under a single channel. For example, allow visitors to reach for pre-sales info or support with different channels on WhatsApp. Here are some %1\$s", "chaty"), "".esc_html__("interesting ways to use Agents functionality", "chaty")."")."" ], [ 'title' => esc_html__("Chat view pop-up", "chaty"), 'tooltip' => esc_html__("Choose between two types of pop-up designs, set pop-up text and color, and use merge tags like the URL and title, or WooCommerce properties like the product name, to customize the behavior of the widget based on visitor interaction.", "chaty")."" ], [ 'title' => esc_html__("Widget Analytics", "chaty"), 'tooltip' => esc_html__("Unlock analytics data about your Chaty widgets usage. Find out how many of your visitors click on your widgets and chat channels.", "chaty") ], [ 'title' => esc_html__("Widget customization", "chaty"), 'tooltip' => esc_html__("Choose a background color, change the size of the widget, choose from 3 different widget designs, select a Font Awesome icon or upload your own", "chaty") ], [ 'title' => esc_html__("Channels customization", "chaty"), 'tooltip' => esc_html__("Change each channel's background color, upload your own icon, and change the text on hover", "chaty") ], [ 'title' => esc_html__("Custom location", "chaty"), 'tooltip' => esc_html__("Place the widget wherever you like on the screen.", "chaty") ], [ 'title' => esc_html__("Page targeting", "chaty"), 'tooltip' => esc_html__("Use this feature to show or hide the widget for specific pages, posts, categories, tags, products, or any URL based on preset rules", "chaty") ], [ 'title' => esc_html__("Country targeting", "chaty"), 'tooltip' => esc_html__("Target your widget to specific countries. You can create different widgets for different countries", "chaty") ], [ 'title' => esc_html__("Traffic source targeting", "chaty"), 'tooltip' => esc_html__("Show the widget only to visitors who come from specific traffic sources including direct traffic, social networks, search engines, Google Ads, or any other traffic source)", "chaty") ], [ 'title' => esc_html__("Set widget visibility days & hours", "chaty"), 'tooltip' => esc_html__("Display the widget on specific days and hours based on your opening days and hours", "chaty") ], [ 'title' => esc_html__("Set specific date & time ", "chaty"), 'tooltip' => esc_html__("Schedule the specific time and date when your Chaty widget appears. Use this feature to offer time-limited coupons, or to start a promotion from a specific date.", "chaty") ], [ 'title' => esc_html__("Send contact form leads to email", "chaty"), 'tooltip' => esc_html__("You can get the emails from your contact form directly to your emails and change the subject line", "chaty") ], [ 'title' => esc_html__("Google Analytics", "chaty"), 'tooltip' => esc_html__("Automatically track clicks on each of your channels on your Google Analytics account", "chaty") ], [ 'title' => esc_html__("And more", "chaty"), 'tooltip' => esc_html__("QR code for WeChat, customizable WhatsApp message, customizable email subject.", "chaty") ], ]; ?>
Unlock all features
(enjoy 30-day money back guarantee on all plans)
Chaty
Powered by
$option) { ?>
$
Lifetime License ๐Ÿš€
$option) { $is_free_plan = (empty($option['plans']['0']['price']))?1:0; ?>
๐ŸŽ‰ Best Value
$
Lifetime License ๐Ÿš€
Less than $/mo

Payment
'Nick Magiera from Molly Dean', 'image' => CHT_PLUGIN_URL . 'admin/assets/images/testimonial/nick.webp', 'image_mobile' => CHT_PLUGIN_URL . 'admin/assets/images/testimonial/nick-80x80.webp', 'profile' => 'https://wordpress.org/support/topic/amazing-plugin-even-better-support-8/', 'comment' => 'I removed the previous paid chat plugin I had for my clients, and replaced it with Chaty and everyone is very happy! Love the simplicity of it. It just works! Amazing support with Premio also!' ], [ 'name' => 'Andrea from Websites San Diego', 'image' => CHT_PLUGIN_URL . 'admin/assets/images/testimonial/andrea.webp', 'image_mobile' => CHT_PLUGIN_URL . 'admin/assets/images/testimonial/andrea-80x80.webp', 'profile' => 'https://wordpress.org/support/topic/installed-on-all-my-websites-2/', 'comment' => 'I manage about 30 local business websites. They want their clients to have quick and easy access to call or text them. This is easy to install, lightweight, and graphically pleasing. Plus, it works!' ], [ 'name' => 'Stanley Mark', 'image' => CHT_PLUGIN_URL . 'admin/assets/images/testimonial/stanley.webp', 'image_mobile' => CHT_PLUGIN_URL . 'admin/assets/images/testimonial/stanley-80x80.webp', 'profile' => 'https://wordpress.org/support/topic/thank-its-doing-a-great-work-for-me/', 'comment' => 'My customers reach me efficiently. Thanks. Its doing a great work for me.' ], [ 'name' => 'Fatih ร‡akฤฑr GรผndoฤŸan', 'image' => CHT_PLUGIN_URL . 'admin/assets/images/testimonial/fatih.webp', 'image_mobile' => CHT_PLUGIN_URL . 'admin/assets/images/testimonial/fatih-80x80.webp', 'profile' => 'https://wordpress.org/support/topic/great-plugin-great-support-1507/', 'comment' => 'I really like the plugin. You should do nothing to track analytics data. Fast support in an hour, even in minutes. Thanksโ€ฆ' ], [ 'name' => 'John Serra', 'image' => CHT_PLUGIN_URL . 'admin/assets/images/testimonial/john.webp', 'image_mobile' => CHT_PLUGIN_URL . 'admin/assets/images/testimonial/john-80x80.webp', 'profile' => 'https://wordpress.org/support/topic/really-helpful-plugin-41/', 'comment' => 'It does what it says it will do without any fuss' ], [ 'name' => '@aniruddhapathak', 'image' => CHT_PLUGIN_URL . 'admin/assets/images/testimonial/aniruddah.webp', 'image_mobile' => CHT_PLUGIN_URL . 'admin/assets/images/testimonial/aniruddah-80x80.webp', 'profile' => 'https://wordpress.org/support/topic/excellent-plugin-and-support-241/', 'comment' => "I'm a user of Chaty's premium version and I absolutely love the experience. The support team is lovely and responsive too. Just the plugin I was looking for." ] ]; foreach($reviews as $review) { ?>
" alt="premio customers" />
esc_html__("How long is my paid Chaty plugin license valid for?", "chaty"), 'answer' => esc_html__("Once you purchase any paid plan of Chaty, you can use it forever. Support and updates are available for 1 year. You can renew your license yearly to get another year of support and updates.", "chaty") ], [ 'question' => esc_html__("Can I use Chaty plugin on more than 1 domain?", "chaty"), 'answer' => esc_html__("There 2 ways to do it:", "chaty")."
  • ".esc_html__("You can install the free Chaty plugin on any website you want", "chaty")."
  • ".esc_html__("You can buy the Pro plan that includes licenses for 5 domains, or the Agency plan that includes licenses for 50 domains (bigger plans are also available)." ,"chaty")."
" ], [ 'question' => esc_html__("Is there a time limit for the free plan?", "chaty"), 'answer' => esc_html__("No. you can use the free plan as long as you want.", "chaty") ], [ 'question' => esc_html__("Will Chaty stop working if I donโ€™t renew my license?", "chaty"), 'answer' => esc_html__("Of course NOT!", "chaty")."
".esc_html__("Chaty plugin and all your settings will continue to work as before; however, you will no longer receive plugin updates, including feature additions, improvements, and support.", "chaty"), ], ]; foreach($faqs as $key => $faq) { ?>