Floating Chat Widget: Contact Chat Icons, Telegram Chat, Line, WeChat, Email, SMS, Call Button – Chaty - Version 2.2.6

Version Description

Choose the font for your chat widget's call-to-action message and the icons' tooltip. Also added Hummingbird cache support and a link to Chaty's knowledge base

Download this release

Release Info

Developer galdub
Plugin Icon wp plugin Floating Chat Widget: Contact Chat Icons, Telegram Chat, Line, WeChat, Email, SMS, Call Button – Chaty
Version 2.2.6
Comparing to
See all releases

Code changes from version 2.2.5 to 2.2.6

admin/class-admin-base.php CHANGED
@@ -67,10 +67,34 @@ class CHT_Admin_Base
67
  curl_close($handle);
68
  }
69
  }
70
- echo "1";
 
 
 
 
 
 
 
 
 
 
 
 
 
71
  die;
72
  }
73
 
 
 
 
 
 
 
 
 
 
 
 
74
  public function chaty_plugin_deactivate()
75
  {
76
  $postData = $_POST;
@@ -164,8 +188,8 @@ class CHT_Admin_Base
164
 
165
  public function plugin_action_links($links)
166
  {
167
- $links['go_pro'] = '<a href="' . CHT_PRO_URL . '" class="chaty-plugins-gopro">' . esc_attr__('Upgrade', 'stars-testimonials') . '</a>';
168
-
169
  wp_register_style('chaty-admin-custom-style', CHT_PLUGIN_URL . '/assets/css/admin-cht-style.css');
170
  wp_enqueue_style('chaty-admin-custom-style');
171
 
@@ -391,6 +415,12 @@ class CHT_Admin_Base
391
  if($is_shown === false) {
392
  include_once CHT_DIR . '/views/update.php';
393
  } else {
 
 
 
 
 
 
394
  include_once CHT_DIR . '/views/admin.php';
395
  }
396
  }
@@ -505,6 +535,7 @@ class CHT_Admin_Base
505
  add_settings_field('cht_color', 'Color', '', $this->plugin_slug);
506
  add_settings_field('cht_custom_color', 'Color', '', $this->plugin_slug);
507
  add_settings_field('cht_position', 'Position', '', $this->plugin_slug);
 
508
  add_settings_field('positionSide', 'PositionSide', '', $this->plugin_slug);
509
  add_settings_field('cht_bottom_spacing', 'Bottom spacing', '', $this->plugin_slug);
510
  add_settings_field('cht_side_spacing', 'Side spacing', '', $this->plugin_slug);
@@ -540,6 +571,7 @@ class CHT_Admin_Base
540
  register_setting($this->plugin_slug, 'cht_color', 'chaty_sanitize_options');
541
  register_setting($this->plugin_slug, 'cht_custom_color', 'chaty_sanitize_options');
542
  register_setting($this->plugin_slug, 'cht_position', 'chaty_sanitize_options');
 
543
  register_setting($this->plugin_slug, 'positionSide', 'chaty_sanitize_options');
544
  register_setting($this->plugin_slug, 'cht_bottom_spacing', 'chaty_sanitize_options');
545
  register_setting($this->plugin_slug, 'cht_side_spacing', 'chaty_sanitize_options');
@@ -623,6 +655,929 @@ class CHT_Admin_Base
623
  }
624
  return '';
625
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
626
  }
627
 
628
  new CHT_Admin_Base();
67
  curl_close($handle);
68
  }
69
  }
70
+
71
+ }
72
+
73
+ public function chaty_update_counter() {
74
+ $current_count = get_option("chaty_total_channel_click");
75
+ if($current_count === false || empty($current_count)) {
76
+ $current_count = 1;
77
+ add_option("chaty_total_channel_click", $current_count);
78
+ } else {
79
+ $current_count = intval($current_count);
80
+ $current_count++;
81
+ update_option("chaty_total_channel_click", $current_count);
82
+ }
83
+ echo "true";
84
  die;
85
  }
86
 
87
+ public static function get_current_count() {
88
+ $current_count = get_option("chaty_total_channel_click");
89
+ if($current_count === false || empty($current_count)) {
90
+ return 0;
91
+ }
92
+ return intval($current_count);
93
+ }
94
+
95
+ /* sending message to plugin owner why plugin is deactivated */
96
+
97
+ /* chaty_plugin_deactivate start */
98
  public function chaty_plugin_deactivate()
99
  {
100
  $postData = $_POST;
188
 
189
  public function plugin_action_links($links)
190
  {
191
+ $links['need_help'] = '<a target="_blank" href="https://premio.io/help/chaty/?utm_source=pluginspage" >'.__( 'Need help?', CHT_OPT ).'</a>';
192
+ $links['go_pro'] = '<a href="' . CHT_PRO_URL . '" class="chaty-plugins-gopro">' . esc_attr__('Upgrade', CHT_OPT) . '</a>';
193
  wp_register_style('chaty-admin-custom-style', CHT_PLUGIN_URL . '/assets/css/admin-cht-style.css');
194
  wp_enqueue_style('chaty-admin-custom-style');
195
 
415
  if($is_shown === false) {
416
  include_once CHT_DIR . '/views/update.php';
417
  } else {
418
+ $fonts = self::get_font_list();
419
+ $current_count = self::get_current_count();
420
+ $channel_class = "";
421
+ if($current_count <= 35) {
422
+ $channel_class = "update-chaty-counter";
423
+ }
424
  include_once CHT_DIR . '/views/admin.php';
425
  }
426
  }
535
  add_settings_field('cht_color', 'Color', '', $this->plugin_slug);
536
  add_settings_field('cht_custom_color', 'Color', '', $this->plugin_slug);
537
  add_settings_field('cht_position', 'Position', '', $this->plugin_slug);
538
+ add_settings_field('cht_widget_font', 'Position', '', $this->plugin_slug);
539
  add_settings_field('positionSide', 'PositionSide', '', $this->plugin_slug);
540
  add_settings_field('cht_bottom_spacing', 'Bottom spacing', '', $this->plugin_slug);
541
  add_settings_field('cht_side_spacing', 'Side spacing', '', $this->plugin_slug);
571
  register_setting($this->plugin_slug, 'cht_color', 'chaty_sanitize_options');
572
  register_setting($this->plugin_slug, 'cht_custom_color', 'chaty_sanitize_options');
573
  register_setting($this->plugin_slug, 'cht_position', 'chaty_sanitize_options');
574
+ register_setting($this->plugin_slug, 'cht_widget_font', 'chaty_sanitize_options');
575
  register_setting($this->plugin_slug, 'positionSide', 'chaty_sanitize_options');
576
  register_setting($this->plugin_slug, 'cht_bottom_spacing', 'chaty_sanitize_options');
577
  register_setting($this->plugin_slug, 'cht_side_spacing', 'chaty_sanitize_options');
655
  }
656
  return '';
657
  }
658
+
659
+ public static function get_font_list(){
660
+ return array(
661
+ // System fonts.
662
+ 'Arial' => 'Default',
663
+ 'Tahoma' => 'Default',
664
+ 'Verdana' => 'Default',
665
+ 'Helvetica' => 'Default',
666
+ 'Times New Roman' => 'Default',
667
+ 'Trebuchet MS' => 'Default',
668
+ 'Georgia' => 'Default',
669
+
670
+ // Google Fonts (last update: 23/10/2018).
671
+ 'ABeeZee' => 'Google Fonts',
672
+ 'Abel' => 'Google Fonts',
673
+ 'Abhaya Libre' => 'Google Fonts',
674
+ 'Abril Fatface' => 'Google Fonts',
675
+ 'Aclonica' => 'Google Fonts',
676
+ 'Acme' => 'Google Fonts',
677
+ 'Actor' => 'Google Fonts',
678
+ 'Adamina' => 'Google Fonts',
679
+ 'Advent Pro' => 'Google Fonts',
680
+ 'Aguafina Script' => 'Google Fonts',
681
+ 'Akronim' => 'Google Fonts',
682
+ 'Aladin' => 'Google Fonts',
683
+ 'Aldrich' => 'Google Fonts',
684
+ 'Alef' => 'Google Fonts',
685
+ 'Alef Hebrew' => 'Google Fonts', // Hack for Google Early Access.
686
+ 'Alegreya' => 'Google Fonts',
687
+ 'Alegreya SC' => 'Google Fonts',
688
+ 'Alegreya Sans' => 'Google Fonts',
689
+ 'Alegreya Sans SC' => 'Google Fonts',
690
+ 'Alex Brush' => 'Google Fonts',
691
+ 'Alfa Slab One' => 'Google Fonts',
692
+ 'Alice' => 'Google Fonts',
693
+ 'Alike' => 'Google Fonts',
694
+ 'Alike Angular' => 'Google Fonts',
695
+ 'Allan' => 'Google Fonts',
696
+ 'Allerta' => 'Google Fonts',
697
+ 'Allerta Stencil' => 'Google Fonts',
698
+ 'Allura' => 'Google Fonts',
699
+ 'Almendra' => 'Google Fonts',
700
+ 'Almendra Display' => 'Google Fonts',
701
+ 'Almendra SC' => 'Google Fonts',
702
+ 'Amarante' => 'Google Fonts',
703
+ 'Amaranth' => 'Google Fonts',
704
+ 'Amatic SC' => 'Google Fonts',
705
+ 'Amethysta' => 'Google Fonts',
706
+ 'Amiko' => 'Google Fonts',
707
+ 'Amiri' => 'Google Fonts',
708
+ 'Amita' => 'Google Fonts',
709
+ 'Anaheim' => 'Google Fonts',
710
+ 'Andada' => 'Google Fonts',
711
+ 'Andika' => 'Google Fonts',
712
+ 'Angkor' => 'Google Fonts',
713
+ 'Annie Use Your Telescope' => 'Google Fonts',
714
+ 'Anonymous Pro' => 'Google Fonts',
715
+ 'Antic' => 'Google Fonts',
716
+ 'Antic Didone' => 'Google Fonts',
717
+ 'Antic Slab' => 'Google Fonts',
718
+ 'Anton' => 'Google Fonts',
719
+ 'Arapey' => 'Google Fonts',
720
+ 'Arbutus' => 'Google Fonts',
721
+ 'Arbutus Slab' => 'Google Fonts',
722
+ 'Architects Daughter' => 'Google Fonts',
723
+ 'Archivo' => 'Google Fonts',
724
+ 'Archivo Black' => 'Google Fonts',
725
+ 'Archivo Narrow' => 'Google Fonts',
726
+ 'Aref Ruqaa' => 'Google Fonts',
727
+ 'Arima Madurai' => 'Google Fonts',
728
+ 'Arimo' => 'Google Fonts',
729
+ 'Arizonia' => 'Google Fonts',
730
+ 'Armata' => 'Google Fonts',
731
+ 'Arsenal' => 'Google Fonts',
732
+ 'Artifika' => 'Google Fonts',
733
+ 'Arvo' => 'Google Fonts',
734
+ 'Arya' => 'Google Fonts',
735
+ 'Asap' => 'Google Fonts',
736
+ 'Asap Condensed' => 'Google Fonts',
737
+ 'Asar' => 'Google Fonts',
738
+ 'Asset' => 'Google Fonts',
739
+ 'Assistant' => 'Google Fonts',
740
+ 'Astloch' => 'Google Fonts',
741
+ 'Asul' => 'Google Fonts',
742
+ 'Athiti' => 'Google Fonts',
743
+ 'Atma' => 'Google Fonts',
744
+ 'Atomic Age' => 'Google Fonts',
745
+ 'Aubrey' => 'Google Fonts',
746
+ 'Audiowide' => 'Google Fonts',
747
+ 'Autour One' => 'Google Fonts',
748
+ 'Average' => 'Google Fonts',
749
+ 'Average Sans' => 'Google Fonts',
750
+ 'Averia Gruesa Libre' => 'Google Fonts',
751
+ 'Averia Libre' => 'Google Fonts',
752
+ 'Averia Sans Libre' => 'Google Fonts',
753
+ 'Averia Serif Libre' => 'Google Fonts',
754
+ 'Bad Script' => 'Google Fonts',
755
+ 'Bahiana' => 'Google Fonts',
756
+ 'Bai Jamjuree' => 'Google Fonts',
757
+ 'Baloo' => 'Google Fonts',
758
+ 'Baloo Bhai' => 'Google Fonts',
759
+ 'Baloo Bhaijaan' => 'Google Fonts',
760
+ 'Baloo Bhaina' => 'Google Fonts',
761
+ 'Baloo Chettan' => 'Google Fonts',
762
+ 'Baloo Da' => 'Google Fonts',
763
+ 'Baloo Paaji' => 'Google Fonts',
764
+ 'Baloo Tamma' => 'Google Fonts',
765
+ 'Baloo Tammudu' => 'Google Fonts',
766
+ 'Baloo Thambi' => 'Google Fonts',
767
+ 'Balthazar' => 'Google Fonts',
768
+ 'Bangers' => 'Google Fonts',
769
+ 'Barlow' => 'Google Fonts',
770
+ 'Barlow Condensed' => 'Google Fonts',
771
+ 'Barlow Semi Condensed' => 'Google Fonts',
772
+ 'Barrio' => 'Google Fonts',
773
+ 'Basic' => 'Google Fonts',
774
+ 'Battambang' => 'Google Fonts',
775
+ 'Baumans' => 'Google Fonts',
776
+ 'Bayon' => 'Google Fonts',
777
+ 'Belgrano' => 'Google Fonts',
778
+ 'Bellefair' => 'Google Fonts',
779
+ 'Belleza' => 'Google Fonts',
780
+ 'BenchNine' => 'Google Fonts',
781
+ 'Bentham' => 'Google Fonts',
782
+ 'Berkshire Swash' => 'Google Fonts',
783
+ 'Bevan' => 'Google Fonts',
784
+ 'Bigelow Rules' => 'Google Fonts',
785
+ 'Bigshot One' => 'Google Fonts',
786
+ 'Bilbo' => 'Google Fonts',
787
+ 'Bilbo Swash Caps' => 'Google Fonts',
788
+ 'BioRhyme' => 'Google Fonts',
789
+ 'BioRhyme Expanded' => 'Google Fonts',
790
+ 'Biryani' => 'Google Fonts',
791
+ 'Bitter' => 'Google Fonts',
792
+ 'Black And White Picture' => 'Google Fonts',
793
+ 'Black Han Sans' => 'Google Fonts',
794
+ 'Black Ops One' => 'Google Fonts',
795
+ 'Bokor' => 'Google Fonts',
796
+ 'Bonbon' => 'Google Fonts',
797
+ 'Boogaloo' => 'Google Fonts',
798
+ 'Bowlby One' => 'Google Fonts',
799
+ 'Bowlby One SC' => 'Google Fonts',
800
+ 'Brawler' => 'Google Fonts',
801
+ 'Bree Serif' => 'Google Fonts',
802
+ 'Bubblegum Sans' => 'Google Fonts',
803
+ 'Bubbler One' => 'Google Fonts',
804
+ 'Buda' => 'Google Fonts',
805
+ 'Buenard' => 'Google Fonts',
806
+ 'Bungee' => 'Google Fonts',
807
+ 'Bungee Hairline' => 'Google Fonts',
808
+ 'Bungee Inline' => 'Google Fonts',
809
+ 'Bungee Outline' => 'Google Fonts',
810
+ 'Bungee Shade' => 'Google Fonts',
811
+ 'Butcherman' => 'Google Fonts',
812
+ 'Butterfly Kids' => 'Google Fonts',
813
+ 'Cabin' => 'Google Fonts',
814
+ 'Cabin Condensed' => 'Google Fonts',
815
+ 'Cabin Sketch' => 'Google Fonts',
816
+ 'Caesar Dressing' => 'Google Fonts',
817
+ 'Cagliostro' => 'Google Fonts',
818
+ 'Cairo' => 'Google Fonts',
819
+ 'Calligraffitti' => 'Google Fonts',
820
+ 'Cambay' => 'Google Fonts',
821
+ 'Cambo' => 'Google Fonts',
822
+ 'Candal' => 'Google Fonts',
823
+ 'Cantarell' => 'Google Fonts',
824
+ 'Cantata One' => 'Google Fonts',
825
+ 'Cantora One' => 'Google Fonts',
826
+ 'Capriola' => 'Google Fonts',
827
+ 'Cardo' => 'Google Fonts',
828
+ 'Carme' => 'Google Fonts',
829
+ 'Carrois Gothic' => 'Google Fonts',
830
+ 'Carrois Gothic SC' => 'Google Fonts',
831
+ 'Carter One' => 'Google Fonts',
832
+ 'Catamaran' => 'Google Fonts',
833
+ 'Caudex' => 'Google Fonts',
834
+ 'Caveat' => 'Google Fonts',
835
+ 'Caveat Brush' => 'Google Fonts',
836
+ 'Cedarville Cursive' => 'Google Fonts',
837
+ 'Ceviche One' => 'Google Fonts',
838
+ 'Chakra Petch' => 'Google Fonts',
839
+ 'Changa' => 'Google Fonts',
840
+ 'Changa One' => 'Google Fonts',
841
+ 'Chango' => 'Google Fonts',
842
+ 'Charmonman' => 'Google Fonts',
843
+ 'Chathura' => 'Google Fonts',
844
+ 'Chau Philomene One' => 'Google Fonts',
845
+ 'Chela One' => 'Google Fonts',
846
+ 'Chelsea Market' => 'Google Fonts',
847
+ 'Chenla' => 'Google Fonts',
848
+ 'Cherry Cream Soda' => 'Google Fonts',
849
+ 'Cherry Swash' => 'Google Fonts',
850
+ 'Chewy' => 'Google Fonts',
851
+ 'Chicle' => 'Google Fonts',
852
+ 'Chivo' => 'Google Fonts',
853
+ 'Chonburi' => 'Google Fonts',
854
+ 'Cinzel' => 'Google Fonts',
855
+ 'Cinzel Decorative' => 'Google Fonts',
856
+ 'Clicker Script' => 'Google Fonts',
857
+ 'Coda' => 'Google Fonts',
858
+ 'Coda Caption' => 'Google Fonts',
859
+ 'Codystar' => 'Google Fonts',
860
+ 'Coiny' => 'Google Fonts',
861
+ 'Combo' => 'Google Fonts',
862
+ 'Comfortaa' => 'Google Fonts',
863
+ 'Coming Soon' => 'Google Fonts',
864
+ 'Concert One' => 'Google Fonts',
865
+ 'Condiment' => 'Google Fonts',
866
+ 'Content' => 'Google Fonts',
867
+ 'Contrail One' => 'Google Fonts',
868
+ 'Convergence' => 'Google Fonts',
869
+ 'Cookie' => 'Google Fonts',
870
+ 'Copse' => 'Google Fonts',
871
+ 'Corben' => 'Google Fonts',
872
+ 'Cormorant' => 'Google Fonts',
873
+ 'Cormorant Garamond' => 'Google Fonts',
874
+ 'Cormorant Infant' => 'Google Fonts',
875
+ 'Cormorant SC' => 'Google Fonts',
876
+ 'Cormorant Unicase' => 'Google Fonts',
877
+ 'Cormorant Upright' => 'Google Fonts',
878
+ 'Courgette' => 'Google Fonts',
879
+ 'Cousine' => 'Google Fonts',
880
+ 'Coustard' => 'Google Fonts',
881
+ 'Covered By Your Grace' => 'Google Fonts',
882
+ 'Crafty Girls' => 'Google Fonts',
883
+ 'Creepster' => 'Google Fonts',
884
+ 'Crete Round' => 'Google Fonts',
885
+ 'Crimson Text' => 'Google Fonts',
886
+ 'Croissant One' => 'Google Fonts',
887
+ 'Crushed' => 'Google Fonts',
888
+ 'Cuprum' => 'Google Fonts',
889
+ 'Cute Font' => 'Google Fonts',
890
+ 'Cutive' => 'Google Fonts',
891
+ 'Cutive Mono' => 'Google Fonts',
892
+ 'Damion' => 'Google Fonts',
893
+ 'Dancing Script' => 'Google Fonts',
894
+ 'Dangrek' => 'Google Fonts',
895
+ 'David Libre' => 'Google Fonts',
896
+ 'Dawning of a New Day' => 'Google Fonts',
897
+ 'Days One' => 'Google Fonts',
898
+ 'Dekko' => 'Google Fonts',
899
+ 'Delius' => 'Google Fonts',
900
+ 'Delius Swash Caps' => 'Google Fonts',
901
+ 'Delius Unicase' => 'Google Fonts',
902
+ 'Della Respira' => 'Google Fonts',
903
+ 'Denk One' => 'Google Fonts',
904
+ 'Devonshire' => 'Google Fonts',
905
+ 'Dhurjati' => 'Google Fonts',
906
+ 'Didact Gothic' => 'Google Fonts',
907
+ 'Diplomata' => 'Google Fonts',
908
+ 'Diplomata SC' => 'Google Fonts',
909
+ 'Do Hyeon' => 'Google Fonts',
910
+ 'Dokdo' => 'Google Fonts',
911
+ 'Domine' => 'Google Fonts',
912
+ 'Donegal One' => 'Google Fonts',
913
+ 'Doppio One' => 'Google Fonts',
914
+ 'Dorsa' => 'Google Fonts',
915
+ 'Dosis' => 'Google Fonts',
916
+ 'Dr Sugiyama' => 'Google Fonts',
917
+ 'Droid Arabic Kufi' => 'Google Fonts', // Hack for Google Early Access.
918
+ 'Droid Arabic Naskh' => 'Google Fonts', // Hack for Google Early Access.
919
+ 'Duru Sans' => 'Google Fonts',
920
+ 'Dynalight' => 'Google Fonts',
921
+ 'EB Garamond' => 'Google Fonts',
922
+ 'Eagle Lake' => 'Google Fonts',
923
+ 'East Sea Dokdo' => 'Google Fonts',
924
+ 'Eater' => 'Google Fonts',
925
+ 'Economica' => 'Google Fonts',
926
+ 'Eczar' => 'Google Fonts',
927
+ 'El Messiri' => 'Google Fonts',
928
+ 'Electrolize' => 'Google Fonts',
929
+ 'Elsie' => 'Google Fonts',
930
+ 'Elsie Swash Caps' => 'Google Fonts',
931
+ 'Emblema One' => 'Google Fonts',
932
+ 'Emilys Candy' => 'Google Fonts',
933
+ 'Encode Sans' => 'Google Fonts',
934
+ 'Encode Sans Condensed' => 'Google Fonts',
935
+ 'Encode Sans Expanded' => 'Google Fonts',
936
+ 'Encode Sans Semi Condensed' => 'Google Fonts',
937
+ 'Encode Sans Semi Expanded' => 'Google Fonts',
938
+ 'Engagement' => 'Google Fonts',
939
+ 'Englebert' => 'Google Fonts',
940
+ 'Enriqueta' => 'Google Fonts',
941
+ 'Erica One' => 'Google Fonts',
942
+ 'Esteban' => 'Google Fonts',
943
+ 'Euphoria Script' => 'Google Fonts',
944
+ 'Ewert' => 'Google Fonts',
945
+ 'Exo' => 'Google Fonts',
946
+ 'Exo 2' => 'Google Fonts',
947
+ 'Expletus Sans' => 'Google Fonts',
948
+ 'Fahkwang' => 'Google Fonts',
949
+ 'Fanwood Text' => 'Google Fonts',
950
+ 'Farsan' => 'Google Fonts',
951
+ 'Fascinate' => 'Google Fonts',
952
+ 'Fascinate Inline' => 'Google Fonts',
953
+ 'Faster One' => 'Google Fonts',
954
+ 'Fasthand' => 'Google Fonts',
955
+ 'Fauna One' => 'Google Fonts',
956
+ 'Faustina' => 'Google Fonts',
957
+ 'Federant' => 'Google Fonts',
958
+ 'Federo' => 'Google Fonts',
959
+ 'Felipa' => 'Google Fonts',
960
+ 'Fenix' => 'Google Fonts',
961
+ 'Finger Paint' => 'Google Fonts',
962
+ 'Fira Mono' => 'Google Fonts',
963
+ 'Fira Sans' => 'Google Fonts',
964
+ 'Fira Sans Condensed' => 'Google Fonts',
965
+ 'Fira Sans Extra Condensed' => 'Google Fonts',
966
+ 'Fjalla One' => 'Google Fonts',
967
+ 'Fjord One' => 'Google Fonts',
968
+ 'Flamenco' => 'Google Fonts',
969
+ 'Flavors' => 'Google Fonts',
970
+ 'Fondamento' => 'Google Fonts',
971
+ 'Fontdiner Swanky' => 'Google Fonts',
972
+ 'Forum' => 'Google Fonts',
973
+ 'Francois One' => 'Google Fonts',
974
+ 'Frank Ruhl Libre' => 'Google Fonts',
975
+ 'Freckle Face' => 'Google Fonts',
976
+ 'Fredericka the Great' => 'Google Fonts',
977
+ 'Fredoka One' => 'Google Fonts',
978
+ 'Freehand' => 'Google Fonts',
979
+ 'Fresca' => 'Google Fonts',
980
+ 'Frijole' => 'Google Fonts',
981
+ 'Fruktur' => 'Google Fonts',
982
+ 'Fugaz One' => 'Google Fonts',
983
+ 'GFS Didot' => 'Google Fonts',
984
+ 'GFS Neohellenic' => 'Google Fonts',
985
+ 'Gabriela' => 'Google Fonts',
986
+ 'Gaegu' => 'Google Fonts',
987
+ 'Gafata' => 'Google Fonts',
988
+ 'Galada' => 'Google Fonts',
989
+ 'Galdeano' => 'Google Fonts',
990
+ 'Galindo' => 'Google Fonts',
991
+ 'Gamja Flower' => 'Google Fonts',
992
+ 'Gentium Basic' => 'Google Fonts',
993
+ 'Gentium Book Basic' => 'Google Fonts',
994
+ 'Geo' => 'Google Fonts',
995
+ 'Geostar' => 'Google Fonts',
996
+ 'Geostar Fill' => 'Google Fonts',
997
+ 'Germania One' => 'Google Fonts',
998
+ 'Gidugu' => 'Google Fonts',
999
+ 'Gilda Display' => 'Google Fonts',
1000
+ 'Give You Glory' => 'Google Fonts',
1001
+ 'Glass Antiqua' => 'Google Fonts',
1002
+ 'Glegoo' => 'Google Fonts',
1003
+ 'Gloria Hallelujah' => 'Google Fonts',
1004
+ 'Goblin One' => 'Google Fonts',
1005
+ 'Gochi Hand' => 'Google Fonts',
1006
+ 'Gorditas' => 'Google Fonts',
1007
+ 'Gothic A1' => 'Google Fonts',
1008
+ 'Goudy Bookletter 1911' => 'Google Fonts',
1009
+ 'Graduate' => 'Google Fonts',
1010
+ 'Grand Hotel' => 'Google Fonts',
1011
+ 'Gravitas One' => 'Google Fonts',
1012
+ 'Great Vibes' => 'Google Fonts',
1013
+ 'Griffy' => 'Google Fonts',
1014
+ 'Gruppo' => 'Google Fonts',
1015
+ 'Gudea' => 'Google Fonts',
1016
+ 'Gugi' => 'Google Fonts',
1017
+ 'Gurajada' => 'Google Fonts',
1018
+ 'Habibi' => 'Google Fonts',
1019
+ 'Halant' => 'Google Fonts',
1020
+ 'Hammersmith One' => 'Google Fonts',
1021
+ 'Hanalei' => 'Google Fonts',
1022
+ 'Hanalei Fill' => 'Google Fonts',
1023
+ 'Handlee' => 'Google Fonts',
1024
+ 'Hanuman' => 'Google Fonts',
1025
+ 'Happy Monkey' => 'Google Fonts',
1026
+ 'Harmattan' => 'Google Fonts',
1027
+ 'Headland One' => 'Google Fonts',
1028
+ 'Heebo' => 'Google Fonts',
1029
+ 'Henny Penny' => 'Google Fonts',
1030
+ 'Herr Von Muellerhoff' => 'Google Fonts',
1031
+ 'Hi Melody' => 'Google Fonts',
1032
+ 'Hind' => 'Google Fonts',
1033
+ 'Hind Guntur' => 'Google Fonts',
1034
+ 'Hind Madurai' => 'Google Fonts',
1035
+ 'Hind Siliguri' => 'Google Fonts',
1036
+ 'Hind Vadodara' => 'Google Fonts',
1037
+ 'Holtwood One SC' => 'Google Fonts',
1038
+ 'Homemade Apple' => 'Google Fonts',
1039
+ 'Homenaje' => 'Google Fonts',
1040
+ 'IBM Plex Mono' => 'Google Fonts',
1041
+ 'IBM Plex Sans' => 'Google Fonts',
1042
+ 'IBM Plex Sans Condensed' => 'Google Fonts',
1043
+ 'IBM Plex Serif' => 'Google Fonts',
1044
+ 'IM Fell DW Pica' => 'Google Fonts',
1045
+ 'IM Fell DW Pica SC' => 'Google Fonts',
1046
+ 'IM Fell Double Pica' => 'Google Fonts',
1047
+ 'IM Fell Double Pica SC' => 'Google Fonts',
1048
+ 'IM Fell English' => 'Google Fonts',
1049
+ 'IM Fell English SC' => 'Google Fonts',
1050
+ 'IM Fell French Canon' => 'Google Fonts',
1051
+ 'IM Fell French Canon SC' => 'Google Fonts',
1052
+ 'IM Fell Great Primer' => 'Google Fonts',
1053
+ 'IM Fell Great Primer SC' => 'Google Fonts',
1054
+ 'Iceberg' => 'Google Fonts',
1055
+ 'Iceland' => 'Google Fonts',
1056
+ 'Imprima' => 'Google Fonts',
1057
+ 'Inconsolata' => 'Google Fonts',
1058
+ 'Inder' => 'Google Fonts',
1059
+ 'Indie Flower' => 'Google Fonts',
1060
+ 'Inika' => 'Google Fonts',
1061
+ 'Inknut Antiqua' => 'Google Fonts',
1062
+ 'Irish Grover' => 'Google Fonts',
1063
+ 'Istok Web' => 'Google Fonts',
1064
+ 'Italiana' => 'Google Fonts',
1065
+ 'Italianno' => 'Google Fonts',
1066
+ 'Itim' => 'Google Fonts',
1067
+ 'Jacques Francois' => 'Google Fonts',
1068
+ 'Jacques Francois Shadow' => 'Google Fonts',
1069
+ 'Jaldi' => 'Google Fonts',
1070
+ 'Jim Nightshade' => 'Google Fonts',
1071
+ 'Jockey One' => 'Google Fonts',
1072
+ 'Jolly Lodger' => 'Google Fonts',
1073
+ 'Jomhuria' => 'Google Fonts',
1074
+ 'Josefin Sans' => 'Google Fonts',
1075
+ 'Josefin Slab' => 'Google Fonts',
1076
+ 'Joti One' => 'Google Fonts',
1077
+ 'Jua' => 'Google Fonts',
1078
+ 'Judson' => 'Google Fonts',
1079
+ 'Julee' => 'Google Fonts',
1080
+ 'Julius Sans One' => 'Google Fonts',
1081
+ 'Junge' => 'Google Fonts',
1082
+ 'Jura' => 'Google Fonts',
1083
+ 'Just Another Hand' => 'Google Fonts',
1084
+ 'Just Me Again Down Here' => 'Google Fonts',
1085
+ 'K2D' => 'Google Fonts',
1086
+ 'Kadwa' => 'Google Fonts',
1087
+ 'Kalam' => 'Google Fonts',
1088
+ 'Kameron' => 'Google Fonts',
1089
+ 'Kanit' => 'Google Fonts',
1090
+ 'Kantumruy' => 'Google Fonts',
1091
+ 'Karla' => 'Google Fonts',
1092
+ 'Karma' => 'Google Fonts',
1093
+ 'Katibeh' => 'Google Fonts',
1094
+ 'Kaushan Script' => 'Google Fonts',
1095
+ 'Kavivanar' => 'Google Fonts',
1096
+ 'Kavoon' => 'Google Fonts',
1097
+ 'Kdam Thmor' => 'Google Fonts',
1098
+ 'Keania One' => 'Google Fonts',
1099
+ 'Kelly Slab' => 'Google Fonts',
1100
+ 'Kenia' => 'Google Fonts',
1101
+ 'Khand' => 'Google Fonts',
1102
+ 'Khmer' => 'Google Fonts',
1103
+ 'Khula' => 'Google Fonts',
1104
+ 'Kirang Haerang' => 'Google Fonts',
1105
+ 'Kite One' => 'Google Fonts',
1106
+ 'Knewave' => 'Google Fonts',
1107
+ 'KoHo' => 'Google Fonts',
1108
+ 'Kodchasan' => 'Google Fonts',
1109
+ 'Kosugi' => 'Google Fonts',
1110
+ 'Kosugi Maru' => 'Google Fonts',
1111
+ 'Kotta One' => 'Google Fonts',
1112
+ 'Koulen' => 'Google Fonts',
1113
+ 'Kranky' => 'Google Fonts',
1114
+ 'Kreon' => 'Google Fonts',
1115
+ 'Kristi' => 'Google Fonts',
1116
+ 'Krona One' => 'Google Fonts',
1117
+ 'Krub' => 'Google Fonts',
1118
+ 'Kumar One' => 'Google Fonts',
1119
+ 'Kumar One Outline' => 'Google Fonts',
1120
+ 'Kurale' => 'Google Fonts',
1121
+ 'La Belle Aurore' => 'Google Fonts',
1122
+ 'Laila' => 'Google Fonts',
1123
+ 'Lakki Reddy' => 'Google Fonts',
1124
+ 'Lalezar' => 'Google Fonts',
1125
+ 'Lancelot' => 'Google Fonts',
1126
+ 'Lateef' => 'Google Fonts',
1127
+ 'Lato' => 'Google Fonts',
1128
+ 'League Script' => 'Google Fonts',
1129
+ 'Leckerli One' => 'Google Fonts',
1130
+ 'Ledger' => 'Google Fonts',
1131
+ 'Lekton' => 'Google Fonts',
1132
+ 'Lemon' => 'Google Fonts',
1133
+ 'Lemonada' => 'Google Fonts',
1134
+ 'Libre Barcode 128' => 'Google Fonts',
1135
+ 'Libre Barcode 128 Text' => 'Google Fonts',
1136
+ 'Libre Barcode 39' => 'Google Fonts',
1137
+ 'Libre Barcode 39 Extended' => 'Google Fonts',
1138
+ 'Libre Barcode 39 Extended Text' => 'Google Fonts',
1139
+ 'Libre Barcode 39 Text' => 'Google Fonts',
1140
+ 'Libre Baskerville' => 'Google Fonts',
1141
+ 'Libre Franklin' => 'Google Fonts',
1142
+ 'Life Savers' => 'Google Fonts',
1143
+ 'Lilita One' => 'Google Fonts',
1144
+ 'Lily Script One' => 'Google Fonts',
1145
+ 'Limelight' => 'Google Fonts',
1146
+ 'Linden Hill' => 'Google Fonts',
1147
+ 'Lobster' => 'Google Fonts',
1148
+ 'Lobster Two' => 'Google Fonts',
1149
+ 'Londrina Outline' => 'Google Fonts',
1150
+ 'Londrina Shadow' => 'Google Fonts',
1151
+ 'Londrina Sketch' => 'Google Fonts',
1152
+ 'Londrina Solid' => 'Google Fonts',
1153
+ 'Lora' => 'Google Fonts',
1154
+ 'Love Ya Like A Sister' => 'Google Fonts',
1155
+ 'Loved by the King' => 'Google Fonts',
1156
+ 'Lovers Quarrel' => 'Google Fonts',
1157
+ 'Luckiest Guy' => 'Google Fonts',
1158
+ 'Lusitana' => 'Google Fonts',
1159
+ 'Lustria' => 'Google Fonts',
1160
+ 'M PLUS 1p' => 'Google Fonts',
1161
+ 'M PLUS Rounded 1c' => 'Google Fonts',
1162
+ 'Macondo' => 'Google Fonts',
1163
+ 'Macondo Swash Caps' => 'Google Fonts',
1164
+ 'Mada' => 'Google Fonts',
1165
+ 'Magra' => 'Google Fonts',
1166
+ 'Maiden Orange' => 'Google Fonts',
1167
+ 'Maitree' => 'Google Fonts',
1168
+ 'Mako' => 'Google Fonts',
1169
+ 'Mali' => 'Google Fonts',
1170
+ 'Mallanna' => 'Google Fonts',
1171
+ 'Mandali' => 'Google Fonts',
1172
+ 'Manuale' => 'Google Fonts',
1173
+ 'Marcellus' => 'Google Fonts',
1174
+ 'Marcellus SC' => 'Google Fonts',
1175
+ 'Marck Script' => 'Google Fonts',
1176
+ 'Margarine' => 'Google Fonts',
1177
+ 'Markazi Text' => 'Google Fonts',
1178
+ 'Marko One' => 'Google Fonts',
1179
+ 'Marmelad' => 'Google Fonts',
1180
+ 'Martel' => 'Google Fonts',
1181
+ 'Martel Sans' => 'Google Fonts',
1182
+ 'Marvel' => 'Google Fonts',
1183
+ 'Mate' => 'Google Fonts',
1184
+ 'Mate SC' => 'Google Fonts',
1185
+ 'Maven Pro' => 'Google Fonts',
1186
+ 'McLaren' => 'Google Fonts',
1187
+ 'Meddon' => 'Google Fonts',
1188
+ 'MedievalSharp' => 'Google Fonts',
1189
+ 'Medula One' => 'Google Fonts',
1190
+ 'Meera Inimai' => 'Google Fonts',
1191
+ 'Megrim' => 'Google Fonts',
1192
+ 'Meie Script' => 'Google Fonts',
1193
+ 'Merienda' => 'Google Fonts',
1194
+ 'Merienda One' => 'Google Fonts',
1195
+ 'Merriweather' => 'Google Fonts',
1196
+ 'Merriweather Sans' => 'Google Fonts',
1197
+ 'Metal' => 'Google Fonts',
1198
+ 'Metal Mania' => 'Google Fonts',
1199
+ 'Metamorphous' => 'Google Fonts',
1200
+ 'Metrophobic' => 'Google Fonts',
1201
+ 'Michroma' => 'Google Fonts',
1202
+ 'Milonga' => 'Google Fonts',
1203
+ 'Miltonian' => 'Google Fonts',
1204
+ 'Miltonian Tattoo' => 'Google Fonts',
1205
+ 'Mina' => 'Google Fonts',
1206
+ 'Miniver' => 'Google Fonts',
1207
+ 'Miriam Libre' => 'Google Fonts',
1208
+ 'Mirza' => 'Google Fonts',
1209
+ 'Miss Fajardose' => 'Google Fonts',
1210
+ 'Mitr' => 'Google Fonts',
1211
+ 'Modak' => 'Google Fonts',
1212
+ 'Modern Antiqua' => 'Google Fonts',
1213
+ 'Mogra' => 'Google Fonts',
1214
+ 'Molengo' => 'Google Fonts',
1215
+ 'Molle' => 'Google Fonts',
1216
+ 'Monda' => 'Google Fonts',
1217
+ 'Monofett' => 'Google Fonts',
1218
+ 'Monoton' => 'Google Fonts',
1219
+ 'Monsieur La Doulaise' => 'Google Fonts',
1220
+ 'Montaga' => 'Google Fonts',
1221
+ 'Montez' => 'Google Fonts',
1222
+ 'Montserrat' => 'Google Fonts',
1223
+ 'Montserrat Alternates' => 'Google Fonts',
1224
+ 'Montserrat Subrayada' => 'Google Fonts',
1225
+ 'Moul' => 'Google Fonts',
1226
+ 'Moulpali' => 'Google Fonts',
1227
+ 'Mountains of Christmas' => 'Google Fonts',
1228
+ 'Mouse Memoirs' => 'Google Fonts',
1229
+ 'Mr Bedfort' => 'Google Fonts',
1230
+ 'Mr Dafoe' => 'Google Fonts',
1231
+ 'Mr De Haviland' => 'Google Fonts',
1232
+ 'Mrs Saint Delafield' => 'Google Fonts',
1233
+ 'Mrs Sheppards' => 'Google Fonts',
1234
+ 'Mukta' => 'Google Fonts',
1235
+ 'Mukta Mahee' => 'Google Fonts',
1236
+ 'Mukta Malar' => 'Google Fonts',
1237
+ 'Mukta Vaani' => 'Google Fonts',
1238
+ 'Muli' => 'Google Fonts',
1239
+ 'Mystery Quest' => 'Google Fonts',
1240
+ 'NTR' => 'Google Fonts',
1241
+ 'Nanum Brush Script' => 'Google Fonts',
1242
+ 'Nanum Gothic' => 'Google Fonts',
1243
+ 'Nanum Gothic Coding' => 'Google Fonts',
1244
+ 'Nanum Myeongjo' => 'Google Fonts',
1245
+ 'Nanum Pen Script' => 'Google Fonts',
1246
+ 'Neucha' => 'Google Fonts',
1247
+ 'Neuton' => 'Google Fonts',
1248
+ 'New Rocker' => 'Google Fonts',
1249
+ 'News Cycle' => 'Google Fonts',
1250
+ 'Niconne' => 'Google Fonts',
1251
+ 'Niramit' => 'Google Fonts',
1252
+ 'Nixie One' => 'Google Fonts',
1253
+ 'Nobile' => 'Google Fonts',
1254
+ 'Nokora' => 'Google Fonts',
1255
+ 'Norican' => 'Google Fonts',
1256
+ 'Nosifer' => 'Google Fonts',
1257
+ 'Notable' => 'Google Fonts',
1258
+ 'Nothing You Could Do' => 'Google Fonts',
1259
+ 'Noticia Text' => 'Google Fonts',
1260
+ 'Noto Kufi Arabic' => 'Google Fonts', // Hack for Google Early Access.
1261
+ 'Noto Naskh Arabic' => 'Google Fonts', // Hack for Google Early Access.
1262
+ 'Noto Sans' => 'Google Fonts',
1263
+ 'Noto Sans Hebrew' => 'Google Fonts', // Hack for Google Early Access.
1264
+ 'Noto Sans JP' => 'Google Fonts',
1265
+ 'Noto Sans KR' => 'Google Fonts',
1266
+ 'Noto Serif' => 'Google Fonts',
1267
+ 'Noto Serif JP' => 'Google Fonts',
1268
+ 'Noto Serif KR' => 'Google Fonts',
1269
+ 'Nova Cut' => 'Google Fonts',
1270
+ 'Nova Flat' => 'Google Fonts',
1271
+ 'Nova Mono' => 'Google Fonts',
1272
+ 'Nova Oval' => 'Google Fonts',
1273
+ 'Nova Round' => 'Google Fonts',
1274
+ 'Nova Script' => 'Google Fonts',
1275
+ 'Nova Slim' => 'Google Fonts',
1276
+ 'Nova Square' => 'Google Fonts',
1277
+ 'Numans' => 'Google Fonts',
1278
+ 'Nunito' => 'Google Fonts',
1279
+ 'Nunito Sans' => 'Google Fonts',
1280
+ 'Odor Mean Chey' => 'Google Fonts',
1281
+ 'Offside' => 'Google Fonts',
1282
+ 'Old Standard TT' => 'Google Fonts',
1283
+ 'Oldenburg' => 'Google Fonts',
1284
+ 'Oleo Script' => 'Google Fonts',
1285
+ 'Oleo Script Swash Caps' => 'Google Fonts',
1286
+ 'Open Sans' => 'Google Fonts',
1287
+ 'Open Sans Condensed' => 'Google Fonts',
1288
+ 'Open Sans Hebrew' => 'Google Fonts', // Hack for Google Early Access.
1289
+ 'Open Sans Hebrew Condensed' => 'Google Fonts', // Hack for Google Early Access.
1290
+ 'Oranienbaum' => 'Google Fonts',
1291
+ 'Orbitron' => 'Google Fonts',
1292
+ 'Oregano' => 'Google Fonts',
1293
+ 'Orienta' => 'Google Fonts',
1294
+ 'Original Surfer' => 'Google Fonts',
1295
+ 'Oswald' => 'Google Fonts',
1296
+ 'Over the Rainbow' => 'Google Fonts',
1297
+ 'Overlock' => 'Google Fonts',
1298
+ 'Overlock SC' => 'Google Fonts',
1299
+ 'Overpass' => 'Google Fonts',
1300
+ 'Overpass Mono' => 'Google Fonts',
1301
+ 'Ovo' => 'Google Fonts',
1302
+ 'Oxygen' => 'Google Fonts',
1303
+ 'Oxygen Mono' => 'Google Fonts',
1304
+ 'PT Mono' => 'Google Fonts',
1305
+ 'PT Sans' => 'Google Fonts',
1306
+ 'PT Sans Caption' => 'Google Fonts',
1307
+ 'PT Sans Narrow' => 'Google Fonts',
1308
+ 'PT Serif' => 'Google Fonts',
1309
+ 'PT Serif Caption' => 'Google Fonts',
1310
+ 'Pacifico' => 'Google Fonts',
1311
+ 'Padauk' => 'Google Fonts',
1312
+ 'Palanquin' => 'Google Fonts',
1313
+ 'Palanquin Dark' => 'Google Fonts',
1314
+ 'Pangolin' => 'Google Fonts',
1315
+ 'Paprika' => 'Google Fonts',
1316
+ 'Parisienne' => 'Google Fonts',
1317
+ 'Passero One' => 'Google Fonts',
1318
+ 'Passion One' => 'Google Fonts',
1319
+ 'Pathway Gothic One' => 'Google Fonts',
1320
+ 'Patrick Hand' => 'Google Fonts',
1321
+ 'Patrick Hand SC' => 'Google Fonts',
1322
+ 'Pattaya' => 'Google Fonts',
1323
+ 'Patua One' => 'Google Fonts',
1324
+ 'Pavanam' => 'Google Fonts',
1325
+ 'Paytone One' => 'Google Fonts',
1326
+ 'Peddana' => 'Google Fonts',
1327
+ 'Peralta' => 'Google Fonts',
1328
+ 'Permanent Marker' => 'Google Fonts',
1329
+ 'Petit Formal Script' => 'Google Fonts',
1330
+ 'Petrona' => 'Google Fonts',
1331
+ 'Philosopher' => 'Google Fonts',
1332
+ 'Piedra' => 'Google Fonts',
1333
+ 'Pinyon Script' => 'Google Fonts',
1334
+ 'Pirata One' => 'Google Fonts',
1335
+ 'Plaster' => 'Google Fonts',
1336
+ 'Play' => 'Google Fonts',
1337
+ 'Playball' => 'Google Fonts',
1338
+ 'Playfair Display' => 'Google Fonts',
1339
+ 'Playfair Display SC' => 'Google Fonts',
1340
+ 'Podkova' => 'Google Fonts',
1341
+ 'Poiret One' => 'Google Fonts',
1342
+ 'Poller One' => 'Google Fonts',
1343
+ 'Poly' => 'Google Fonts',
1344
+ 'Pompiere' => 'Google Fonts',
1345
+ 'Pontano Sans' => 'Google Fonts',
1346
+ 'Poor Story' => 'Google Fonts',
1347
+ 'Poppins' => 'Google Fonts',
1348
+ 'Port Lligat Sans' => 'Google Fonts',
1349
+ 'Port Lligat Slab' => 'Google Fonts',
1350
+ 'Pragati Narrow' => 'Google Fonts',
1351
+ 'Prata' => 'Google Fonts',
1352
+ 'Preahvihear' => 'Google Fonts',
1353
+ 'Press Start 2P' => 'Google Fonts',
1354
+ 'Pridi' => 'Google Fonts',
1355
+ 'Princess Sofia' => 'Google Fonts',
1356
+ 'Prociono' => 'Google Fonts',
1357
+ 'Prompt' => 'Google Fonts',
1358
+ 'Prosto One' => 'Google Fonts',
1359
+ 'Proza Libre' => 'Google Fonts',
1360
+ 'Puritan' => 'Google Fonts',
1361
+ 'Purple Purse' => 'Google Fonts',
1362
+ 'Quando' => 'Google Fonts',
1363
+ 'Quantico' => 'Google Fonts',
1364
+ 'Quattrocento' => 'Google Fonts',
1365
+ 'Quattrocento Sans' => 'Google Fonts',
1366
+ 'Questrial' => 'Google Fonts',
1367
+ 'Quicksand' => 'Google Fonts',
1368
+ 'Quintessential' => 'Google Fonts',
1369
+ 'Qwigley' => 'Google Fonts',
1370
+ 'Racing Sans One' => 'Google Fonts',
1371
+ 'Radley' => 'Google Fonts',
1372
+ 'Rajdhani' => 'Google Fonts',
1373
+ 'Rakkas' => 'Google Fonts',
1374
+ 'Raleway' => 'Google Fonts',
1375
+ 'Raleway Dots' => 'Google Fonts',
1376
+ 'Ramabhadra' => 'Google Fonts',
1377
+ 'Ramaraja' => 'Google Fonts',
1378
+ 'Rambla' => 'Google Fonts',
1379
+ 'Rammetto One' => 'Google Fonts',
1380
+ 'Ranchers' => 'Google Fonts',
1381
+ 'Rancho' => 'Google Fonts',
1382
+ 'Ranga' => 'Google Fonts',
1383
+ 'Rasa' => 'Google Fonts',
1384
+ 'Rationale' => 'Google Fonts',
1385
+ 'Ravi Prakash' => 'Google Fonts',
1386
+ 'Redressed' => 'Google Fonts',
1387
+ 'Reem Kufi' => 'Google Fonts',
1388
+ 'Reenie Beanie' => 'Google Fonts',
1389
+ 'Revalia' => 'Google Fonts',
1390
+ 'Rhodium Libre' => 'Google Fonts',
1391
+ 'Ribeye' => 'Google Fonts',
1392
+ 'Ribeye Marrow' => 'Google Fonts',
1393
+ 'Righteous' => 'Google Fonts',
1394
+ 'Risque' => 'Google Fonts',
1395
+ 'Roboto' => 'Google Fonts',
1396
+ 'Roboto Condensed' => 'Google Fonts',
1397
+ 'Roboto Mono' => 'Google Fonts',
1398
+ 'Roboto Slab' => 'Google Fonts',
1399
+ 'Rochester' => 'Google Fonts',
1400
+ 'Rock Salt' => 'Google Fonts',
1401
+ 'Rokkitt' => 'Google Fonts',
1402
+ 'Romanesco' => 'Google Fonts',
1403
+ 'Ropa Sans' => 'Google Fonts',
1404
+ 'Rosario' => 'Google Fonts',
1405
+ 'Rosarivo' => 'Google Fonts',
1406
+ 'Rouge Script' => 'Google Fonts',
1407
+ 'Rozha One' => 'Google Fonts',
1408
+ 'Rubik' => 'Google Fonts',
1409
+ 'Rubik Mono One' => 'Google Fonts',
1410
+ 'Ruda' => 'Google Fonts',
1411
+ 'Rufina' => 'Google Fonts',
1412
+ 'Ruge Boogie' => 'Google Fonts',
1413
+ 'Ruluko' => 'Google Fonts',
1414
+ 'Rum Raisin' => 'Google Fonts',
1415
+ 'Ruslan Display' => 'Google Fonts',
1416
+ 'Russo One' => 'Google Fonts',
1417
+ 'Ruthie' => 'Google Fonts',
1418
+ 'Rye' => 'Google Fonts',
1419
+ 'Sacramento' => 'Google Fonts',
1420
+ 'Sahitya' => 'Google Fonts',
1421
+ 'Sail' => 'Google Fonts',
1422
+ 'Saira' => 'Google Fonts',
1423
+ 'Saira Condensed' => 'Google Fonts',
1424
+ 'Saira Extra Condensed' => 'Google Fonts',
1425
+ 'Saira Semi Condensed' => 'Google Fonts',
1426
+ 'Salsa' => 'Google Fonts',
1427
+ 'Sanchez' => 'Google Fonts',
1428
+ 'Sancreek' => 'Google Fonts',
1429
+ 'Sansita' => 'Google Fonts',
1430
+ 'Sarala' => 'Google Fonts',
1431
+ 'Sarina' => 'Google Fonts',
1432
+ 'Sarpanch' => 'Google Fonts',
1433
+ 'Satisfy' => 'Google Fonts',
1434
+ 'Sawarabi Gothic' => 'Google Fonts',
1435
+ 'Sawarabi Mincho' => 'Google Fonts',
1436
+ 'Scada' => 'Google Fonts',
1437
+ 'Scheherazade' => 'Google Fonts',
1438
+ 'Schoolbell' => 'Google Fonts',
1439
+ 'Scope One' => 'Google Fonts',
1440
+ 'Seaweed Script' => 'Google Fonts',
1441
+ 'Secular One' => 'Google Fonts',
1442
+ 'Sedgwick Ave' => 'Google Fonts',
1443
+ 'Sedgwick Ave Display' => 'Google Fonts',
1444
+ 'Sevillana' => 'Google Fonts',
1445
+ 'Seymour One' => 'Google Fonts',
1446
+ 'Shadows Into Light' => 'Google Fonts',
1447
+ 'Shadows Into Light Two' => 'Google Fonts',
1448
+ 'Shanti' => 'Google Fonts',
1449
+ 'Share' => 'Google Fonts',
1450
+ 'Share Tech' => 'Google Fonts',
1451
+ 'Share Tech Mono' => 'Google Fonts',
1452
+ 'Shojumaru' => 'Google Fonts',
1453
+ 'Short Stack' => 'Google Fonts',
1454
+ 'Shrikhand' => 'Google Fonts',
1455
+ 'Siemreap' => 'Google Fonts',
1456
+ 'Sigmar One' => 'Google Fonts',
1457
+ 'Signika' => 'Google Fonts',
1458
+ 'Signika Negative' => 'Google Fonts',
1459
+ 'Simonetta' => 'Google Fonts',
1460
+ 'Sintony' => 'Google Fonts',
1461
+ 'Sirin Stencil' => 'Google Fonts',
1462
+ 'Six Caps' => 'Google Fonts',
1463
+ 'Skranji' => 'Google Fonts',
1464
+ 'Slabo 13px' => 'Google Fonts',
1465
+ 'Slabo 27px' => 'Google Fonts',
1466
+ 'Slackey' => 'Google Fonts',
1467
+ 'Smokum' => 'Google Fonts',
1468
+ 'Smythe' => 'Google Fonts',
1469
+ 'Sniglet' => 'Google Fonts',
1470
+ 'Snippet' => 'Google Fonts',
1471
+ 'Snowburst One' => 'Google Fonts',
1472
+ 'Sofadi One' => 'Google Fonts',
1473
+ 'Sofia' => 'Google Fonts',
1474
+ 'Song Myung' => 'Google Fonts',
1475
+ 'Sonsie One' => 'Google Fonts',
1476
+ 'Sorts Mill Goudy' => 'Google Fonts',
1477
+ 'Source Code Pro' => 'Google Fonts',
1478
+ 'Source Sans Pro' => 'Google Fonts',
1479
+ 'Source Serif Pro' => 'Google Fonts',
1480
+ 'Space Mono' => 'Google Fonts',
1481
+ 'Special Elite' => 'Google Fonts',
1482
+ 'Spectral' => 'Google Fonts',
1483
+ 'Spectral SC' => 'Google Fonts',
1484
+ 'Spicy Rice' => 'Google Fonts',
1485
+ 'Spinnaker' => 'Google Fonts',
1486
+ 'Spirax' => 'Google Fonts',
1487
+ 'Squada One' => 'Google Fonts',
1488
+ 'Sree Krushnadevaraya' => 'Google Fonts',
1489
+ 'Sriracha' => 'Google Fonts',
1490
+ 'Srisakdi' => 'Google Fonts',
1491
+ 'Stalemate' => 'Google Fonts',
1492
+ 'Stalinist One' => 'Google Fonts',
1493
+ 'Stardos Stencil' => 'Google Fonts',
1494
+ 'Stint Ultra Condensed' => 'Google Fonts',
1495
+ 'Stint Ultra Expanded' => 'Google Fonts',
1496
+ 'Stoke' => 'Google Fonts',
1497
+ 'Strait' => 'Google Fonts',
1498
+ 'Stylish' => 'Google Fonts',
1499
+ 'Sue Ellen Francisco' => 'Google Fonts',
1500
+ 'Suez One' => 'Google Fonts',
1501
+ 'Sumana' => 'Google Fonts',
1502
+ 'Sunflower' => 'Google Fonts',
1503
+ 'Sunshiney' => 'Google Fonts',
1504
+ 'Supermercado One' => 'Google Fonts',
1505
+ 'Sura' => 'Google Fonts',
1506
+ 'Suranna' => 'Google Fonts',
1507
+ 'Suravaram' => 'Google Fonts',
1508
+ 'Suwannaphum' => 'Google Fonts',
1509
+ 'Swanky and Moo Moo' => 'Google Fonts',
1510
+ 'Syncopate' => 'Google Fonts',
1511
+ 'Tajawal' => 'Google Fonts',
1512
+ 'Tangerine' => 'Google Fonts',
1513
+ 'Taprom' => 'Google Fonts',
1514
+ 'Tauri' => 'Google Fonts',
1515
+ 'Taviraj' => 'Google Fonts',
1516
+ 'Teko' => 'Google Fonts',
1517
+ 'Telex' => 'Google Fonts',
1518
+ 'Tenali Ramakrishna' => 'Google Fonts',
1519
+ 'Tenor Sans' => 'Google Fonts',
1520
+ 'Text Me One' => 'Google Fonts',
1521
+ 'The Girl Next Door' => 'Google Fonts',
1522
+ 'Tienne' => 'Google Fonts',
1523
+ 'Tillana' => 'Google Fonts',
1524
+ 'Timmana' => 'Google Fonts',
1525
+ 'Tinos' => 'Google Fonts',
1526
+ 'Titan One' => 'Google Fonts',
1527
+ 'Titillium Web' => 'Google Fonts',
1528
+ 'Trade Winds' => 'Google Fonts',
1529
+ 'Trirong' => 'Google Fonts',
1530
+ 'Trocchi' => 'Google Fonts',
1531
+ 'Trochut' => 'Google Fonts',
1532
+ 'Trykker' => 'Google Fonts',
1533
+ 'Tulpen One' => 'Google Fonts',
1534
+ 'Ubuntu' => 'Google Fonts',
1535
+ 'Ubuntu Condensed' => 'Google Fonts',
1536
+ 'Ubuntu Mono' => 'Google Fonts',
1537
+ 'Ultra' => 'Google Fonts',
1538
+ 'Uncial Antiqua' => 'Google Fonts',
1539
+ 'Underdog' => 'Google Fonts',
1540
+ 'Unica One' => 'Google Fonts',
1541
+ 'UnifrakturCook' => 'Google Fonts',
1542
+ 'UnifrakturMaguntia' => 'Google Fonts',
1543
+ 'Unkempt' => 'Google Fonts',
1544
+ 'Unlock' => 'Google Fonts',
1545
+ 'Unna' => 'Google Fonts',
1546
+ 'VT323' => 'Google Fonts',
1547
+ 'Vampiro One' => 'Google Fonts',
1548
+ 'Varela' => 'Google Fonts',
1549
+ 'Varela Round' => 'Google Fonts',
1550
+ 'Vast Shadow' => 'Google Fonts',
1551
+ 'Vesper Libre' => 'Google Fonts',
1552
+ 'Vibur' => 'Google Fonts',
1553
+ 'Vidaloka' => 'Google Fonts',
1554
+ 'Viga' => 'Google Fonts',
1555
+ 'Voces' => 'Google Fonts',
1556
+ 'Volkhov' => 'Google Fonts',
1557
+ 'Vollkorn' => 'Google Fonts',
1558
+ 'Vollkorn SC' => 'Google Fonts',
1559
+ 'Voltaire' => 'Google Fonts',
1560
+ 'Waiting for the Sunrise' => 'Google Fonts',
1561
+ 'Wallpoet' => 'Google Fonts',
1562
+ 'Walter Turncoat' => 'Google Fonts',
1563
+ 'Warnes' => 'Google Fonts',
1564
+ 'Wellfleet' => 'Google Fonts',
1565
+ 'Wendy One' => 'Google Fonts',
1566
+ 'Wire One' => 'Google Fonts',
1567
+ 'Work Sans' => 'Google Fonts',
1568
+ 'Yanone Kaffeesatz' => 'Google Fonts',
1569
+ 'Yantramanav' => 'Google Fonts',
1570
+ 'Yatra One' => 'Google Fonts',
1571
+ 'Yellowtail' => 'Google Fonts',
1572
+ 'Yeon Sung' => 'Google Fonts',
1573
+ 'Yeseva One' => 'Google Fonts',
1574
+ 'Yesteryear' => 'Google Fonts',
1575
+ 'Yrsa' => 'Google Fonts',
1576
+ 'Zeyada' => 'Google Fonts',
1577
+ 'Zilla Slab' => 'Google Fonts',
1578
+ 'Zilla Slab Highlight' => 'Google Fonts',
1579
+ );
1580
+ }
1581
  }
1582
 
1583
  new CHT_Admin_Base();
assets/css/cht-style.css CHANGED
@@ -937,6 +937,13 @@ a:focus {
937
  position: fixed
938
  }
939
 
 
 
 
 
 
 
 
940
  html[dir=rtl] .btn-save-sticky {
941
  left: calc(50vw - 480px + 1050px / 12 * 7 + 295px)
942
  }
@@ -1914,6 +1921,10 @@ html[dir=rtl] input[type=radio]:checked:before {
1914
  float: right
1915
  }
1916
 
 
 
 
 
1917
  .preview.mobiel-view .page {
1918
  width: 152px
1919
  }
@@ -2122,9 +2133,9 @@ a.pro-plugin-url {
2122
  -moz-border-radius: 5px;
2123
  padding: 10px;
2124
  height: 70px;
2125
- border: 1px solid #ddd;
2126
  width: 100%;
2127
- max-width: 364px;
2128
  }
2129
 
2130
  .license-key {
@@ -3103,7 +3114,21 @@ a.rpt_tooltip span.intool b {
3103
  padding-left: 20px;
3104
  }
3105
 
3106
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3107
  @media only screen and (max-width: 640px) {
3108
  .rpt_plans .rpt_plan {
3109
  width: 96%;
937
  position: fixed
938
  }
939
 
940
+ body.has-premio-box .btn-save-sticky {
941
+ top: 320px
942
+ }
943
+
944
+ body.has-premio-box .btn-help {
945
+ top: 455px;
946
+ }
947
  html[dir=rtl] .btn-save-sticky {
948
  left: calc(50vw - 480px + 1050px / 12 * 7 + 295px)
949
  }
1921
  float: right
1922
  }
1923
 
1924
+ body.has-premio-box .preview {
1925
+ top: 320px;
1926
+ }
1927
+
1928
  .preview.mobiel-view .page {
1929
  width: 152px
1930
  }
2133
  -moz-border-radius: 5px;
2134
  padding: 10px;
2135
  height: 70px;
2136
+ border: solid 1px #f6f6f6;
2137
  width: 100%;
2138
+ max-width: 360px;
2139
  }
2140
 
2141
  .license-key {
3114
  padding-left: 20px;
3115
  }
3116
 
3117
+ select.form-fonts {
3118
+ width: 360px;
3119
+ max-width: 100%;
3120
+ border: none;
3121
+ color: #32373c;
3122
+ outline: 0;
3123
+ padding: 5px 7px;
3124
+ line-height: 26px;
3125
+ background: #ffffff;
3126
+ border-radius: 5px;
3127
+ height: 36px;
3128
+ -webkit-box-shadow: 0px 0px 15px 0px rgba(234, 234, 234, 1);
3129
+ -moz-box-shadow: 0px 0px 15px 0px rgba(234, 234, 234, 1);
3130
+ box-shadow: 0px 0px 15px 0px rgba(234, 234, 234, 1);
3131
+ }
3132
  @media only screen and (max-width: 640px) {
3133
  .rpt_plans .rpt_plan {
3134
  width: 96%;
assets/images/premio-owner.png ADDED
Binary file
assets/js/cht-front-script.js CHANGED
@@ -74,7 +74,7 @@
74
  var currentTarget = (jQuery("body").hasClass("chaty-in-mobile"))?mobileTarget:desktopTarget;
75
  console.log(currentTarget);
76
  if (!e.object_settings.isPRO && "3" == ++n)return !1;
77
- "linkedin" == t && (i += '<div class="chaty-widget-i chaty-main-widget '+a.is_mobile+' '+a.is_desktop+' " data-title="' + a.value + '">', i += '<a rel="noopener" href="https://www.linkedin.com/' + a.value + '" target="'+currentTarget+ '" data-mobile-target="'+mobileTarget+'" data-desktop-target="'+desktopTarget+'" >', i += '<svg class="ico_d" width="39" height="39" viewBox="0 0 39 39" fill="none" xmlns="http://www.w3.org/2000/svg">', i += '<circle class="color-element" cx="19.5" cy="19.5" r="19.5" fill="#0077b5"/>', i += '<path id="LinkedIn_color" d="M18,20.1v6.655H14.142V20.549c0-1.56-.558-2.624-1.954-2.624a2.111,2.111,0,0,0-1.98,1.411,2.64,2.64,0,0,0-.128.941v6.481H6.221s.052-10.516,0-11.606H10.08V16.8c-.008.012-.018.026-.025.037h.025V16.8a3.832,3.832,0,0,1,3.478-1.918C16.1,14.88,18,16.539,18,20.1ZM2.184,9.558a2.011,2.011,0,1,0-.051,4.011h.026a2.012,2.012,0,1,0,.025-4.011ZM.229,26.758H4.087V15.152H.229Z" transform="translate(11 1.442)" fill="#fff"/>', i += "</svg>", i += "</a>", i += '<div class="chaty-widget-i-title">', i += "<p>Linkedin</p>", i += "</div>", i += "</div>"),
78
  "twitter" == t && (i += '<div class="chaty-widget-i chaty-main-widget '+a.is_mobile+' '+a.is_desktop+' " data-title="' + a.value + '">', i += '<a rel="noopener" href="https://twitter.com/' + a.value + '" target="'+currentTarget+ '" data-mobile-target="'+mobileTarget+'" data-desktop-target="'+desktopTarget+'" >', i += '<svg class="ico_d" width="39" height="39" viewBox="0 0 39 39" fill="none" xmlns="http://www.w3.org/2000/svg">', i += '<circle class="color-element" cx="19.5" cy="19.5" r="19.5" fill="#1ab2e8"/>', i += '<path id="path_color_twitter" d="M18.532,59.222a7.592,7.592,0,0,1-2.183.6,3.817,3.817,0,0,0,1.671-2.1,7.664,7.664,0,0,1-2.416.923,3.8,3.8,0,0,0-6.478,3.466,10.792,10.792,0,0,1-7.835-3.972A3.806,3.806,0,0,0,2.469,63.21a3.8,3.8,0,0,1-1.722-.477v.047A3.805,3.805,0,0,0,3.8,66.508a3.85,3.85,0,0,1-1,.133,3.649,3.649,0,0,1-.716-.071,3.8,3.8,0,0,0,3.55,2.64A7.627,7.627,0,0,1,.908,70.835,8.079,8.079,0,0,1,0,70.783a10.745,10.745,0,0,0,5.827,1.71A10.741,10.741,0,0,0,16.643,61.678l-.013-.492A7.591,7.591,0,0,0,18.532,59.222Z" transform="translate(9.999 -45.441)" fill="#fff"/>', i += "</svg>", i += "</a>", i += '<div class="chaty-widget-i-title">', i += "<p>Twitter</p>", i += "</div>", i += "</div>"),
79
  "instagram" == t && (i += '<div class="chaty-widget-i chaty-main-widget '+a.is_mobile+' '+a.is_desktop+' " data-title="' + a.value + '">', i += '<a rel="noopener" href="https://www.instagram.com/' + a.value + '" target="'+currentTarget+ '" data-mobile-target="'+mobileTarget+'" data-desktop-target="'+desktopTarget+'" >', i += '<svg class="ico_d" width="39" height="39" viewBox="0 0 39 39" fill="none" xmlns="http://www.w3.org/2000/svg">', i += '<defs><linearGradient id="linear-gradient" x1="0.892" y1="0.192" x2="0.128" y2="0.85" gradientUnits="objectBoundingBox"><stop offset="0" stop-color="#4a64d5"/><stop offset="0.322" stop-color="#9737bd"/><stop offset="0.636" stop-color="#f15540"/><stop offset="1" stop-color="#fecc69"/></linearGradient></defs><circle class="color-element" cx="19.5" cy="19.5" r="19.5" fill="url(#linear-gradient)"/>', i += '<path id="Path_1923" data-name="Path 1923" d="M13.177,0H5.022A5.028,5.028,0,0,0,0,5.022v8.155A5.028,5.028,0,0,0,5.022,18.2h8.155A5.028,5.028,0,0,0,18.2,13.177V5.022A5.028,5.028,0,0,0,13.177,0Zm3.408,13.177a3.412,3.412,0,0,1-3.408,3.408H5.022a3.411,3.411,0,0,1-3.408-3.408V5.022A3.412,3.412,0,0,1,5.022,1.615h8.155a3.412,3.412,0,0,1,3.408,3.408v8.155Z" transform="translate(10 10.4)" fill="#fff"/><path id="Path_1924" data-name="Path 1924" d="M45.658,40.97a4.689,4.689,0,1,0,4.69,4.69A4.695,4.695,0,0,0,45.658,40.97Zm0,7.764a3.075,3.075,0,1,1,3.075-3.075A3.078,3.078,0,0,1,45.658,48.734Z" transform="translate(-26.558 -26.159)" fill="#fff"/><path id="Path_1925" data-name="Path 1925" d="M120.105,28.251a1.183,1.183,0,1,0,.838.347A1.189,1.189,0,0,0,120.105,28.251Z" transform="translate(-96.119 -14.809)" fill="#fff"/>', i += "</svg>", i += "</a>", i += '<div class="chaty-widget-i-title">', i += "<p>Instagram</p>", i += "</div>", i += "</div>"),
80
  "custom_link" == t && (i += '<div class="chaty-widget-i chaty-main-widget '+a.is_mobile+' '+a.is_desktop+' " data-title="' + a.value + '">', i += '<a rel="noopener" href="' + a.value + '" target="'+currentTarget+ '" data-mobile-target="'+mobileTarget+'" data-desktop-target="'+desktopTarget+'" >', i += '<svg class="ico_d" width="39" height="39" viewBox="0 0 39 39" fill="none" xmlns="http://www.w3.org/2000/svg">', i += '<circle class="color-element" cx="19.4395" cy="19.4395" r="19.4395" fill="#1E88E5"/>', i += '<mask id="path-2-outside-1" maskUnits="userSpaceOnUse" x="-1" y="-1" width="13" height="14" fill="black"><rect fill="white" x="-1" y="-1" width="13" height="14"/><path fill-rule="evenodd" clip-rule="evenodd" d="M9.10658 1.73537C9.10658 1.73537 9.10658 1.73538 9.10659 1.73538L9.93879 2.58495C9.9388 2.58495 9.9388 2.58495 9.9388 2.58496C9.99645 2.64381 10.0508 2.70475 10.1019 2.76754C10.3002 3.0113 10.6804 3.07698 10.9003 2.85252C11.0424 2.70754 11.0721 2.4836 10.9533 2.31904C10.849 2.17452 10.7327 2.03614 10.6046 1.90532C10.6046 1.9053 10.6046 1.90529 10.6045 1.90528L9.77236 1.05572C9.77236 1.05572 9.77235 1.05572 9.77235 1.05572C8.39351 -0.351905 6.15792 -0.351905 4.77907 1.05571C4.77907 1.05572 4.77907 1.05572 4.77906 1.05572L1.03414 4.87877C1.03413 4.87878 1.03413 4.87878 1.03413 4.87878C-0.344706 6.2864 -0.34471 8.56858 1.03412 9.9762C1.03413 9.97621 1.03414 9.97622 1.03415 9.97623L1.86633 10.8258C1.86634 10.8258 1.86635 10.8258 1.86636 10.8258C3.24521 12.2334 5.48072 12.2334 6.85962 10.8258C6.85963 10.8258 6.85964 10.8258 6.85964 10.8258L9.28893 8.34581C9.47006 8.1609 9.47006 7.86509 9.28893 7.68018C9.10243 7.48979 8.79591 7.48979 8.60942 7.68018L6.19386 10.1461C6.19386 10.1461 6.19386 10.1461 6.19386 10.1461C5.1827 11.1784 3.54326 11.1784 2.53215 10.1461C2.53213 10.1461 2.53211 10.1461 2.53209 10.1461L1.69991 9.29657C1.69991 9.29657 1.6999 9.29656 1.6999 9.29655C0.688737 8.2643 0.688739 6.59069 1.6999 5.55844C1.6999 5.55843 1.69991 5.55843 1.69991 5.55843L5.44484 1.73538C5.44484 1.73538 5.44484 1.73537 5.44484 1.73537C6.45601 0.703119 8.09541 0.703118 9.10658 1.73537Z"/></mask><path fill-rule="evenodd" clip-rule="evenodd" d="M9.10658 1.73537C9.10658 1.73537 9.10658 1.73538 9.10659 1.73538L9.93879 2.58495C9.9388 2.58495 9.9388 2.58495 9.9388 2.58496C9.99645 2.64381 10.0508 2.70475 10.1019 2.76754C10.3002 3.0113 10.6804 3.07698 10.9003 2.85252C11.0424 2.70754 11.0721 2.4836 10.9533 2.31904C10.849 2.17452 10.7327 2.03614 10.6046 1.90532C10.6046 1.9053 10.6046 1.90529 10.6045 1.90528L9.77236 1.05572C9.77236 1.05572 9.77235 1.05572 9.77235 1.05572C8.39351 -0.351905 6.15792 -0.351905 4.77907 1.05571C4.77907 1.05572 4.77907 1.05572 4.77906 1.05572L1.03414 4.87877C1.03413 4.87878 1.03413 4.87878 1.03413 4.87878C-0.344706 6.2864 -0.34471 8.56858 1.03412 9.9762C1.03413 9.97621 1.03414 9.97622 1.03415 9.97623L1.86633 10.8258C1.86634 10.8258 1.86635 10.8258 1.86636 10.8258C3.24521 12.2334 5.48072 12.2334 6.85962 10.8258C6.85963 10.8258 6.85964 10.8258 6.85964 10.8258L9.28893 8.34581C9.47006 8.1609 9.47006 7.86509 9.28893 7.68018C9.10243 7.48979 8.79591 7.48979 8.60942 7.68018L6.19386 10.1461C6.19386 10.1461 6.19386 10.1461 6.19386 10.1461C5.1827 11.1784 3.54326 11.1784 2.53215 10.1461C2.53213 10.1461 2.53211 10.1461 2.53209 10.1461L1.69991 9.29657C1.69991 9.29657 1.6999 9.29656 1.6999 9.29655C0.688737 8.2643 0.688739 6.59069 1.6999 5.55844C1.6999 5.55843 1.69991 5.55843 1.69991 5.55843L5.44484 1.73538C5.44484 1.73538 5.44484 1.73537 5.44484 1.73537C6.45601 0.703119 8.09541 0.703118 9.10658 1.73537Z" transform="translate(9.95154 16.0478)" fill="white"/><path d="M5.44484 1.73538L5.23053 1.52545L5.44484 1.73538ZM5.44484 1.73537L5.23053 1.52544L5.44484 1.73537ZM1.6999 5.55844L1.48559 5.3485L1.6999 5.55844ZM1.69991 5.55843L1.91422 5.76836L1.69991 5.55843ZM1.69991 9.29657L1.91422 9.08664L1.69991 9.29657ZM1.6999 9.29655L1.91421 9.08662L1.6999 9.29655ZM2.53215 10.1461L2.31784 10.3561L2.53215 10.1461ZM2.53209 10.1461L2.31778 10.356L2.53209 10.1461ZM6.19386 10.1461L5.97955 9.93618L6.19386 10.1461ZM6.19386 10.1461L6.40817 10.356L6.19386 10.1461ZM8.60942 7.68018L8.82373 7.89011L8.60942 7.68018ZM9.28893 8.34581L9.07462 8.13588L9.28893 8.34581ZM6.85962 10.8258L6.64532 10.6158L6.85962 10.8258ZM6.85964 10.8258L7.07395 11.0357L6.85964 10.8258ZM1.86633 10.8258L2.08064 10.6158L1.86633 10.8258ZM1.86636 10.8258L2.08067 10.6159L1.86636 10.8258ZM1.03412 9.9762L1.24843 9.76628L1.03412 9.9762ZM1.03415 9.97623L0.819841 10.1862L1.03415 9.97623ZM1.03414 4.87877L0.819827 4.66884L1.03414 4.87877ZM1.03413 4.87878L1.24844 5.08871L1.03413 4.87878ZM4.77907 1.05571L4.99338 1.26564L4.77907 1.05571ZM4.77906 1.05572L4.99338 1.26565L4.77906 1.05572ZM9.77236 1.05572L9.55805 1.26565L9.77236 1.05572ZM9.77235 1.05572L9.98666 0.845785L9.77235 1.05572ZM10.6046 1.90532L10.8189 1.6954L10.6046 1.90532ZM10.6045 1.90528L10.8189 1.69535L10.6045 1.90528ZM10.9533 2.31904L10.7101 2.49464L10.9533 2.31904ZM10.1019 2.76754L9.86916 2.95685L10.1019 2.76754ZM9.10659 1.73538L9.3209 1.52545L9.10659 1.73538ZM9.10658 1.73537L8.89227 1.9453L9.10658 1.73537ZM9.93879 2.58495L10.1531 2.37502L9.93879 2.58495ZM9.9388 2.58496L10.1531 2.37503L9.9388 2.58496ZM10.1531 2.37502L9.3209 1.52545L8.89228 1.94531L9.72448 2.79488L10.1531 2.37502ZM10.3346 2.57823C10.2777 2.50832 10.2172 2.4405 10.1531 2.37503L9.72449 2.79488C9.77566 2.84713 9.82388 2.90119 9.86916 2.95685L10.3346 2.57823ZM11.1966 2.14344C11.0835 1.98684 10.9576 1.83698 10.8189 1.6954L10.3903 2.11524C10.5079 2.2353 10.6145 2.3622 10.7101 2.49464L11.1966 2.14344ZM10.8189 1.69535L9.98667 0.845789L9.55805 1.26565L10.3902 2.11521L10.8189 1.69535ZM9.98666 0.845785C8.49018 -0.681928 6.06124 -0.681928 4.56476 0.845784L4.99338 1.26564C6.25459 -0.0218819 8.29683 -0.0218814 9.55804 1.26565L9.98666 0.845785ZM4.56475 0.84579L0.819827 4.66884L1.24845 5.0887L4.99338 1.26565L4.56475 0.84579ZM0.819819 4.66885C-0.673269 6.1931 -0.673273 8.66187 0.819807 10.1861L1.24843 9.76628C-0.0161474 8.47529 -0.016144 6.37969 1.24844 5.08871L0.819819 4.66885ZM0.819841 10.1862L1.65203 11.0357L2.08064 10.6158L1.24846 9.7663L0.819841 10.1862ZM1.65205 11.0357C3.14854 12.5634 5.57739 12.5634 7.07393 11.0357L6.64532 10.6158C5.38405 11.9034 3.34188 11.9034 2.08067 10.6159L1.65205 11.0357ZM7.07395 11.0357L9.50324 8.55574L9.07462 8.13588L6.64533 10.6158L7.07395 11.0357ZM6.40817 10.356L8.82373 7.89011L8.39511 7.47025L5.97955 9.93618L6.40817 10.356ZM2.31784 10.3561C3.44659 11.5084 5.27938 11.5084 6.40817 10.356L5.97955 9.93618C5.08603 10.8483 3.63993 10.8483 2.74646 9.93621L2.31784 10.3561ZM1.48561 9.50651L2.31778 10.356L2.7464 9.93615L1.91422 9.08664L1.48561 9.50651ZM1.48559 5.3485C0.360176 6.49739 0.360173 8.35759 1.48559 9.50648L1.91421 9.08662C1.0173 8.171 1.0173 6.68399 1.91421 5.76837L1.48559 5.3485ZM5.23053 1.52545L1.4856 5.3485L1.91422 5.76836L5.65915 1.94531L5.23053 1.52545ZM9.32089 1.52544C8.19208 0.373095 6.35934 0.373096 5.23053 1.52544L5.65915 1.9453C6.55268 1.03314 7.99874 1.03314 8.89227 1.9453L9.32089 1.52544ZM5.65915 1.94531C5.65915 1.94531 5.65915 1.94531 5.65915 1.9453L5.23053 1.52544C5.23053 1.52544 5.23053 1.52544 5.23053 1.52545L5.65915 1.94531ZM1.91421 5.76837C1.91421 5.76837 1.91422 5.76836 1.91422 5.76836L1.4856 5.3485C1.4856 5.3485 1.48559 5.3485 1.48559 5.3485L1.91421 5.76837ZM1.91422 9.08664C1.91422 9.08663 1.91421 9.08663 1.91421 9.08662L1.48559 9.50648C1.48559 9.50649 1.4856 9.5065 1.48561 9.50651L1.91422 9.08664ZM2.74646 9.93621C2.74644 9.93619 2.74642 9.93617 2.7464 9.93615L2.31778 10.356C2.3178 10.356 2.31782 10.356 2.31784 10.3561L2.74646 9.93621ZM5.97955 9.93618C5.97955 9.93618 5.97955 9.93618 5.97955 9.93618L6.40817 10.356C6.40817 10.356 6.40817 10.356 6.40817 10.356L5.97955 9.93618ZM9.50324 7.47025C9.1991 7.15977 8.69924 7.15977 8.39511 7.47025L8.82373 7.89011C8.89259 7.81981 9.00576 7.81981 9.07462 7.89011L9.50324 7.47025ZM9.50324 8.55574C9.79862 8.25419 9.79862 7.77179 9.50324 7.47025L9.07462 7.89011C9.1415 7.95838 9.1415 8.0676 9.07462 8.13588L9.50324 8.55574ZM7.07393 11.0357C7.07394 11.0357 7.07395 11.0357 7.07395 11.0357L6.64533 10.6158C6.64533 10.6158 6.64532 10.6158 6.64532 10.6158L7.07393 11.0357ZM1.65203 11.0357C1.65203 11.0357 1.65204 11.0357 1.65205 11.0357L2.08067 10.6159C2.08066 10.6158 2.08065 10.6158 2.08064 10.6158L1.65203 11.0357ZM0.819807 10.1861C0.819819 10.1861 0.81983 10.1862 0.819841 10.1862L1.24846 9.7663C1.24845 9.76629 1.24844 9.76628 1.24843 9.76628L0.819807 10.1861ZM0.819827 4.66884C0.819824 4.66884 0.819822 4.66885 0.819819 4.66885L1.24844 5.08871C1.24844 5.08871 1.24845 5.08871 1.24845 5.0887L0.819827 4.66884ZM4.56476 0.845784C4.56476 0.845786 4.56476 0.845788 4.56475 0.84579L4.99338 1.26565C4.99338 1.26565 4.99338 1.26565 4.99338 1.26564L4.56476 0.845784ZM9.98667 0.845789C9.98667 0.845788 9.98666 0.845787 9.98666 0.845785L9.55804 1.26565C9.55804 1.26565 9.55804 1.26565 9.55805 1.26565L9.98667 0.845789ZM10.8189 1.6954C10.8189 1.69538 10.8189 1.69536 10.8189 1.69535L10.3902 2.11521C10.3902 2.11522 10.3903 2.11523 10.3903 2.11524L10.8189 1.6954ZM11.1146 3.06246C11.3462 2.82606 11.411 2.44051 11.1966 2.14344L10.7101 2.49464C10.7332 2.52669 10.7385 2.58902 10.686 2.64258L11.1146 3.06246ZM9.86916 2.95685C10.1487 3.30046 10.7367 3.44829 11.1146 3.06246L10.686 2.64258C10.652 2.67732 10.6006 2.69693 10.531 2.68804C10.4586 2.67877 10.3842 2.63918 10.3346 2.57823L9.86916 2.95685ZM9.3209 1.52545C9.32089 1.52544 9.32089 1.52544 9.32089 1.52544L8.89227 1.9453C8.89227 1.9453 8.89227 1.94531 8.89228 1.94531L9.3209 1.52545ZM9.72448 2.79488C9.72448 2.79488 9.72448 2.79488 9.72449 2.79488L10.1531 2.37503C10.1531 2.37503 10.1531 2.37502 10.1531 2.37502L9.72448 2.79488Z" transform="translate(9.95154 16.0478)" fill="white" mask="url(#path-2-outside-1)"/><mask id="path-4-outside-2" maskUnits="userSpaceOnUse" x="-1" y="-1" width="13" height="14" fill="black"><rect fill="white" x="-1" y="-1" width="13" height="14"/><path fill-rule="evenodd" clip-rule="evenodd" d="M9.10658 1.73537C9.10658 1.73537 9.10658 1.73538 9.10659 1.73538L9.93879 2.58495C9.9388 2.58495 9.9388 2.58495 9.9388 2.58496C9.99645 2.64381 10.0508 2.70475 10.1019 2.76754C10.3002 3.0113 10.6804 3.07698 10.9003 2.85252C11.0424 2.70754 11.0721 2.4836 10.9533 2.31904C10.849 2.17452 10.7327 2.03614 10.6046 1.90532C10.6046 1.9053 10.6046 1.90529 10.6045 1.90528L9.77236 1.05572C9.77236 1.05572 9.77235 1.05572 9.77235 1.05572C8.39351 -0.351905 6.15792 -0.351905 4.77907 1.05571C4.77907 1.05572 4.77907 1.05572 4.77906 1.05572L1.03414 4.87877C1.03413 4.87878 1.03413 4.87878 1.03413 4.87878C-0.344706 6.2864 -0.34471 8.56858 1.03412 9.9762C1.03413 9.97621 1.03414 9.97622 1.03415 9.97623L1.86633 10.8258C1.86634 10.8258 1.86635 10.8258 1.86636 10.8258C3.24521 12.2334 5.48072 12.2334 6.85962 10.8258C6.85963 10.8258 6.85964 10.8258 6.85964 10.8258L9.28893 8.34581C9.47006 8.1609 9.47006 7.86509 9.28893 7.68018C9.10243 7.48979 8.79591 7.48979 8.60942 7.68018L6.19386 10.1461C6.19386 10.1461 6.19386 10.1461 6.19386 10.1461C5.1827 11.1784 3.54326 11.1784 2.53215 10.1461C2.53213 10.1461 2.53211 10.1461 2.53209 10.1461L1.69991 9.29657C1.69991 9.29657 1.6999 9.29656 1.6999 9.29655C0.688737 8.2643 0.688739 6.59069 1.6999 5.55844C1.6999 5.55843 1.69991 5.55843 1.69991 5.55843L5.44484 1.73538C5.44484 1.73538 5.44484 1.73537 5.44484 1.73537C6.45601 0.703119 8.09541 0.703118 9.10658 1.73537Z"/></mask><path fill-rule="evenodd" clip-rule="evenodd" d="M9.10658 1.73537C9.10658 1.73537 9.10658 1.73538 9.10659 1.73538L9.93879 2.58495C9.9388 2.58495 9.9388 2.58495 9.9388 2.58496C9.99645 2.64381 10.0508 2.70475 10.1019 2.76754C10.3002 3.0113 10.6804 3.07698 10.9003 2.85252C11.0424 2.70754 11.0721 2.4836 10.9533 2.31904C10.849 2.17452 10.7327 2.03614 10.6046 1.90532C10.6046 1.9053 10.6046 1.90529 10.6045 1.90528L9.77236 1.05572C9.77236 1.05572 9.77235 1.05572 9.77235 1.05572C8.39351 -0.351905 6.15792 -0.351905 4.77907 1.05571C4.77907 1.05572 4.77907 1.05572 4.77906 1.05572L1.03414 4.87877C1.03413 4.87878 1.03413 4.87878 1.03413 4.87878C-0.344706 6.2864 -0.34471 8.56858 1.03412 9.9762C1.03413 9.97621 1.03414 9.97622 1.03415 9.97623L1.86633 10.8258C1.86634 10.8258 1.86635 10.8258 1.86636 10.8258C3.24521 12.2334 5.48072 12.2334 6.85962 10.8258C6.85963 10.8258 6.85964 10.8258 6.85964 10.8258L9.28893 8.34581C9.47006 8.1609 9.47006 7.86509 9.28893 7.68018C9.10243 7.48979 8.79591 7.48979 8.60942 7.68018L6.19386 10.1461C6.19386 10.1461 6.19386 10.1461 6.19386 10.1461C5.1827 11.1784 3.54326 11.1784 2.53215 10.1461C2.53213 10.1461 2.53211 10.1461 2.53209 10.1461L1.69991 9.29657C1.69991 9.29657 1.6999 9.29656 1.6999 9.29655C0.688737 8.2643 0.688739 6.59069 1.6999 5.55844C1.6999 5.55843 1.69991 5.55843 1.69991 5.55843L5.44484 1.73538C5.44484 1.73538 5.44484 1.73537 5.44484 1.73537C6.45601 0.703119 8.09541 0.703118 9.10658 1.73537Z" transform="translate(28.9286 22.8312) rotate(-180)" fill="white"/><path d="M5.44484 1.73538L5.23053 1.52545L5.44484 1.73538ZM5.44484 1.73537L5.23053 1.52544L5.44484 1.73537ZM1.6999 5.55844L1.48559 5.3485L1.6999 5.55844ZM1.69991 5.55843L1.91422 5.76836L1.69991 5.55843ZM1.69991 9.29657L1.91422 9.08664L1.69991 9.29657ZM1.6999 9.29655L1.91421 9.08662L1.6999 9.29655ZM2.53215 10.1461L2.31784 10.3561L2.53215 10.1461ZM2.53209 10.1461L2.31778 10.356L2.53209 10.1461ZM6.19386 10.1461L5.97955 9.93618L6.19386 10.1461ZM6.19386 10.1461L6.40817 10.356L6.19386 10.1461ZM8.60942 7.68018L8.82373 7.89011L8.60942 7.68018ZM9.28893 8.34581L9.07462 8.13588L9.28893 8.34581ZM6.85962 10.8258L6.64532 10.6158L6.85962 10.8258ZM6.85964 10.8258L7.07395 11.0357L6.85964 10.8258ZM1.86633 10.8258L2.08064 10.6158L1.86633 10.8258ZM1.86636 10.8258L2.08067 10.6159L1.86636 10.8258ZM1.03412 9.9762L1.24843 9.76628L1.03412 9.9762ZM1.03415 9.97623L0.819841 10.1862L1.03415 9.97623ZM1.03414 4.87877L0.819827 4.66884L1.03414 4.87877ZM1.03413 4.87878L1.24844 5.08871L1.03413 4.87878ZM4.77907 1.05571L4.99338 1.26564L4.77907 1.05571ZM4.77906 1.05572L4.99338 1.26565L4.77906 1.05572ZM9.77236 1.05572L9.55805 1.26565L9.77236 1.05572ZM9.77235 1.05572L9.98666 0.845785L9.77235 1.05572ZM10.6046 1.90532L10.8189 1.6954L10.6046 1.90532ZM10.6045 1.90528L10.8189 1.69535L10.6045 1.90528ZM10.9533 2.31904L10.7101 2.49464L10.9533 2.31904ZM10.1019 2.76754L9.86916 2.95685L10.1019 2.76754ZM9.10659 1.73538L9.3209 1.52545L9.10659 1.73538ZM9.10658 1.73537L8.89227 1.9453L9.10658 1.73537ZM9.93879 2.58495L10.1531 2.37502L9.93879 2.58495ZM9.9388 2.58496L10.1531 2.37503L9.9388 2.58496ZM10.1531 2.37502L9.3209 1.52545L8.89228 1.94531L9.72448 2.79488L10.1531 2.37502ZM10.3346 2.57823C10.2777 2.50832 10.2172 2.4405 10.1531 2.37503L9.72449 2.79488C9.77566 2.84713 9.82388 2.90119 9.86916 2.95685L10.3346 2.57823ZM11.1966 2.14344C11.0835 1.98684 10.9576 1.83698 10.8189 1.6954L10.3903 2.11524C10.5079 2.2353 10.6145 2.3622 10.7101 2.49464L11.1966 2.14344ZM10.8189 1.69535L9.98667 0.845789L9.55805 1.26565L10.3902 2.11521L10.8189 1.69535ZM9.98666 0.845785C8.49018 -0.681928 6.06124 -0.681928 4.56476 0.845784L4.99338 1.26564C6.25459 -0.0218819 8.29683 -0.0218814 9.55804 1.26565L9.98666 0.845785ZM4.56475 0.84579L0.819827 4.66884L1.24845 5.0887L4.99338 1.26565L4.56475 0.84579ZM0.819819 4.66885C-0.673269 6.1931 -0.673273 8.66187 0.819807 10.1861L1.24843 9.76628C-0.0161474 8.47529 -0.016144 6.37969 1.24844 5.08871L0.819819 4.66885ZM0.819841 10.1862L1.65203 11.0357L2.08064 10.6158L1.24846 9.7663L0.819841 10.1862ZM1.65205 11.0357C3.14854 12.5634 5.57739 12.5634 7.07393 11.0357L6.64532 10.6158C5.38405 11.9034 3.34188 11.9034 2.08067 10.6159L1.65205 11.0357ZM7.07395 11.0357L9.50324 8.55574L9.07462 8.13588L6.64533 10.6158L7.07395 11.0357ZM6.40817 10.356L8.82373 7.89011L8.39511 7.47025L5.97955 9.93618L6.40817 10.356ZM2.31784 10.3561C3.44659 11.5084 5.27938 11.5084 6.40817 10.356L5.97955 9.93618C5.08603 10.8483 3.63993 10.8483 2.74646 9.93621L2.31784 10.3561ZM1.48561 9.50651L2.31778 10.356L2.7464 9.93615L1.91422 9.08664L1.48561 9.50651ZM1.48559 5.3485C0.360176 6.49739 0.360173 8.35759 1.48559 9.50648L1.91421 9.08662C1.0173 8.171 1.0173 6.68399 1.91421 5.76837L1.48559 5.3485ZM5.23053 1.52545L1.4856 5.3485L1.91422 5.76836L5.65915 1.94531L5.23053 1.52545ZM9.32089 1.52544C8.19208 0.373095 6.35934 0.373096 5.23053 1.52544L5.65915 1.9453C6.55268 1.03314 7.99874 1.03314 8.89227 1.9453L9.32089 1.52544ZM5.65915 1.94531C5.65915 1.94531 5.65915 1.94531 5.65915 1.9453L5.23053 1.52544C5.23053 1.52544 5.23053 1.52544 5.23053 1.52545L5.65915 1.94531ZM1.91421 5.76837C1.91421 5.76837 1.91422 5.76836 1.91422 5.76836L1.4856 5.3485C1.4856 5.3485 1.48559 5.3485 1.48559 5.3485L1.91421 5.76837ZM1.91422 9.08664C1.91422 9.08663 1.91421 9.08663 1.91421 9.08662L1.48559 9.50648C1.48559 9.50649 1.4856 9.5065 1.48561 9.50651L1.91422 9.08664ZM2.74646 9.93621C2.74644 9.93619 2.74642 9.93617 2.7464 9.93615L2.31778 10.356C2.3178 10.356 2.31782 10.356 2.31784 10.3561L2.74646 9.93621ZM5.97955 9.93618C5.97955 9.93618 5.97955 9.93618 5.97955 9.93618L6.40817 10.356C6.40817 10.356 6.40817 10.356 6.40817 10.356L5.97955 9.93618ZM9.50324 7.47025C9.1991 7.15977 8.69924 7.15977 8.39511 7.47025L8.82373 7.89011C8.89259 7.81981 9.00576 7.81981 9.07462 7.89011L9.50324 7.47025ZM9.50324 8.55574C9.79862 8.25419 9.79862 7.77179 9.50324 7.47025L9.07462 7.89011C9.1415 7.95838 9.1415 8.0676 9.07462 8.13588L9.50324 8.55574ZM7.07393 11.0357C7.07394 11.0357 7.07395 11.0357 7.07395 11.0357L6.64533 10.6158C6.64533 10.6158 6.64532 10.6158 6.64532 10.6158L7.07393 11.0357ZM1.65203 11.0357C1.65203 11.0357 1.65204 11.0357 1.65205 11.0357L2.08067 10.6159C2.08066 10.6158 2.08065 10.6158 2.08064 10.6158L1.65203 11.0357ZM0.819807 10.1861C0.819819 10.1861 0.81983 10.1862 0.819841 10.1862L1.24846 9.7663C1.24845 9.76629 1.24844 9.76628 1.24843 9.76628L0.819807 10.1861ZM0.819827 4.66884C0.819824 4.66884 0.819822 4.66885 0.819819 4.66885L1.24844 5.08871C1.24844 5.08871 1.24845 5.08871 1.24845 5.0887L0.819827 4.66884ZM4.56476 0.845784C4.56476 0.845786 4.56476 0.845788 4.56475 0.84579L4.99338 1.26565C4.99338 1.26565 4.99338 1.26565 4.99338 1.26564L4.56476 0.845784ZM9.98667 0.845789C9.98667 0.845788 9.98666 0.845787 9.98666 0.845785L9.55804 1.26565C9.55804 1.26565 9.55804 1.26565 9.55805 1.26565L9.98667 0.845789ZM10.8189 1.6954C10.8189 1.69538 10.8189 1.69536 10.8189 1.69535L10.3902 2.11521C10.3902 2.11522 10.3903 2.11523 10.3903 2.11524L10.8189 1.6954ZM11.1146 3.06246C11.3462 2.82606 11.411 2.44051 11.1966 2.14344L10.7101 2.49464C10.7332 2.52669 10.7385 2.58902 10.686 2.64258L11.1146 3.06246ZM9.86916 2.95685C10.1487 3.30046 10.7367 3.44829 11.1146 3.06246L10.686 2.64258C10.652 2.67732 10.6006 2.69693 10.531 2.68804C10.4586 2.67877 10.3842 2.63918 10.3346 2.57823L9.86916 2.95685ZM9.3209 1.52545C9.32089 1.52544 9.32089 1.52544 9.32089 1.52544L8.89227 1.9453C8.89227 1.9453 8.89227 1.94531 8.89228 1.94531L9.3209 1.52545ZM9.72448 2.79488C9.72448 2.79488 9.72448 2.79488 9.72449 2.79488L10.1531 2.37503C10.1531 2.37503 10.1531 2.37502 10.1531 2.37502L9.72448 2.79488Z" transform="translate(28.9286 22.8312) rotate(-180)" fill="white" mask="url(#path-4-outside-2)"/>', i += "</svg>", i += "</a>", i += '<div class="chaty-widget-i-title">', i += "<p>Link</p>", i += "</div>", i += "</div>"),
@@ -91,7 +91,7 @@
91
  "viber" == t && (i += '<div class="chaty-widget-i chaty-main-widget '+a.is_mobile+' '+a.is_desktop+' " data-title="' + a.value + '">', i += '<a rel="noopener" href="viber://chat?number=' + a.value+ '">', i += '<svg class="ico_d" width="39" height="39" viewBox="0 0 39 39" fill="none" xmlns="http://www.w3.org/2000/svg">', i += '<circle class="color-element" cx="19.5" cy="19.5" r="19.5" fill="#665CAC"/>', i += '<path d="M17.6837 2.14833C17.16 1.64578 15.0497 0.0389578 10.3496 0.0158143C10.3496 0.0158143 4.80418 -0.334645 2.10085 2.26405C0.596193 3.84111 0.0662511 6.14886 0.0126261 9.01205C-0.0441534 11.8752 -0.116705 17.2346 4.8168 18.6894H4.81995L4.8168 20.9078C4.8168 20.9078 4.78525 21.8071 5.3499 21.989C6.03125 22.2105 6.43186 21.5294 7.08482 20.7921C7.44127 20.3888 7.93651 19.7936 8.30874 19.3407C11.6808 19.6382 14.2769 18.9572 14.5702 18.858C15.2516 18.6265 19.1063 18.1075 19.7309 12.7481C20.3775 7.22338 19.4154 3.7254 17.6837 2.14833ZM18.2546 12.3513C17.7247 16.828 14.5986 17.1123 14.0245 17.3041C13.7785 17.3867 11.501 17.9818 8.63679 17.7835C8.63679 17.7835 6.50126 20.4813 5.83567 21.1856C5.73158 21.2947 5.60856 21.341 5.52654 21.3178C5.41298 21.2881 5.38144 21.1459 5.38144 20.9376C5.38459 20.64 5.40037 17.2512 5.40037 17.2512C5.39721 17.2512 5.39721 17.2512 5.40037 17.2512C1.23023 16.0378 1.47312 11.4719 1.52044 9.08148C1.56775 6.69108 1.99675 4.73379 3.26798 3.41792C5.55493 1.24904 10.2645 1.57305 10.2645 1.57305C14.2422 1.59288 16.1475 2.84594 16.5891 3.26583C18.0527 4.58501 18.8003 7.73585 18.2546 12.3513Z" transform="translate(9.47299 8.4238)" fill="white"/> <path d="M1.58982 1.72254C1.53935 0.628182 1.00941 0.0562059 0 1.00898e-07" transform="translate(20.166 15.5914)" stroke="white" stroke-width="0.518873" stroke-linecap="round" stroke-linejoin="round"/> <path d="M3.35945 3.69636C3.38153 2.67804 3.09448 1.82834 2.49514 1.14395C1.8958 0.459565 1.06619 0.0793496 1.9253e-07 2.01796e-07" transform="translate(19.7592 14.0966)" stroke="white" stroke-width="0.518873" stroke-linecap="round" stroke-linejoin="round"/> <path d="M5.22371 5.71646C5.21109 3.94763 4.70639 2.55902 3.71275 1.5407C2.71911 0.525689 1.47942 0.00991877 -3.8506e-07 1.00898e-07" transform="translate(19.2931 12.6479)" stroke="white" stroke-width="0.518873" stroke-linecap="round" stroke-linejoin="round"/> <path d="M6.35738 8.04532C6.35738 8.04532 6.73276 8.07838 6.93149 7.81719L7.32263 7.30142C7.5119 7.04353 7.96929 6.88153 8.41722 7.14272C8.66641 7.2915 9.11434 7.57914 9.39193 7.79405C9.68844 8.02218 10.2972 8.55448 10.2972 8.55448C10.5875 8.80906 10.6537 9.18597 10.4581 9.58271C10.4581 9.58602 10.455 9.58933 10.455 9.58933C10.2531 9.96293 9.9818 10.3167 9.63797 10.644C9.63482 10.6473 9.63482 10.6473 9.63167 10.6506C9.35092 10.8953 9.07333 11.0375 8.80205 11.0705C8.77051 11.0771 8.7295 11.0804 8.68219 11.0771C8.56232 11.0771 8.44561 11.0606 8.32889 11.0209L8.31943 11.0077C7.89989 10.8854 7.20277 10.5746 6.03879 9.90342C5.28173 9.467 4.654 9.02066 4.12406 8.57762C3.84331 8.34619 3.55626 8.08169 3.2629 7.77752C3.25344 7.7676 3.24398 7.75768 3.23451 7.74776C3.22505 7.73784 3.21559 7.72792 3.20612 7.718C3.19666 7.70808 3.1872 7.69817 3.17773 7.68825C3.16827 7.67833 3.15881 7.66841 3.14934 7.65849C2.85914 7.35101 2.60678 7.05015 2.38597 6.75589C1.96328 6.20045 1.53744 5.5392 1.12105 4.74902C0.480708 3.52902 0.184194 2.79834 0.0674803 2.35862L0.0548623 2.3487C0.0170094 2.22637 -0.00191702 2.10404 0.0012374 1.9784C-0.00191702 1.92881 0.0012373 1.88583 0.00754613 1.85276C0.0390903 1.56843 0.17473 1.27748 0.408157 0.983227C0.411312 0.979921 0.411311 0.979921 0.414466 0.976615C0.726753 0.616237 1.06112 0.331902 1.42072 0.120304C1.42388 0.120304 1.42703 0.116997 1.42703 0.116997C1.80556 -0.0879887 2.16517 -0.0185578 2.40806 0.285615C2.41121 0.288921 2.91592 0.923716 3.13357 1.2345C3.33861 1.52875 3.6162 1.99493 3.75499 2.25612C4.00419 2.72561 3.84962 3.20501 3.60358 3.40338L3.11149 3.81335C2.86229 4.02495 2.89384 4.41509 2.89384 4.41509C2.89384 4.41509 3.62566 7.31464 6.35738 8.04532Z" transform="translate(13.863 13.0014)" fill="white"/>', i += "</svg>", i += "</a>", i += '<div class="chaty-widget-i-title">', i += "<p>Viber</p>", i += "</div>", i += "</div>"),
92
  "vkontakte" == t && (i += '<div class="chaty-widget-i chaty-main-widget '+a.is_mobile+' '+a.is_desktop+' " data-title="' + a.value + '">', i += '<a rel="noopener" href="https://vk.me/' + a.value + ' "target="'+currentTarget+ '" data-mobile-target="'+mobileTarget+'" data-desktop-target="'+desktopTarget+'" >', i += '<svg class="ico_d" width="39" height="39" viewBox="0 0 39 39" fill="none" xmlns="http://www.w3.org/2000/svg">', i += '<circle class="color-element" cx="19.5" cy="19.5" r="19.5" fill="#5076AA"/>', i += '<path d="M11.0953 12.4775H12.5097C12.5097 12.4775 12.934 12.4774 13.0755 12.1971C13.2169 12.0569 13.2169 11.6363 13.2169 11.6363C13.2169 11.6363 13.2169 9.81373 14.0656 9.53334C14.9142 9.25294 15.9043 11.2157 17.0359 12.0569C17.8845 12.6176 18.5917 12.4775 18.5917 12.4775H21.562C21.562 12.4775 23.1178 12.3373 22.4106 11.2157C22.4106 11.0755 21.9863 10.2343 20.1476 8.69216C18.3088 7.0098 18.4503 7.29019 20.8548 4.20588C22.2692 2.38333 22.835 1.26176 22.6935 0.700978C22.5521 0.28039 21.562 0.42059 21.562 0.42059H18.1674C18.1674 0.42059 17.8845 0.420588 17.7431 0.560784C17.6016 0.70098 17.4602 0.981371 17.4602 0.981371C17.4602 0.981371 16.8944 2.38333 16.1872 3.6451C14.6313 6.16863 14.0656 6.30882 13.7827 6.16863C13.2169 5.74804 13.3584 4.62647 13.3584 3.92549C13.3584 1.40196 13.7827 0.420589 12.6512 0.140197C12.2268 1.06543e-06 11.944 -2.13922e-06 11.0953 -2.13922e-06C9.82233 -2.13922e-06 8.83224 -1.06543e-06 8.26647 0.280391C7.84215 0.420587 7.55927 0.841177 7.70071 0.841177C7.9836 0.841177 8.40792 0.98137 8.6908 1.40196C8.97368 1.82255 8.97368 2.94412 8.97368 2.94412C8.97368 2.94412 9.11513 5.88824 8.54936 6.16863C8.12503 6.44902 7.41783 5.88824 6.14485 3.6451C5.43764 2.52353 4.87188 1.12157 4.87188 1.12157C4.87188 1.12157 4.73044 0.841174 4.589 0.700978C4.30611 0.560782 4.02323 0.560784 4.02323 0.560784H0.770071C0.770071 0.560784 0.345746 0.560785 0.0628629 0.841177C-0.0785787 0.981374 0.0628629 1.40196 0.0628629 1.40196C0.0628629 1.40196 2.60881 7.2902 5.43764 10.2343C8.12503 12.7578 11.0953 12.4775 11.0953 12.4775Z" transform="translate(6.78613 14.4898)" fill="white"/>', i += "</svg>", i += "</a>", i += '<div class="chaty-widget-i-title">', i += "<p>Vkontakte</p>", i += "</div>", i += "</div>"),
93
  "waze" == t && (i += '<div class="chaty-widget-i chaty-main-widget '+a.is_mobile+' '+a.is_desktop+' " data-title="' + a.value + ' "target="'+currentTarget+ '" data-mobile-target="'+mobileTarget+'" data-desktop-target="'+desktopTarget+'" >', i += '<a rel="noopener" href="' + a.value + ' "target="'+currentTarget+ '" data-mobile-target="'+mobileTarget+'" data-desktop-target="'+desktopTarget+'" >', i += '<svg class="ico_d" width="39" height="39" viewBox="0 0 39 39" fill="none" xmlns="http://www.w3.org/2000/svg">', i += '<circle class="color-element" cx="19.5" cy="19.5" r="19.5" fill="#6ECCEF"/>', i += '<path d="M11.6549 16.6733C16.5911 16.6733 20.5675 12.9218 20.5675 8.33667C20.5675 3.7515 16.5911 0 11.6549 0C6.7187 0 2.74233 3.7515 2.74233 8.33667C2.74233 8.33667 3.42791 12.505 0 12.505C0 15.9786 6.17024 16.6733 11.6549 16.6733Z" transform="translate(9.15631 9.71375)" fill="#6ECCEF" class="color-element"/> <path d="M12.3405 18.0628C3.97637 18.0628 0 16.5344 0 13.1997C0 12.7829 0.274233 12.505 0.685582 12.505C1.37116 12.505 1.91963 12.3661 2.19386 11.9492C3.01656 10.9766 2.74233 9.17034 2.74233 9.17034C2.74233 4.02939 6.99293 0 12.3405 0C17.688 0 21.9386 4.02939 21.9386 9.0314C21.9386 14.0334 17.688 18.0628 12.3405 18.0628ZM1.50828 13.7555C2.19386 15.5618 5.896 16.6733 12.3405 16.6733C16.8653 16.6733 20.5675 13.1997 20.5675 9.0314C20.5675 4.86306 16.8653 1.38945 12.3405 1.38945C7.81563 1.38945 4.11349 4.86306 4.11349 9.0314C4.11349 9.0314 4.52484 11.3935 3.29079 12.7829C2.74233 13.3387 2.19386 13.6166 1.50828 13.7555Z" transform="translate(8.46936 9.01862)" fill="white"/> <path d="M2.74233 5.55778C4.25687 5.55778 5.48465 4.31363 5.48465 2.77889C5.48465 1.24415 4.25687 0 2.74233 0C1.22778 0 0 1.24415 0 2.77889C0 4.31363 1.22778 5.55778 2.74233 5.55778Z" transform="translate(20.8105 24.3027)" fill="white"/> <path d="M2.74233 5.55778C4.25687 5.55778 5.48465 4.31363 5.48465 2.77889C5.48465 1.24415 4.25687 0 2.74233 0C1.22778 0 0 1.24415 0 2.77889C0 4.31363 1.22778 5.55778 2.74233 5.55778Z" transform="translate(12.5836 24.3025)" fill="white"/> <path d="M0.685582 1.38945C0.274233 1.38945 0 1.11156 0 0.694723C0 0.277889 0.274233 0 0.685582 0C1.09693 0 1.37116 0.277889 1.37116 0.694723C1.37116 1.11156 1.09693 1.38945 0.685582 1.38945Z" transform="translate(17.3835 15.2717)" fill="white"/> <path d="M0.685582 1.38945C0.274233 1.38945 0 1.11156 0 0.694723C0 0.277889 0.274233 0 0.685582 0C1.09693 0 1.37116 0.277889 1.37116 0.694723C1.37116 1.11156 1.09693 1.38945 0.685582 1.38945Z" transform="translate(22.8668 15.2717)" fill="white"/> <path d="M4.14916 4.20448C2.22953 4.20448 0.447017 2.81503 0.035668 0.869809C-0.101448 0.452975 0.172786 0.175088 0.584135 0.0361436C0.995484 -0.102801 1.26972 0.17509 1.40683 0.591924C1.68106 1.84242 2.77799 2.81503 4.14916 2.81503C5.52032 2.81503 6.61725 1.84242 6.89148 0.591924C7.0286 0.17509 7.30283 0.0361436 7.71418 0.0361436C8.12553 0.175088 8.26265 0.452975 8.26265 0.869809C7.8513 2.81503 6.06879 4.20448 4.14916 4.20448Z" transform="translate(16.662 18.7092)" fill="white"/>', i += "</svg>", i += "</a>", i += '<div class="chaty-widget-i-title">', i += "<p>Waze</p>", i += "</div>", i += "</div>"),
94
- "whatsapp" == t && (i += '<div class="chaty-widget-i chaty-main-widget '+a.is_mobile+' '+a.is_desktop+' " data-title="' + a.value + '">', i += '<a rel="noopener" href="https://api.whatsapp.com/send?phone=' + a.value + '" >', i += '<svg class="ico_d" width="39" height="39" viewBox="0 0 39 39" fill="none" xmlns="http://www.w3.org/2000/svg">', i += '<circle class="color-element" cx="19.5" cy="19.5" r="19.5" fill="#49E670"/>', i += '<path d="M12.9821 10.1115C12.7029 10.7767 11.5862 11.442 10.7486 11.575C10.1902 11.7081 9.35269 11.8411 6.84003 10.7767C3.48981 9.44628 1.39593 6.25317 1.25634 6.12012C1.11674 5.85403 2.13001e-06 4.39053 2.13001e-06 2.92702C2.13001e-06 1.46351 0.83755 0.665231 1.11673 0.399139C1.39592 0.133046 1.8147 1.01506e-06 2.23348 1.01506e-06C2.37307 1.01506e-06 2.51267 1.01506e-06 2.65226 1.01506e-06C2.93144 1.01506e-06 3.21063 -2.02219e-06 3.35022 0.532183C3.62941 1.19741 4.32736 2.66092 4.32736 2.79397C4.46696 2.92702 4.46696 3.19311 4.32736 3.32616C4.18777 3.59225 4.18777 3.59224 3.90858 3.85834C3.76899 3.99138 3.6294 4.12443 3.48981 4.39052C3.35022 4.52357 3.21063 4.78966 3.35022 5.05576C3.48981 5.32185 4.18777 6.38622 5.16491 7.18449C6.42125 8.24886 7.39839 8.51496 7.81717 8.78105C8.09636 8.91409 8.37554 8.9141 8.65472 8.648C8.93391 8.38191 9.21309 7.98277 9.49228 7.58363C9.77146 7.31754 10.0507 7.1845 10.3298 7.31754C10.609 7.45059 12.2841 8.11582 12.5633 8.38191C12.8425 8.51496 13.1217 8.648 13.1217 8.78105C13.1217 8.78105 13.1217 9.44628 12.9821 10.1115Z" transform="translate(12.9597 12.9597)" fill="#FAFAFA"/> <path d="M0.196998 23.295L0.131434 23.4862L0.323216 23.4223L5.52771 21.6875C7.4273 22.8471 9.47325 23.4274 11.6637 23.4274C18.134 23.4274 23.4274 18.134 23.4274 11.6637C23.4274 5.19344 18.134 -0.1 11.6637 -0.1C5.19344 -0.1 -0.1 5.19344 -0.1 11.6637C-0.1 13.9996 0.624492 16.3352 1.93021 18.2398L0.196998 23.295ZM5.87658 19.8847L5.84025 19.8665L5.80154 19.8788L2.78138 20.8398L3.73978 17.9646L3.75932 17.906L3.71562 17.8623L3.43104 17.5777C2.27704 15.8437 1.55796 13.8245 1.55796 11.6637C1.55796 6.03288 6.03288 1.55796 11.6637 1.55796C17.2945 1.55796 21.7695 6.03288 21.7695 11.6637C21.7695 17.2945 17.2945 21.7695 11.6637 21.7695C9.64222 21.7695 7.76778 21.1921 6.18227 20.039L6.17557 20.0342L6.16817 20.0305L5.87658 19.8847Z" transform="translate(7.7758 7.77582)" fill="white" stroke="white" stroke-width="0.2"/', i += "</svg>", i += "</a>", i += '<div class="chaty-widget-i-title">', i += "<p>Whatsapp</p>", i += "</div>", i += "</div>"),
95
  "line" == t && (i += '<div class="chaty-widget-i chaty-main-widget '+a.is_mobile+' '+a.is_desktop+' " data-title="' + a.value + ' "target="'+currentTarget+ '" data-mobile-target="'+mobileTarget+'" data-desktop-target="'+desktopTarget+'" >', i += '<a rel="noopener" href="' + a.value + ' "target="'+currentTarget+ '" data-mobile-target="'+mobileTarget+'" data-desktop-target="'+desktopTarget+'" >', i += '<svg class="ico_d" width="39" height="39" viewBox="0 0 39 39" fill="none" xmlns="http://www.w3.org/2000/svg">', i += '<circle class="color-element" cx="19.5" cy="19.5" r="19.5" fill="#38B900"></circle>', i += '<path d="M24 9.36561C24 4.19474 18.6178 0 12 0C5.38215 0 0 4.19474 0 9.36561C0 13.9825 4.25629 17.8606 10.0229 18.5993C10.4073 18.6785 10.9565 18.8368 11.0664 19.1797C11.1762 19.4699 11.1487 19.9184 11.0938 20.235C11.0938 20.235 10.9565 21.0528 10.9291 21.2111C10.8741 21.5013 10.6819 22.3456 11.9725 21.8443C13.2632 21.3167 18.8924 17.9398 21.3913 15.1433C23.1487 13.2702 24 11.4234 24 9.36561Z" transform="translate(7 10)" fill="white"></path> <path d="M1.0984 0H0.24714C0.10984 0 -2.09503e-07 0.105528 -2.09503e-07 0.211056V5.22364C-2.09503e-07 5.35555 0.10984 5.43469 0.24714 5.43469H1.0984C1.2357 5.43469 1.34554 5.32917 1.34554 5.22364V0.211056C1.34554 0.105528 1.2357 0 1.0984 0Z" transform="translate(15.4577 16.8593)" fill="#38B900" class="color-element"></path> <path d="M4.66819 0H3.81693C3.67963 0 3.56979 0.105528 3.56979 0.211056V3.19222L1.18078 0.0791458C1.18078 0.0791458 1.18078 0.0527642 1.15332 0.0527642C1.15332 0.0527642 1.15332 0.0527641 1.12586 0.0263821C1.12586 0.0263821 1.12586 0.0263821 1.0984 0.0263821H0.247139C0.10984 0.0263821 4.19006e-07 0.13191 4.19006e-07 0.237438V5.25002C4.19006e-07 5.38193 0.10984 5.46108 0.247139 5.46108H1.0984C1.2357 5.46108 1.34554 5.35555 1.34554 5.25002V2.26885L3.73455 5.38193C3.76201 5.40831 3.76201 5.43469 3.78947 5.43469C3.78947 5.43469 3.78947 5.43469 3.81693 5.43469C3.81693 5.43469 3.81693 5.43469 3.84439 5.43469C3.87185 5.43469 3.87185 5.43469 3.89931 5.43469H4.75057C4.88787 5.43469 4.99771 5.32917 4.99771 5.22364V0.211056C4.91533 0.105528 4.80549 0 4.66819 0Z" transform="translate(17.6819 16.8593)" fill="#38B900" class="color-element"></path> <path d="M3.62471 4.22112H1.34554V0.237438C1.34554 0.105528 1.2357 0 1.0984 0H0.24714C0.10984 0 -5.23757e-08 0.105528 -5.23757e-08 0.237438V5.25002C-5.23757e-08 5.30278 0.0274599 5.35555 0.0549198 5.40831C0.10984 5.43469 0.16476 5.46108 0.21968 5.46108H3.56979C3.70709 5.46108 3.78947 5.35555 3.78947 5.22364V4.4058C3.87185 4.32665 3.76201 4.22112 3.62471 4.22112Z" transform="translate(10.8993 16.8593)" fill="#38B900" class="color-element"></path> <path d="M3.56979 1.29272C3.70709 1.29272 3.78947 1.18719 3.78947 1.05528V0.237438C3.78947 0.105528 3.67963 -1.00639e-07 3.56979 -1.00639e-07H0.219679C0.164759 -1.00639e-07 0.10984 0.0263821 0.0549199 0.0527641C0.02746 0.105528 -2.09503e-07 0.158292 -2.09503e-07 0.211056V5.22364C-2.09503e-07 5.2764 0.02746 5.32917 0.0549199 5.38193C0.10984 5.40831 0.164759 5.43469 0.219679 5.43469H3.56979C3.70709 5.43469 3.78947 5.32917 3.78947 5.19726V4.37941C3.78947 4.2475 3.67963 4.14198 3.56979 4.14198H1.29062V3.29775H3.56979C3.70709 3.29775 3.78947 3.19222 3.78947 3.06031V2.24247C3.78947 2.11056 3.67963 2.00503 3.56979 2.00503H1.29062V1.16081H3.56979V1.29272Z" transform="translate(23.421 16.8329)" fill="#38B900" class="color-element"></path>', i += "</svg>", i += "</a>", i += '<div class="chaty-widget-i-title">', i += "<p>Line</p>", i += "</div>", i += "</div>"),
96
  "wechat" == t && (i += '<div class="chaty-widget-i chaty-main-widget '+a.is_mobile+' '+a.is_desktop+' " data-title="' + a.value + ' "target="'+currentTarget+ '" data-mobile-target="'+mobileTarget+'" data-desktop-target="'+desktopTarget+'" >', i += '<svg class="ico_d" width="39" height="39" viewBox="0 0 39 39" fill="none" xmlns="http://www.w3.org/2000/svg">', i += '<circle class="color-element" cx="19.5" cy="19.5" r="19.5" fill="#45DC00"></circle>', i += '<path d="M17.3707 6.90938C15.0508 7.03077 13.0281 7.71242 11.3888 9.26248C9.73039 10.8312 8.97307 12.7455 9.18397 15.1172C8.27327 15.0052 7.44884 14.8838 6.61482 14.8184C6.32723 14.7904 5.99171 14.8278 5.74246 14.9585C4.93721 15.4067 4.16071 15.9016 3.24042 16.4619C3.41298 15.7242 3.51843 15.0705 3.71015 14.4449C3.85395 13.9874 3.78685 13.7353 3.35546 13.4364C0.584998 11.5222 -0.594125 8.65553 0.287821 5.69547C1.10266 2.95952 3.09663 1.30674 5.80957 0.447674C9.50991 -0.728879 13.68 0.475687 15.9232 3.33303C16.738 4.36952 17.2365 5.53673 17.3707 6.90938ZM6.69152 5.98494C6.71069 5.44336 6.23137 4.95779 5.65619 4.93912C5.07142 4.92044 4.5921 5.35932 4.57293 5.91958C4.55375 6.48918 5.00431 6.94673 5.58908 6.95607C6.18344 6.97474 6.67234 6.53587 6.69152 5.98494ZM12.2612 4.93912C11.686 4.94846 11.2067 5.42468 11.2163 5.96627C11.2259 6.52653 11.7052 6.9654 12.29 6.9654C12.8843 6.95607 13.3253 6.51719 13.3253 5.93825C13.3157 5.37799 12.846 4.92978 12.2612 4.93912Z" transform="translate(7 9)" fill="white"></path><path d="M12.48 13.2605C11.7418 12.943 11.0708 12.4668 10.3518 12.3921C9.63283 12.3174 8.88509 12.7189 8.13735 12.7936C5.8558 13.0177 3.8139 12.4014 2.13629 10.8887C-1.06556 8.00334 -0.605416 3.57726 3.09492 1.21482C6.38305 -0.886168 11.2146 -0.185839 13.5345 2.72753C15.5572 5.26739 15.3175 8.64764 12.8538 10.786C12.1349 11.4023 11.876 11.9158 12.3362 12.7282C12.4225 12.8776 12.432 13.0737 12.48 13.2605ZM4.11108 5.3701C4.58081 5.3701 4.96426 5.01527 4.98344 4.56706C5.00261 4.09084 4.60957 3.68932 4.12066 3.68932C3.63176 3.68932 3.22913 4.09084 3.2483 4.55772C3.26748 5.00593 3.65093 5.3701 4.11108 5.3701ZM9.5082 3.68932C9.05764 3.68932 8.6646 4.04415 8.64543 4.49236C8.62626 4.96858 9.00971 5.36077 9.48903 5.36077C9.95876 5.36077 10.3326 5.01527 10.3422 4.55772C10.371 4.09084 9.98752 3.68932 9.5082 3.68932Z" transform="translate(17.1057 16.7395)" fill="white"></path>', i += "</svg>", i += '<div class="chaty-widget-i-title">', i += "<p>WeChat: " + e.object_settings.social.wechat + "</p>", i += "</div>", 1 === Object.keys(e.object_settings.social).length && (i += '<div class="snap-wee-title">', i += "<p>WeChat: " + a.value + "</p>", i += "</div>"), i += "</div>")
97
  }), i
@@ -302,7 +302,25 @@
302
  }
303
  }
304
  }
305
- })
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
306
  })
307
  }(jQuery)
308
  }, 12: function (t, e) {
74
  var currentTarget = (jQuery("body").hasClass("chaty-in-mobile"))?mobileTarget:desktopTarget;
75
  console.log(currentTarget);
76
  if (!e.object_settings.isPRO && "3" == ++n)return !1;
77
+ "linkedin" == t && (i += '<div class="chaty-widget-i chaty-main-widget '+a.is_mobile+' '+a.is_desktop+' " data-title="' + a.value + '">', i += '<a rel="noopener" href="https://www.linkedin.com/in/' + a.value + '" target="'+currentTarget+ '" data-mobile-target="'+mobileTarget+'" data-desktop-target="'+desktopTarget+'" >', i += '<svg class="ico_d" width="39" height="39" viewBox="0 0 39 39" fill="none" xmlns="http://www.w3.org/2000/svg">', i += '<circle class="color-element" cx="19.5" cy="19.5" r="19.5" fill="#0077b5"/>', i += '<path id="LinkedIn_color" d="M18,20.1v6.655H14.142V20.549c0-1.56-.558-2.624-1.954-2.624a2.111,2.111,0,0,0-1.98,1.411,2.64,2.64,0,0,0-.128.941v6.481H6.221s.052-10.516,0-11.606H10.08V16.8c-.008.012-.018.026-.025.037h.025V16.8a3.832,3.832,0,0,1,3.478-1.918C16.1,14.88,18,16.539,18,20.1ZM2.184,9.558a2.011,2.011,0,1,0-.051,4.011h.026a2.012,2.012,0,1,0,.025-4.011ZM.229,26.758H4.087V15.152H.229Z" transform="translate(11 1.442)" fill="#fff"/>', i += "</svg>", i += "</a>", i += '<div class="chaty-widget-i-title">', i += "<p>Linkedin</p>", i += "</div>", i += "</div>"),
78
  "twitter" == t && (i += '<div class="chaty-widget-i chaty-main-widget '+a.is_mobile+' '+a.is_desktop+' " data-title="' + a.value + '">', i += '<a rel="noopener" href="https://twitter.com/' + a.value + '" target="'+currentTarget+ '" data-mobile-target="'+mobileTarget+'" data-desktop-target="'+desktopTarget+'" >', i += '<svg class="ico_d" width="39" height="39" viewBox="0 0 39 39" fill="none" xmlns="http://www.w3.org/2000/svg">', i += '<circle class="color-element" cx="19.5" cy="19.5" r="19.5" fill="#1ab2e8"/>', i += '<path id="path_color_twitter" d="M18.532,59.222a7.592,7.592,0,0,1-2.183.6,3.817,3.817,0,0,0,1.671-2.1,7.664,7.664,0,0,1-2.416.923,3.8,3.8,0,0,0-6.478,3.466,10.792,10.792,0,0,1-7.835-3.972A3.806,3.806,0,0,0,2.469,63.21a3.8,3.8,0,0,1-1.722-.477v.047A3.805,3.805,0,0,0,3.8,66.508a3.85,3.85,0,0,1-1,.133,3.649,3.649,0,0,1-.716-.071,3.8,3.8,0,0,0,3.55,2.64A7.627,7.627,0,0,1,.908,70.835,8.079,8.079,0,0,1,0,70.783a10.745,10.745,0,0,0,5.827,1.71A10.741,10.741,0,0,0,16.643,61.678l-.013-.492A7.591,7.591,0,0,0,18.532,59.222Z" transform="translate(9.999 -45.441)" fill="#fff"/>', i += "</svg>", i += "</a>", i += '<div class="chaty-widget-i-title">', i += "<p>Twitter</p>", i += "</div>", i += "</div>"),
79
  "instagram" == t && (i += '<div class="chaty-widget-i chaty-main-widget '+a.is_mobile+' '+a.is_desktop+' " data-title="' + a.value + '">', i += '<a rel="noopener" href="https://www.instagram.com/' + a.value + '" target="'+currentTarget+ '" data-mobile-target="'+mobileTarget+'" data-desktop-target="'+desktopTarget+'" >', i += '<svg class="ico_d" width="39" height="39" viewBox="0 0 39 39" fill="none" xmlns="http://www.w3.org/2000/svg">', i += '<defs><linearGradient id="linear-gradient" x1="0.892" y1="0.192" x2="0.128" y2="0.85" gradientUnits="objectBoundingBox"><stop offset="0" stop-color="#4a64d5"/><stop offset="0.322" stop-color="#9737bd"/><stop offset="0.636" stop-color="#f15540"/><stop offset="1" stop-color="#fecc69"/></linearGradient></defs><circle class="color-element" cx="19.5" cy="19.5" r="19.5" fill="url(#linear-gradient)"/>', i += '<path id="Path_1923" data-name="Path 1923" d="M13.177,0H5.022A5.028,5.028,0,0,0,0,5.022v8.155A5.028,5.028,0,0,0,5.022,18.2h8.155A5.028,5.028,0,0,0,18.2,13.177V5.022A5.028,5.028,0,0,0,13.177,0Zm3.408,13.177a3.412,3.412,0,0,1-3.408,3.408H5.022a3.411,3.411,0,0,1-3.408-3.408V5.022A3.412,3.412,0,0,1,5.022,1.615h8.155a3.412,3.412,0,0,1,3.408,3.408v8.155Z" transform="translate(10 10.4)" fill="#fff"/><path id="Path_1924" data-name="Path 1924" d="M45.658,40.97a4.689,4.689,0,1,0,4.69,4.69A4.695,4.695,0,0,0,45.658,40.97Zm0,7.764a3.075,3.075,0,1,1,3.075-3.075A3.078,3.078,0,0,1,45.658,48.734Z" transform="translate(-26.558 -26.159)" fill="#fff"/><path id="Path_1925" data-name="Path 1925" d="M120.105,28.251a1.183,1.183,0,1,0,.838.347A1.189,1.189,0,0,0,120.105,28.251Z" transform="translate(-96.119 -14.809)" fill="#fff"/>', i += "</svg>", i += "</a>", i += '<div class="chaty-widget-i-title">', i += "<p>Instagram</p>", i += "</div>", i += "</div>"),
80
  "custom_link" == t && (i += '<div class="chaty-widget-i chaty-main-widget '+a.is_mobile+' '+a.is_desktop+' " data-title="' + a.value + '">', i += '<a rel="noopener" href="' + a.value + '" target="'+currentTarget+ '" data-mobile-target="'+mobileTarget+'" data-desktop-target="'+desktopTarget+'" >', i += '<svg class="ico_d" width="39" height="39" viewBox="0 0 39 39" fill="none" xmlns="http://www.w3.org/2000/svg">', i += '<circle class="color-element" cx="19.4395" cy="19.4395" r="19.4395" fill="#1E88E5"/>', i += '<mask id="path-2-outside-1" maskUnits="userSpaceOnUse" x="-1" y="-1" width="13" height="14" fill="black"><rect fill="white" x="-1" y="-1" width="13" height="14"/><path fill-rule="evenodd" clip-rule="evenodd" d="M9.10658 1.73537C9.10658 1.73537 9.10658 1.73538 9.10659 1.73538L9.93879 2.58495C9.9388 2.58495 9.9388 2.58495 9.9388 2.58496C9.99645 2.64381 10.0508 2.70475 10.1019 2.76754C10.3002 3.0113 10.6804 3.07698 10.9003 2.85252C11.0424 2.70754 11.0721 2.4836 10.9533 2.31904C10.849 2.17452 10.7327 2.03614 10.6046 1.90532C10.6046 1.9053 10.6046 1.90529 10.6045 1.90528L9.77236 1.05572C9.77236 1.05572 9.77235 1.05572 9.77235 1.05572C8.39351 -0.351905 6.15792 -0.351905 4.77907 1.05571C4.77907 1.05572 4.77907 1.05572 4.77906 1.05572L1.03414 4.87877C1.03413 4.87878 1.03413 4.87878 1.03413 4.87878C-0.344706 6.2864 -0.34471 8.56858 1.03412 9.9762C1.03413 9.97621 1.03414 9.97622 1.03415 9.97623L1.86633 10.8258C1.86634 10.8258 1.86635 10.8258 1.86636 10.8258C3.24521 12.2334 5.48072 12.2334 6.85962 10.8258C6.85963 10.8258 6.85964 10.8258 6.85964 10.8258L9.28893 8.34581C9.47006 8.1609 9.47006 7.86509 9.28893 7.68018C9.10243 7.48979 8.79591 7.48979 8.60942 7.68018L6.19386 10.1461C6.19386 10.1461 6.19386 10.1461 6.19386 10.1461C5.1827 11.1784 3.54326 11.1784 2.53215 10.1461C2.53213 10.1461 2.53211 10.1461 2.53209 10.1461L1.69991 9.29657C1.69991 9.29657 1.6999 9.29656 1.6999 9.29655C0.688737 8.2643 0.688739 6.59069 1.6999 5.55844C1.6999 5.55843 1.69991 5.55843 1.69991 5.55843L5.44484 1.73538C5.44484 1.73538 5.44484 1.73537 5.44484 1.73537C6.45601 0.703119 8.09541 0.703118 9.10658 1.73537Z"/></mask><path fill-rule="evenodd" clip-rule="evenodd" d="M9.10658 1.73537C9.10658 1.73537 9.10658 1.73538 9.10659 1.73538L9.93879 2.58495C9.9388 2.58495 9.9388 2.58495 9.9388 2.58496C9.99645 2.64381 10.0508 2.70475 10.1019 2.76754C10.3002 3.0113 10.6804 3.07698 10.9003 2.85252C11.0424 2.70754 11.0721 2.4836 10.9533 2.31904C10.849 2.17452 10.7327 2.03614 10.6046 1.90532C10.6046 1.9053 10.6046 1.90529 10.6045 1.90528L9.77236 1.05572C9.77236 1.05572 9.77235 1.05572 9.77235 1.05572C8.39351 -0.351905 6.15792 -0.351905 4.77907 1.05571C4.77907 1.05572 4.77907 1.05572 4.77906 1.05572L1.03414 4.87877C1.03413 4.87878 1.03413 4.87878 1.03413 4.87878C-0.344706 6.2864 -0.34471 8.56858 1.03412 9.9762C1.03413 9.97621 1.03414 9.97622 1.03415 9.97623L1.86633 10.8258C1.86634 10.8258 1.86635 10.8258 1.86636 10.8258C3.24521 12.2334 5.48072 12.2334 6.85962 10.8258C6.85963 10.8258 6.85964 10.8258 6.85964 10.8258L9.28893 8.34581C9.47006 8.1609 9.47006 7.86509 9.28893 7.68018C9.10243 7.48979 8.79591 7.48979 8.60942 7.68018L6.19386 10.1461C6.19386 10.1461 6.19386 10.1461 6.19386 10.1461C5.1827 11.1784 3.54326 11.1784 2.53215 10.1461C2.53213 10.1461 2.53211 10.1461 2.53209 10.1461L1.69991 9.29657C1.69991 9.29657 1.6999 9.29656 1.6999 9.29655C0.688737 8.2643 0.688739 6.59069 1.6999 5.55844C1.6999 5.55843 1.69991 5.55843 1.69991 5.55843L5.44484 1.73538C5.44484 1.73538 5.44484 1.73537 5.44484 1.73537C6.45601 0.703119 8.09541 0.703118 9.10658 1.73537Z" transform="translate(9.95154 16.0478)" fill="white"/><path d="M5.44484 1.73538L5.23053 1.52545L5.44484 1.73538ZM5.44484 1.73537L5.23053 1.52544L5.44484 1.73537ZM1.6999 5.55844L1.48559 5.3485L1.6999 5.55844ZM1.69991 5.55843L1.91422 5.76836L1.69991 5.55843ZM1.69991 9.29657L1.91422 9.08664L1.69991 9.29657ZM1.6999 9.29655L1.91421 9.08662L1.6999 9.29655ZM2.53215 10.1461L2.31784 10.3561L2.53215 10.1461ZM2.53209 10.1461L2.31778 10.356L2.53209 10.1461ZM6.19386 10.1461L5.97955 9.93618L6.19386 10.1461ZM6.19386 10.1461L6.40817 10.356L6.19386 10.1461ZM8.60942 7.68018L8.82373 7.89011L8.60942 7.68018ZM9.28893 8.34581L9.07462 8.13588L9.28893 8.34581ZM6.85962 10.8258L6.64532 10.6158L6.85962 10.8258ZM6.85964 10.8258L7.07395 11.0357L6.85964 10.8258ZM1.86633 10.8258L2.08064 10.6158L1.86633 10.8258ZM1.86636 10.8258L2.08067 10.6159L1.86636 10.8258ZM1.03412 9.9762L1.24843 9.76628L1.03412 9.9762ZM1.03415 9.97623L0.819841 10.1862L1.03415 9.97623ZM1.03414 4.87877L0.819827 4.66884L1.03414 4.87877ZM1.03413 4.87878L1.24844 5.08871L1.03413 4.87878ZM4.77907 1.05571L4.99338 1.26564L4.77907 1.05571ZM4.77906 1.05572L4.99338 1.26565L4.77906 1.05572ZM9.77236 1.05572L9.55805 1.26565L9.77236 1.05572ZM9.77235 1.05572L9.98666 0.845785L9.77235 1.05572ZM10.6046 1.90532L10.8189 1.6954L10.6046 1.90532ZM10.6045 1.90528L10.8189 1.69535L10.6045 1.90528ZM10.9533 2.31904L10.7101 2.49464L10.9533 2.31904ZM10.1019 2.76754L9.86916 2.95685L10.1019 2.76754ZM9.10659 1.73538L9.3209 1.52545L9.10659 1.73538ZM9.10658 1.73537L8.89227 1.9453L9.10658 1.73537ZM9.93879 2.58495L10.1531 2.37502L9.93879 2.58495ZM9.9388 2.58496L10.1531 2.37503L9.9388 2.58496ZM10.1531 2.37502L9.3209 1.52545L8.89228 1.94531L9.72448 2.79488L10.1531 2.37502ZM10.3346 2.57823C10.2777 2.50832 10.2172 2.4405 10.1531 2.37503L9.72449 2.79488C9.77566 2.84713 9.82388 2.90119 9.86916 2.95685L10.3346 2.57823ZM11.1966 2.14344C11.0835 1.98684 10.9576 1.83698 10.8189 1.6954L10.3903 2.11524C10.5079 2.2353 10.6145 2.3622 10.7101 2.49464L11.1966 2.14344ZM10.8189 1.69535L9.98667 0.845789L9.55805 1.26565L10.3902 2.11521L10.8189 1.69535ZM9.98666 0.845785C8.49018 -0.681928 6.06124 -0.681928 4.56476 0.845784L4.99338 1.26564C6.25459 -0.0218819 8.29683 -0.0218814 9.55804 1.26565L9.98666 0.845785ZM4.56475 0.84579L0.819827 4.66884L1.24845 5.0887L4.99338 1.26565L4.56475 0.84579ZM0.819819 4.66885C-0.673269 6.1931 -0.673273 8.66187 0.819807 10.1861L1.24843 9.76628C-0.0161474 8.47529 -0.016144 6.37969 1.24844 5.08871L0.819819 4.66885ZM0.819841 10.1862L1.65203 11.0357L2.08064 10.6158L1.24846 9.7663L0.819841 10.1862ZM1.65205 11.0357C3.14854 12.5634 5.57739 12.5634 7.07393 11.0357L6.64532 10.6158C5.38405 11.9034 3.34188 11.9034 2.08067 10.6159L1.65205 11.0357ZM7.07395 11.0357L9.50324 8.55574L9.07462 8.13588L6.64533 10.6158L7.07395 11.0357ZM6.40817 10.356L8.82373 7.89011L8.39511 7.47025L5.97955 9.93618L6.40817 10.356ZM2.31784 10.3561C3.44659 11.5084 5.27938 11.5084 6.40817 10.356L5.97955 9.93618C5.08603 10.8483 3.63993 10.8483 2.74646 9.93621L2.31784 10.3561ZM1.48561 9.50651L2.31778 10.356L2.7464 9.93615L1.91422 9.08664L1.48561 9.50651ZM1.48559 5.3485C0.360176 6.49739 0.360173 8.35759 1.48559 9.50648L1.91421 9.08662C1.0173 8.171 1.0173 6.68399 1.91421 5.76837L1.48559 5.3485ZM5.23053 1.52545L1.4856 5.3485L1.91422 5.76836L5.65915 1.94531L5.23053 1.52545ZM9.32089 1.52544C8.19208 0.373095 6.35934 0.373096 5.23053 1.52544L5.65915 1.9453C6.55268 1.03314 7.99874 1.03314 8.89227 1.9453L9.32089 1.52544ZM5.65915 1.94531C5.65915 1.94531 5.65915 1.94531 5.65915 1.9453L5.23053 1.52544C5.23053 1.52544 5.23053 1.52544 5.23053 1.52545L5.65915 1.94531ZM1.91421 5.76837C1.91421 5.76837 1.91422 5.76836 1.91422 5.76836L1.4856 5.3485C1.4856 5.3485 1.48559 5.3485 1.48559 5.3485L1.91421 5.76837ZM1.91422 9.08664C1.91422 9.08663 1.91421 9.08663 1.91421 9.08662L1.48559 9.50648C1.48559 9.50649 1.4856 9.5065 1.48561 9.50651L1.91422 9.08664ZM2.74646 9.93621C2.74644 9.93619 2.74642 9.93617 2.7464 9.93615L2.31778 10.356C2.3178 10.356 2.31782 10.356 2.31784 10.3561L2.74646 9.93621ZM5.97955 9.93618C5.97955 9.93618 5.97955 9.93618 5.97955 9.93618L6.40817 10.356C6.40817 10.356 6.40817 10.356 6.40817 10.356L5.97955 9.93618ZM9.50324 7.47025C9.1991 7.15977 8.69924 7.15977 8.39511 7.47025L8.82373 7.89011C8.89259 7.81981 9.00576 7.81981 9.07462 7.89011L9.50324 7.47025ZM9.50324 8.55574C9.79862 8.25419 9.79862 7.77179 9.50324 7.47025L9.07462 7.89011C9.1415 7.95838 9.1415 8.0676 9.07462 8.13588L9.50324 8.55574ZM7.07393 11.0357C7.07394 11.0357 7.07395 11.0357 7.07395 11.0357L6.64533 10.6158C6.64533 10.6158 6.64532 10.6158 6.64532 10.6158L7.07393 11.0357ZM1.65203 11.0357C1.65203 11.0357 1.65204 11.0357 1.65205 11.0357L2.08067 10.6159C2.08066 10.6158 2.08065 10.6158 2.08064 10.6158L1.65203 11.0357ZM0.819807 10.1861C0.819819 10.1861 0.81983 10.1862 0.819841 10.1862L1.24846 9.7663C1.24845 9.76629 1.24844 9.76628 1.24843 9.76628L0.819807 10.1861ZM0.819827 4.66884C0.819824 4.66884 0.819822 4.66885 0.819819 4.66885L1.24844 5.08871C1.24844 5.08871 1.24845 5.08871 1.24845 5.0887L0.819827 4.66884ZM4.56476 0.845784C4.56476 0.845786 4.56476 0.845788 4.56475 0.84579L4.99338 1.26565C4.99338 1.26565 4.99338 1.26565 4.99338 1.26564L4.56476 0.845784ZM9.98667 0.845789C9.98667 0.845788 9.98666 0.845787 9.98666 0.845785L9.55804 1.26565C9.55804 1.26565 9.55804 1.26565 9.55805 1.26565L9.98667 0.845789ZM10.8189 1.6954C10.8189 1.69538 10.8189 1.69536 10.8189 1.69535L10.3902 2.11521C10.3902 2.11522 10.3903 2.11523 10.3903 2.11524L10.8189 1.6954ZM11.1146 3.06246C11.3462 2.82606 11.411 2.44051 11.1966 2.14344L10.7101 2.49464C10.7332 2.52669 10.7385 2.58902 10.686 2.64258L11.1146 3.06246ZM9.86916 2.95685C10.1487 3.30046 10.7367 3.44829 11.1146 3.06246L10.686 2.64258C10.652 2.67732 10.6006 2.69693 10.531 2.68804C10.4586 2.67877 10.3842 2.63918 10.3346 2.57823L9.86916 2.95685ZM9.3209 1.52545C9.32089 1.52544 9.32089 1.52544 9.32089 1.52544L8.89227 1.9453C8.89227 1.9453 8.89227 1.94531 8.89228 1.94531L9.3209 1.52545ZM9.72448 2.79488C9.72448 2.79488 9.72448 2.79488 9.72449 2.79488L10.1531 2.37503C10.1531 2.37503 10.1531 2.37502 10.1531 2.37502L9.72448 2.79488Z" transform="translate(9.95154 16.0478)" fill="white" mask="url(#path-2-outside-1)"/><mask id="path-4-outside-2" maskUnits="userSpaceOnUse" x="-1" y="-1" width="13" height="14" fill="black"><rect fill="white" x="-1" y="-1" width="13" height="14"/><path fill-rule="evenodd" clip-rule="evenodd" d="M9.10658 1.73537C9.10658 1.73537 9.10658 1.73538 9.10659 1.73538L9.93879 2.58495C9.9388 2.58495 9.9388 2.58495 9.9388 2.58496C9.99645 2.64381 10.0508 2.70475 10.1019 2.76754C10.3002 3.0113 10.6804 3.07698 10.9003 2.85252C11.0424 2.70754 11.0721 2.4836 10.9533 2.31904C10.849 2.17452 10.7327 2.03614 10.6046 1.90532C10.6046 1.9053 10.6046 1.90529 10.6045 1.90528L9.77236 1.05572C9.77236 1.05572 9.77235 1.05572 9.77235 1.05572C8.39351 -0.351905 6.15792 -0.351905 4.77907 1.05571C4.77907 1.05572 4.77907 1.05572 4.77906 1.05572L1.03414 4.87877C1.03413 4.87878 1.03413 4.87878 1.03413 4.87878C-0.344706 6.2864 -0.34471 8.56858 1.03412 9.9762C1.03413 9.97621 1.03414 9.97622 1.03415 9.97623L1.86633 10.8258C1.86634 10.8258 1.86635 10.8258 1.86636 10.8258C3.24521 12.2334 5.48072 12.2334 6.85962 10.8258C6.85963 10.8258 6.85964 10.8258 6.85964 10.8258L9.28893 8.34581C9.47006 8.1609 9.47006 7.86509 9.28893 7.68018C9.10243 7.48979 8.79591 7.48979 8.60942 7.68018L6.19386 10.1461C6.19386 10.1461 6.19386 10.1461 6.19386 10.1461C5.1827 11.1784 3.54326 11.1784 2.53215 10.1461C2.53213 10.1461 2.53211 10.1461 2.53209 10.1461L1.69991 9.29657C1.69991 9.29657 1.6999 9.29656 1.6999 9.29655C0.688737 8.2643 0.688739 6.59069 1.6999 5.55844C1.6999 5.55843 1.69991 5.55843 1.69991 5.55843L5.44484 1.73538C5.44484 1.73538 5.44484 1.73537 5.44484 1.73537C6.45601 0.703119 8.09541 0.703118 9.10658 1.73537Z"/></mask><path fill-rule="evenodd" clip-rule="evenodd" d="M9.10658 1.73537C9.10658 1.73537 9.10658 1.73538 9.10659 1.73538L9.93879 2.58495C9.9388 2.58495 9.9388 2.58495 9.9388 2.58496C9.99645 2.64381 10.0508 2.70475 10.1019 2.76754C10.3002 3.0113 10.6804 3.07698 10.9003 2.85252C11.0424 2.70754 11.0721 2.4836 10.9533 2.31904C10.849 2.17452 10.7327 2.03614 10.6046 1.90532C10.6046 1.9053 10.6046 1.90529 10.6045 1.90528L9.77236 1.05572C9.77236 1.05572 9.77235 1.05572 9.77235 1.05572C8.39351 -0.351905 6.15792 -0.351905 4.77907 1.05571C4.77907 1.05572 4.77907 1.05572 4.77906 1.05572L1.03414 4.87877C1.03413 4.87878 1.03413 4.87878 1.03413 4.87878C-0.344706 6.2864 -0.34471 8.56858 1.03412 9.9762C1.03413 9.97621 1.03414 9.97622 1.03415 9.97623L1.86633 10.8258C1.86634 10.8258 1.86635 10.8258 1.86636 10.8258C3.24521 12.2334 5.48072 12.2334 6.85962 10.8258C6.85963 10.8258 6.85964 10.8258 6.85964 10.8258L9.28893 8.34581C9.47006 8.1609 9.47006 7.86509 9.28893 7.68018C9.10243 7.48979 8.79591 7.48979 8.60942 7.68018L6.19386 10.1461C6.19386 10.1461 6.19386 10.1461 6.19386 10.1461C5.1827 11.1784 3.54326 11.1784 2.53215 10.1461C2.53213 10.1461 2.53211 10.1461 2.53209 10.1461L1.69991 9.29657C1.69991 9.29657 1.6999 9.29656 1.6999 9.29655C0.688737 8.2643 0.688739 6.59069 1.6999 5.55844C1.6999 5.55843 1.69991 5.55843 1.69991 5.55843L5.44484 1.73538C5.44484 1.73538 5.44484 1.73537 5.44484 1.73537C6.45601 0.703119 8.09541 0.703118 9.10658 1.73537Z" transform="translate(28.9286 22.8312) rotate(-180)" fill="white"/><path d="M5.44484 1.73538L5.23053 1.52545L5.44484 1.73538ZM5.44484 1.73537L5.23053 1.52544L5.44484 1.73537ZM1.6999 5.55844L1.48559 5.3485L1.6999 5.55844ZM1.69991 5.55843L1.91422 5.76836L1.69991 5.55843ZM1.69991 9.29657L1.91422 9.08664L1.69991 9.29657ZM1.6999 9.29655L1.91421 9.08662L1.6999 9.29655ZM2.53215 10.1461L2.31784 10.3561L2.53215 10.1461ZM2.53209 10.1461L2.31778 10.356L2.53209 10.1461ZM6.19386 10.1461L5.97955 9.93618L6.19386 10.1461ZM6.19386 10.1461L6.40817 10.356L6.19386 10.1461ZM8.60942 7.68018L8.82373 7.89011L8.60942 7.68018ZM9.28893 8.34581L9.07462 8.13588L9.28893 8.34581ZM6.85962 10.8258L6.64532 10.6158L6.85962 10.8258ZM6.85964 10.8258L7.07395 11.0357L6.85964 10.8258ZM1.86633 10.8258L2.08064 10.6158L1.86633 10.8258ZM1.86636 10.8258L2.08067 10.6159L1.86636 10.8258ZM1.03412 9.9762L1.24843 9.76628L1.03412 9.9762ZM1.03415 9.97623L0.819841 10.1862L1.03415 9.97623ZM1.03414 4.87877L0.819827 4.66884L1.03414 4.87877ZM1.03413 4.87878L1.24844 5.08871L1.03413 4.87878ZM4.77907 1.05571L4.99338 1.26564L4.77907 1.05571ZM4.77906 1.05572L4.99338 1.26565L4.77906 1.05572ZM9.77236 1.05572L9.55805 1.26565L9.77236 1.05572ZM9.77235 1.05572L9.98666 0.845785L9.77235 1.05572ZM10.6046 1.90532L10.8189 1.6954L10.6046 1.90532ZM10.6045 1.90528L10.8189 1.69535L10.6045 1.90528ZM10.9533 2.31904L10.7101 2.49464L10.9533 2.31904ZM10.1019 2.76754L9.86916 2.95685L10.1019 2.76754ZM9.10659 1.73538L9.3209 1.52545L9.10659 1.73538ZM9.10658 1.73537L8.89227 1.9453L9.10658 1.73537ZM9.93879 2.58495L10.1531 2.37502L9.93879 2.58495ZM9.9388 2.58496L10.1531 2.37503L9.9388 2.58496ZM10.1531 2.37502L9.3209 1.52545L8.89228 1.94531L9.72448 2.79488L10.1531 2.37502ZM10.3346 2.57823C10.2777 2.50832 10.2172 2.4405 10.1531 2.37503L9.72449 2.79488C9.77566 2.84713 9.82388 2.90119 9.86916 2.95685L10.3346 2.57823ZM11.1966 2.14344C11.0835 1.98684 10.9576 1.83698 10.8189 1.6954L10.3903 2.11524C10.5079 2.2353 10.6145 2.3622 10.7101 2.49464L11.1966 2.14344ZM10.8189 1.69535L9.98667 0.845789L9.55805 1.26565L10.3902 2.11521L10.8189 1.69535ZM9.98666 0.845785C8.49018 -0.681928 6.06124 -0.681928 4.56476 0.845784L4.99338 1.26564C6.25459 -0.0218819 8.29683 -0.0218814 9.55804 1.26565L9.98666 0.845785ZM4.56475 0.84579L0.819827 4.66884L1.24845 5.0887L4.99338 1.26565L4.56475 0.84579ZM0.819819 4.66885C-0.673269 6.1931 -0.673273 8.66187 0.819807 10.1861L1.24843 9.76628C-0.0161474 8.47529 -0.016144 6.37969 1.24844 5.08871L0.819819 4.66885ZM0.819841 10.1862L1.65203 11.0357L2.08064 10.6158L1.24846 9.7663L0.819841 10.1862ZM1.65205 11.0357C3.14854 12.5634 5.57739 12.5634 7.07393 11.0357L6.64532 10.6158C5.38405 11.9034 3.34188 11.9034 2.08067 10.6159L1.65205 11.0357ZM7.07395 11.0357L9.50324 8.55574L9.07462 8.13588L6.64533 10.6158L7.07395 11.0357ZM6.40817 10.356L8.82373 7.89011L8.39511 7.47025L5.97955 9.93618L6.40817 10.356ZM2.31784 10.3561C3.44659 11.5084 5.27938 11.5084 6.40817 10.356L5.97955 9.93618C5.08603 10.8483 3.63993 10.8483 2.74646 9.93621L2.31784 10.3561ZM1.48561 9.50651L2.31778 10.356L2.7464 9.93615L1.91422 9.08664L1.48561 9.50651ZM1.48559 5.3485C0.360176 6.49739 0.360173 8.35759 1.48559 9.50648L1.91421 9.08662C1.0173 8.171 1.0173 6.68399 1.91421 5.76837L1.48559 5.3485ZM5.23053 1.52545L1.4856 5.3485L1.91422 5.76836L5.65915 1.94531L5.23053 1.52545ZM9.32089 1.52544C8.19208 0.373095 6.35934 0.373096 5.23053 1.52544L5.65915 1.9453C6.55268 1.03314 7.99874 1.03314 8.89227 1.9453L9.32089 1.52544ZM5.65915 1.94531C5.65915 1.94531 5.65915 1.94531 5.65915 1.9453L5.23053 1.52544C5.23053 1.52544 5.23053 1.52544 5.23053 1.52545L5.65915 1.94531ZM1.91421 5.76837C1.91421 5.76837 1.91422 5.76836 1.91422 5.76836L1.4856 5.3485C1.4856 5.3485 1.48559 5.3485 1.48559 5.3485L1.91421 5.76837ZM1.91422 9.08664C1.91422 9.08663 1.91421 9.08663 1.91421 9.08662L1.48559 9.50648C1.48559 9.50649 1.4856 9.5065 1.48561 9.50651L1.91422 9.08664ZM2.74646 9.93621C2.74644 9.93619 2.74642 9.93617 2.7464 9.93615L2.31778 10.356C2.3178 10.356 2.31782 10.356 2.31784 10.3561L2.74646 9.93621ZM5.97955 9.93618C5.97955 9.93618 5.97955 9.93618 5.97955 9.93618L6.40817 10.356C6.40817 10.356 6.40817 10.356 6.40817 10.356L5.97955 9.93618ZM9.50324 7.47025C9.1991 7.15977 8.69924 7.15977 8.39511 7.47025L8.82373 7.89011C8.89259 7.81981 9.00576 7.81981 9.07462 7.89011L9.50324 7.47025ZM9.50324 8.55574C9.79862 8.25419 9.79862 7.77179 9.50324 7.47025L9.07462 7.89011C9.1415 7.95838 9.1415 8.0676 9.07462 8.13588L9.50324 8.55574ZM7.07393 11.0357C7.07394 11.0357 7.07395 11.0357 7.07395 11.0357L6.64533 10.6158C6.64533 10.6158 6.64532 10.6158 6.64532 10.6158L7.07393 11.0357ZM1.65203 11.0357C1.65203 11.0357 1.65204 11.0357 1.65205 11.0357L2.08067 10.6159C2.08066 10.6158 2.08065 10.6158 2.08064 10.6158L1.65203 11.0357ZM0.819807 10.1861C0.819819 10.1861 0.81983 10.1862 0.819841 10.1862L1.24846 9.7663C1.24845 9.76629 1.24844 9.76628 1.24843 9.76628L0.819807 10.1861ZM0.819827 4.66884C0.819824 4.66884 0.819822 4.66885 0.819819 4.66885L1.24844 5.08871C1.24844 5.08871 1.24845 5.08871 1.24845 5.0887L0.819827 4.66884ZM4.56476 0.845784C4.56476 0.845786 4.56476 0.845788 4.56475 0.84579L4.99338 1.26565C4.99338 1.26565 4.99338 1.26565 4.99338 1.26564L4.56476 0.845784ZM9.98667 0.845789C9.98667 0.845788 9.98666 0.845787 9.98666 0.845785L9.55804 1.26565C9.55804 1.26565 9.55804 1.26565 9.55805 1.26565L9.98667 0.845789ZM10.8189 1.6954C10.8189 1.69538 10.8189 1.69536 10.8189 1.69535L10.3902 2.11521C10.3902 2.11522 10.3903 2.11523 10.3903 2.11524L10.8189 1.6954ZM11.1146 3.06246C11.3462 2.82606 11.411 2.44051 11.1966 2.14344L10.7101 2.49464C10.7332 2.52669 10.7385 2.58902 10.686 2.64258L11.1146 3.06246ZM9.86916 2.95685C10.1487 3.30046 10.7367 3.44829 11.1146 3.06246L10.686 2.64258C10.652 2.67732 10.6006 2.69693 10.531 2.68804C10.4586 2.67877 10.3842 2.63918 10.3346 2.57823L9.86916 2.95685ZM9.3209 1.52545C9.32089 1.52544 9.32089 1.52544 9.32089 1.52544L8.89227 1.9453C8.89227 1.9453 8.89227 1.94531 8.89228 1.94531L9.3209 1.52545ZM9.72448 2.79488C9.72448 2.79488 9.72448 2.79488 9.72449 2.79488L10.1531 2.37503C10.1531 2.37503 10.1531 2.37502 10.1531 2.37502L9.72448 2.79488Z" transform="translate(28.9286 22.8312) rotate(-180)" fill="white" mask="url(#path-4-outside-2)"/>', i += "</svg>", i += "</a>", i += '<div class="chaty-widget-i-title">', i += "<p>Link</p>", i += "</div>", i += "</div>"),
91
  "viber" == t && (i += '<div class="chaty-widget-i chaty-main-widget '+a.is_mobile+' '+a.is_desktop+' " data-title="' + a.value + '">', i += '<a rel="noopener" href="viber://chat?number=' + a.value+ '">', i += '<svg class="ico_d" width="39" height="39" viewBox="0 0 39 39" fill="none" xmlns="http://www.w3.org/2000/svg">', i += '<circle class="color-element" cx="19.5" cy="19.5" r="19.5" fill="#665CAC"/>', i += '<path d="M17.6837 2.14833C17.16 1.64578 15.0497 0.0389578 10.3496 0.0158143C10.3496 0.0158143 4.80418 -0.334645 2.10085 2.26405C0.596193 3.84111 0.0662511 6.14886 0.0126261 9.01205C-0.0441534 11.8752 -0.116705 17.2346 4.8168 18.6894H4.81995L4.8168 20.9078C4.8168 20.9078 4.78525 21.8071 5.3499 21.989C6.03125 22.2105 6.43186 21.5294 7.08482 20.7921C7.44127 20.3888 7.93651 19.7936 8.30874 19.3407C11.6808 19.6382 14.2769 18.9572 14.5702 18.858C15.2516 18.6265 19.1063 18.1075 19.7309 12.7481C20.3775 7.22338 19.4154 3.7254 17.6837 2.14833ZM18.2546 12.3513C17.7247 16.828 14.5986 17.1123 14.0245 17.3041C13.7785 17.3867 11.501 17.9818 8.63679 17.7835C8.63679 17.7835 6.50126 20.4813 5.83567 21.1856C5.73158 21.2947 5.60856 21.341 5.52654 21.3178C5.41298 21.2881 5.38144 21.1459 5.38144 20.9376C5.38459 20.64 5.40037 17.2512 5.40037 17.2512C5.39721 17.2512 5.39721 17.2512 5.40037 17.2512C1.23023 16.0378 1.47312 11.4719 1.52044 9.08148C1.56775 6.69108 1.99675 4.73379 3.26798 3.41792C5.55493 1.24904 10.2645 1.57305 10.2645 1.57305C14.2422 1.59288 16.1475 2.84594 16.5891 3.26583C18.0527 4.58501 18.8003 7.73585 18.2546 12.3513Z" transform="translate(9.47299 8.4238)" fill="white"/> <path d="M1.58982 1.72254C1.53935 0.628182 1.00941 0.0562059 0 1.00898e-07" transform="translate(20.166 15.5914)" stroke="white" stroke-width="0.518873" stroke-linecap="round" stroke-linejoin="round"/> <path d="M3.35945 3.69636C3.38153 2.67804 3.09448 1.82834 2.49514 1.14395C1.8958 0.459565 1.06619 0.0793496 1.9253e-07 2.01796e-07" transform="translate(19.7592 14.0966)" stroke="white" stroke-width="0.518873" stroke-linecap="round" stroke-linejoin="round"/> <path d="M5.22371 5.71646C5.21109 3.94763 4.70639 2.55902 3.71275 1.5407C2.71911 0.525689 1.47942 0.00991877 -3.8506e-07 1.00898e-07" transform="translate(19.2931 12.6479)" stroke="white" stroke-width="0.518873" stroke-linecap="round" stroke-linejoin="round"/> <path d="M6.35738 8.04532C6.35738 8.04532 6.73276 8.07838 6.93149 7.81719L7.32263 7.30142C7.5119 7.04353 7.96929 6.88153 8.41722 7.14272C8.66641 7.2915 9.11434 7.57914 9.39193 7.79405C9.68844 8.02218 10.2972 8.55448 10.2972 8.55448C10.5875 8.80906 10.6537 9.18597 10.4581 9.58271C10.4581 9.58602 10.455 9.58933 10.455 9.58933C10.2531 9.96293 9.9818 10.3167 9.63797 10.644C9.63482 10.6473 9.63482 10.6473 9.63167 10.6506C9.35092 10.8953 9.07333 11.0375 8.80205 11.0705C8.77051 11.0771 8.7295 11.0804 8.68219 11.0771C8.56232 11.0771 8.44561 11.0606 8.32889 11.0209L8.31943 11.0077C7.89989 10.8854 7.20277 10.5746 6.03879 9.90342C5.28173 9.467 4.654 9.02066 4.12406 8.57762C3.84331 8.34619 3.55626 8.08169 3.2629 7.77752C3.25344 7.7676 3.24398 7.75768 3.23451 7.74776C3.22505 7.73784 3.21559 7.72792 3.20612 7.718C3.19666 7.70808 3.1872 7.69817 3.17773 7.68825C3.16827 7.67833 3.15881 7.66841 3.14934 7.65849C2.85914 7.35101 2.60678 7.05015 2.38597 6.75589C1.96328 6.20045 1.53744 5.5392 1.12105 4.74902C0.480708 3.52902 0.184194 2.79834 0.0674803 2.35862L0.0548623 2.3487C0.0170094 2.22637 -0.00191702 2.10404 0.0012374 1.9784C-0.00191702 1.92881 0.0012373 1.88583 0.00754613 1.85276C0.0390903 1.56843 0.17473 1.27748 0.408157 0.983227C0.411312 0.979921 0.411311 0.979921 0.414466 0.976615C0.726753 0.616237 1.06112 0.331902 1.42072 0.120304C1.42388 0.120304 1.42703 0.116997 1.42703 0.116997C1.80556 -0.0879887 2.16517 -0.0185578 2.40806 0.285615C2.41121 0.288921 2.91592 0.923716 3.13357 1.2345C3.33861 1.52875 3.6162 1.99493 3.75499 2.25612C4.00419 2.72561 3.84962 3.20501 3.60358 3.40338L3.11149 3.81335C2.86229 4.02495 2.89384 4.41509 2.89384 4.41509C2.89384 4.41509 3.62566 7.31464 6.35738 8.04532Z" transform="translate(13.863 13.0014)" fill="white"/>', i += "</svg>", i += "</a>", i += '<div class="chaty-widget-i-title">', i += "<p>Viber</p>", i += "</div>", i += "</div>"),
92
  "vkontakte" == t && (i += '<div class="chaty-widget-i chaty-main-widget '+a.is_mobile+' '+a.is_desktop+' " data-title="' + a.value + '">', i += '<a rel="noopener" href="https://vk.me/' + a.value + ' "target="'+currentTarget+ '" data-mobile-target="'+mobileTarget+'" data-desktop-target="'+desktopTarget+'" >', i += '<svg class="ico_d" width="39" height="39" viewBox="0 0 39 39" fill="none" xmlns="http://www.w3.org/2000/svg">', i += '<circle class="color-element" cx="19.5" cy="19.5" r="19.5" fill="#5076AA"/>', i += '<path d="M11.0953 12.4775H12.5097C12.5097 12.4775 12.934 12.4774 13.0755 12.1971C13.2169 12.0569 13.2169 11.6363 13.2169 11.6363C13.2169 11.6363 13.2169 9.81373 14.0656 9.53334C14.9142 9.25294 15.9043 11.2157 17.0359 12.0569C17.8845 12.6176 18.5917 12.4775 18.5917 12.4775H21.562C21.562 12.4775 23.1178 12.3373 22.4106 11.2157C22.4106 11.0755 21.9863 10.2343 20.1476 8.69216C18.3088 7.0098 18.4503 7.29019 20.8548 4.20588C22.2692 2.38333 22.835 1.26176 22.6935 0.700978C22.5521 0.28039 21.562 0.42059 21.562 0.42059H18.1674C18.1674 0.42059 17.8845 0.420588 17.7431 0.560784C17.6016 0.70098 17.4602 0.981371 17.4602 0.981371C17.4602 0.981371 16.8944 2.38333 16.1872 3.6451C14.6313 6.16863 14.0656 6.30882 13.7827 6.16863C13.2169 5.74804 13.3584 4.62647 13.3584 3.92549C13.3584 1.40196 13.7827 0.420589 12.6512 0.140197C12.2268 1.06543e-06 11.944 -2.13922e-06 11.0953 -2.13922e-06C9.82233 -2.13922e-06 8.83224 -1.06543e-06 8.26647 0.280391C7.84215 0.420587 7.55927 0.841177 7.70071 0.841177C7.9836 0.841177 8.40792 0.98137 8.6908 1.40196C8.97368 1.82255 8.97368 2.94412 8.97368 2.94412C8.97368 2.94412 9.11513 5.88824 8.54936 6.16863C8.12503 6.44902 7.41783 5.88824 6.14485 3.6451C5.43764 2.52353 4.87188 1.12157 4.87188 1.12157C4.87188 1.12157 4.73044 0.841174 4.589 0.700978C4.30611 0.560782 4.02323 0.560784 4.02323 0.560784H0.770071C0.770071 0.560784 0.345746 0.560785 0.0628629 0.841177C-0.0785787 0.981374 0.0628629 1.40196 0.0628629 1.40196C0.0628629 1.40196 2.60881 7.2902 5.43764 10.2343C8.12503 12.7578 11.0953 12.4775 11.0953 12.4775Z" transform="translate(6.78613 14.4898)" fill="white"/>', i += "</svg>", i += "</a>", i += '<div class="chaty-widget-i-title">', i += "<p>Vkontakte</p>", i += "</div>", i += "</div>"),
93
  "waze" == t && (i += '<div class="chaty-widget-i chaty-main-widget '+a.is_mobile+' '+a.is_desktop+' " data-title="' + a.value + ' "target="'+currentTarget+ '" data-mobile-target="'+mobileTarget+'" data-desktop-target="'+desktopTarget+'" >', i += '<a rel="noopener" href="' + a.value + ' "target="'+currentTarget+ '" data-mobile-target="'+mobileTarget+'" data-desktop-target="'+desktopTarget+'" >', i += '<svg class="ico_d" width="39" height="39" viewBox="0 0 39 39" fill="none" xmlns="http://www.w3.org/2000/svg">', i += '<circle class="color-element" cx="19.5" cy="19.5" r="19.5" fill="#6ECCEF"/>', i += '<path d="M11.6549 16.6733C16.5911 16.6733 20.5675 12.9218 20.5675 8.33667C20.5675 3.7515 16.5911 0 11.6549 0C6.7187 0 2.74233 3.7515 2.74233 8.33667C2.74233 8.33667 3.42791 12.505 0 12.505C0 15.9786 6.17024 16.6733 11.6549 16.6733Z" transform="translate(9.15631 9.71375)" fill="#6ECCEF" class="color-element"/> <path d="M12.3405 18.0628C3.97637 18.0628 0 16.5344 0 13.1997C0 12.7829 0.274233 12.505 0.685582 12.505C1.37116 12.505 1.91963 12.3661 2.19386 11.9492C3.01656 10.9766 2.74233 9.17034 2.74233 9.17034C2.74233 4.02939 6.99293 0 12.3405 0C17.688 0 21.9386 4.02939 21.9386 9.0314C21.9386 14.0334 17.688 18.0628 12.3405 18.0628ZM1.50828 13.7555C2.19386 15.5618 5.896 16.6733 12.3405 16.6733C16.8653 16.6733 20.5675 13.1997 20.5675 9.0314C20.5675 4.86306 16.8653 1.38945 12.3405 1.38945C7.81563 1.38945 4.11349 4.86306 4.11349 9.0314C4.11349 9.0314 4.52484 11.3935 3.29079 12.7829C2.74233 13.3387 2.19386 13.6166 1.50828 13.7555Z" transform="translate(8.46936 9.01862)" fill="white"/> <path d="M2.74233 5.55778C4.25687 5.55778 5.48465 4.31363 5.48465 2.77889C5.48465 1.24415 4.25687 0 2.74233 0C1.22778 0 0 1.24415 0 2.77889C0 4.31363 1.22778 5.55778 2.74233 5.55778Z" transform="translate(20.8105 24.3027)" fill="white"/> <path d="M2.74233 5.55778C4.25687 5.55778 5.48465 4.31363 5.48465 2.77889C5.48465 1.24415 4.25687 0 2.74233 0C1.22778 0 0 1.24415 0 2.77889C0 4.31363 1.22778 5.55778 2.74233 5.55778Z" transform="translate(12.5836 24.3025)" fill="white"/> <path d="M0.685582 1.38945C0.274233 1.38945 0 1.11156 0 0.694723C0 0.277889 0.274233 0 0.685582 0C1.09693 0 1.37116 0.277889 1.37116 0.694723C1.37116 1.11156 1.09693 1.38945 0.685582 1.38945Z" transform="translate(17.3835 15.2717)" fill="white"/> <path d="M0.685582 1.38945C0.274233 1.38945 0 1.11156 0 0.694723C0 0.277889 0.274233 0 0.685582 0C1.09693 0 1.37116 0.277889 1.37116 0.694723C1.37116 1.11156 1.09693 1.38945 0.685582 1.38945Z" transform="translate(22.8668 15.2717)" fill="white"/> <path d="M4.14916 4.20448C2.22953 4.20448 0.447017 2.81503 0.035668 0.869809C-0.101448 0.452975 0.172786 0.175088 0.584135 0.0361436C0.995484 -0.102801 1.26972 0.17509 1.40683 0.591924C1.68106 1.84242 2.77799 2.81503 4.14916 2.81503C5.52032 2.81503 6.61725 1.84242 6.89148 0.591924C7.0286 0.17509 7.30283 0.0361436 7.71418 0.0361436C8.12553 0.175088 8.26265 0.452975 8.26265 0.869809C7.8513 2.81503 6.06879 4.20448 4.14916 4.20448Z" transform="translate(16.662 18.7092)" fill="white"/>', i += "</svg>", i += "</a>", i += '<div class="chaty-widget-i-title">', i += "<p>Waze</p>", i += "</div>", i += "</div>"),
94
+ "whatsapp" == t && (i += '<div class="chaty-widget-i chaty-main-widget '+a.is_mobile+' '+a.is_desktop+' " data-title="' + a.value + '">', i += '<a target="'+currentTarget+ '" data-mobile-target="'+mobileTarget+'" data-desktop-target="'+desktopTarget+'" rel="noopener" href="https://api.whatsapp.com/send?phone=' + a.value + '" >', i += '<svg class="ico_d" width="39" height="39" viewBox="0 0 39 39" fill="none" xmlns="http://www.w3.org/2000/svg">', i += '<circle class="color-element" cx="19.5" cy="19.5" r="19.5" fill="#49E670"/>', i += '<path d="M12.9821 10.1115C12.7029 10.7767 11.5862 11.442 10.7486 11.575C10.1902 11.7081 9.35269 11.8411 6.84003 10.7767C3.48981 9.44628 1.39593 6.25317 1.25634 6.12012C1.11674 5.85403 2.13001e-06 4.39053 2.13001e-06 2.92702C2.13001e-06 1.46351 0.83755 0.665231 1.11673 0.399139C1.39592 0.133046 1.8147 1.01506e-06 2.23348 1.01506e-06C2.37307 1.01506e-06 2.51267 1.01506e-06 2.65226 1.01506e-06C2.93144 1.01506e-06 3.21063 -2.02219e-06 3.35022 0.532183C3.62941 1.19741 4.32736 2.66092 4.32736 2.79397C4.46696 2.92702 4.46696 3.19311 4.32736 3.32616C4.18777 3.59225 4.18777 3.59224 3.90858 3.85834C3.76899 3.99138 3.6294 4.12443 3.48981 4.39052C3.35022 4.52357 3.21063 4.78966 3.35022 5.05576C3.48981 5.32185 4.18777 6.38622 5.16491 7.18449C6.42125 8.24886 7.39839 8.51496 7.81717 8.78105C8.09636 8.91409 8.37554 8.9141 8.65472 8.648C8.93391 8.38191 9.21309 7.98277 9.49228 7.58363C9.77146 7.31754 10.0507 7.1845 10.3298 7.31754C10.609 7.45059 12.2841 8.11582 12.5633 8.38191C12.8425 8.51496 13.1217 8.648 13.1217 8.78105C13.1217 8.78105 13.1217 9.44628 12.9821 10.1115Z" transform="translate(12.9597 12.9597)" fill="#FAFAFA"/> <path d="M0.196998 23.295L0.131434 23.4862L0.323216 23.4223L5.52771 21.6875C7.4273 22.8471 9.47325 23.4274 11.6637 23.4274C18.134 23.4274 23.4274 18.134 23.4274 11.6637C23.4274 5.19344 18.134 -0.1 11.6637 -0.1C5.19344 -0.1 -0.1 5.19344 -0.1 11.6637C-0.1 13.9996 0.624492 16.3352 1.93021 18.2398L0.196998 23.295ZM5.87658 19.8847L5.84025 19.8665L5.80154 19.8788L2.78138 20.8398L3.73978 17.9646L3.75932 17.906L3.71562 17.8623L3.43104 17.5777C2.27704 15.8437 1.55796 13.8245 1.55796 11.6637C1.55796 6.03288 6.03288 1.55796 11.6637 1.55796C17.2945 1.55796 21.7695 6.03288 21.7695 11.6637C21.7695 17.2945 17.2945 21.7695 11.6637 21.7695C9.64222 21.7695 7.76778 21.1921 6.18227 20.039L6.17557 20.0342L6.16817 20.0305L5.87658 19.8847Z" transform="translate(7.7758 7.77582)" fill="white" stroke="white" stroke-width="0.2"/', i += "</svg>", i += "</a>", i += '<div class="chaty-widget-i-title">', i += "<p>Whatsapp</p>", i += "</div>", i += "</div>"),
95
  "line" == t && (i += '<div class="chaty-widget-i chaty-main-widget '+a.is_mobile+' '+a.is_desktop+' " data-title="' + a.value + ' "target="'+currentTarget+ '" data-mobile-target="'+mobileTarget+'" data-desktop-target="'+desktopTarget+'" >', i += '<a rel="noopener" href="' + a.value + ' "target="'+currentTarget+ '" data-mobile-target="'+mobileTarget+'" data-desktop-target="'+desktopTarget+'" >', i += '<svg class="ico_d" width="39" height="39" viewBox="0 0 39 39" fill="none" xmlns="http://www.w3.org/2000/svg">', i += '<circle class="color-element" cx="19.5" cy="19.5" r="19.5" fill="#38B900"></circle>', i += '<path d="M24 9.36561C24 4.19474 18.6178 0 12 0C5.38215 0 0 4.19474 0 9.36561C0 13.9825 4.25629 17.8606 10.0229 18.5993C10.4073 18.6785 10.9565 18.8368 11.0664 19.1797C11.1762 19.4699 11.1487 19.9184 11.0938 20.235C11.0938 20.235 10.9565 21.0528 10.9291 21.2111C10.8741 21.5013 10.6819 22.3456 11.9725 21.8443C13.2632 21.3167 18.8924 17.9398 21.3913 15.1433C23.1487 13.2702 24 11.4234 24 9.36561Z" transform="translate(7 10)" fill="white"></path> <path d="M1.0984 0H0.24714C0.10984 0 -2.09503e-07 0.105528 -2.09503e-07 0.211056V5.22364C-2.09503e-07 5.35555 0.10984 5.43469 0.24714 5.43469H1.0984C1.2357 5.43469 1.34554 5.32917 1.34554 5.22364V0.211056C1.34554 0.105528 1.2357 0 1.0984 0Z" transform="translate(15.4577 16.8593)" fill="#38B900" class="color-element"></path> <path d="M4.66819 0H3.81693C3.67963 0 3.56979 0.105528 3.56979 0.211056V3.19222L1.18078 0.0791458C1.18078 0.0791458 1.18078 0.0527642 1.15332 0.0527642C1.15332 0.0527642 1.15332 0.0527641 1.12586 0.0263821C1.12586 0.0263821 1.12586 0.0263821 1.0984 0.0263821H0.247139C0.10984 0.0263821 4.19006e-07 0.13191 4.19006e-07 0.237438V5.25002C4.19006e-07 5.38193 0.10984 5.46108 0.247139 5.46108H1.0984C1.2357 5.46108 1.34554 5.35555 1.34554 5.25002V2.26885L3.73455 5.38193C3.76201 5.40831 3.76201 5.43469 3.78947 5.43469C3.78947 5.43469 3.78947 5.43469 3.81693 5.43469C3.81693 5.43469 3.81693 5.43469 3.84439 5.43469C3.87185 5.43469 3.87185 5.43469 3.89931 5.43469H4.75057C4.88787 5.43469 4.99771 5.32917 4.99771 5.22364V0.211056C4.91533 0.105528 4.80549 0 4.66819 0Z" transform="translate(17.6819 16.8593)" fill="#38B900" class="color-element"></path> <path d="M3.62471 4.22112H1.34554V0.237438C1.34554 0.105528 1.2357 0 1.0984 0H0.24714C0.10984 0 -5.23757e-08 0.105528 -5.23757e-08 0.237438V5.25002C-5.23757e-08 5.30278 0.0274599 5.35555 0.0549198 5.40831C0.10984 5.43469 0.16476 5.46108 0.21968 5.46108H3.56979C3.70709 5.46108 3.78947 5.35555 3.78947 5.22364V4.4058C3.87185 4.32665 3.76201 4.22112 3.62471 4.22112Z" transform="translate(10.8993 16.8593)" fill="#38B900" class="color-element"></path> <path d="M3.56979 1.29272C3.70709 1.29272 3.78947 1.18719 3.78947 1.05528V0.237438C3.78947 0.105528 3.67963 -1.00639e-07 3.56979 -1.00639e-07H0.219679C0.164759 -1.00639e-07 0.10984 0.0263821 0.0549199 0.0527641C0.02746 0.105528 -2.09503e-07 0.158292 -2.09503e-07 0.211056V5.22364C-2.09503e-07 5.2764 0.02746 5.32917 0.0549199 5.38193C0.10984 5.40831 0.164759 5.43469 0.219679 5.43469H3.56979C3.70709 5.43469 3.78947 5.32917 3.78947 5.19726V4.37941C3.78947 4.2475 3.67963 4.14198 3.56979 4.14198H1.29062V3.29775H3.56979C3.70709 3.29775 3.78947 3.19222 3.78947 3.06031V2.24247C3.78947 2.11056 3.67963 2.00503 3.56979 2.00503H1.29062V1.16081H3.56979V1.29272Z" transform="translate(23.421 16.8329)" fill="#38B900" class="color-element"></path>', i += "</svg>", i += "</a>", i += '<div class="chaty-widget-i-title">', i += "<p>Line</p>", i += "</div>", i += "</div>"),
96
  "wechat" == t && (i += '<div class="chaty-widget-i chaty-main-widget '+a.is_mobile+' '+a.is_desktop+' " data-title="' + a.value + ' "target="'+currentTarget+ '" data-mobile-target="'+mobileTarget+'" data-desktop-target="'+desktopTarget+'" >', i += '<svg class="ico_d" width="39" height="39" viewBox="0 0 39 39" fill="none" xmlns="http://www.w3.org/2000/svg">', i += '<circle class="color-element" cx="19.5" cy="19.5" r="19.5" fill="#45DC00"></circle>', i += '<path d="M17.3707 6.90938C15.0508 7.03077 13.0281 7.71242 11.3888 9.26248C9.73039 10.8312 8.97307 12.7455 9.18397 15.1172C8.27327 15.0052 7.44884 14.8838 6.61482 14.8184C6.32723 14.7904 5.99171 14.8278 5.74246 14.9585C4.93721 15.4067 4.16071 15.9016 3.24042 16.4619C3.41298 15.7242 3.51843 15.0705 3.71015 14.4449C3.85395 13.9874 3.78685 13.7353 3.35546 13.4364C0.584998 11.5222 -0.594125 8.65553 0.287821 5.69547C1.10266 2.95952 3.09663 1.30674 5.80957 0.447674C9.50991 -0.728879 13.68 0.475687 15.9232 3.33303C16.738 4.36952 17.2365 5.53673 17.3707 6.90938ZM6.69152 5.98494C6.71069 5.44336 6.23137 4.95779 5.65619 4.93912C5.07142 4.92044 4.5921 5.35932 4.57293 5.91958C4.55375 6.48918 5.00431 6.94673 5.58908 6.95607C6.18344 6.97474 6.67234 6.53587 6.69152 5.98494ZM12.2612 4.93912C11.686 4.94846 11.2067 5.42468 11.2163 5.96627C11.2259 6.52653 11.7052 6.9654 12.29 6.9654C12.8843 6.95607 13.3253 6.51719 13.3253 5.93825C13.3157 5.37799 12.846 4.92978 12.2612 4.93912Z" transform="translate(7 9)" fill="white"></path><path d="M12.48 13.2605C11.7418 12.943 11.0708 12.4668 10.3518 12.3921C9.63283 12.3174 8.88509 12.7189 8.13735 12.7936C5.8558 13.0177 3.8139 12.4014 2.13629 10.8887C-1.06556 8.00334 -0.605416 3.57726 3.09492 1.21482C6.38305 -0.886168 11.2146 -0.185839 13.5345 2.72753C15.5572 5.26739 15.3175 8.64764 12.8538 10.786C12.1349 11.4023 11.876 11.9158 12.3362 12.7282C12.4225 12.8776 12.432 13.0737 12.48 13.2605ZM4.11108 5.3701C4.58081 5.3701 4.96426 5.01527 4.98344 4.56706C5.00261 4.09084 4.60957 3.68932 4.12066 3.68932C3.63176 3.68932 3.22913 4.09084 3.2483 4.55772C3.26748 5.00593 3.65093 5.3701 4.11108 5.3701ZM9.5082 3.68932C9.05764 3.68932 8.6646 4.04415 8.64543 4.49236C8.62626 4.96858 9.00971 5.36077 9.48903 5.36077C9.95876 5.36077 10.3326 5.01527 10.3422 4.55772C10.371 4.09084 9.98752 3.68932 9.5082 3.68932Z" transform="translate(17.1057 16.7395)" fill="white"></path>', i += "</svg>", i += '<div class="chaty-widget-i-title">', i += "<p>WeChat: " + e.object_settings.social.wechat + "</p>", i += "</div>", 1 === Object.keys(e.object_settings.social).length && (i += '<div class="snap-wee-title">', i += "<p>WeChat: " + a.value + "</p>", i += "</div>"), i += "</div>")
97
  }), i
302
  }
303
  }
304
  }
305
+ });
306
+
307
+ if(chaty_settings.object_settings.save_user_clicks == "1") {
308
+ jQuery(document).on("click", ".chaty-main-widget", function () {
309
+ jQuery.ajax({
310
+ type: 'POST',
311
+ url: chaty_settings.object_settings.ajax_url,
312
+ data: {
313
+ action: 'chaty_update_counter'
314
+ },
315
+ success: function (bool) {
316
+
317
+ },
318
+ error: function (xhr, status, error) {
319
+
320
+ }
321
+ });
322
+ });
323
+ }
324
  })
325
  }(jQuery)
326
  }, 12: function (t, e) {
assets/js/cht-scripts.min.js CHANGED
@@ -321,8 +321,29 @@
321
  d()
322
  }), e(document).on("change", ".js-widget-i", function (t) {
323
  l = t.target.classList.contains("js-upload") ? e(".file-preview-image").last().parent().html() : e("i[data-type=" + t.target.dataset.type + "]").html(), d()
324
- }), "chat-image" !== e(".js-widget-i:checked").attr("data-type") && (l = e("i[data-type=" + e(".js-widget-i:checked").attr("data-type") + "]").html(), d())
325
- })
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
326
  }(jQuery);
327
  function toggle_chaty_setting(socId) {
328
  jQuery("#chaty-social-"+socId).find(".chaty-advance-settings").toggle();
@@ -377,7 +398,11 @@ jQuery(document).ready(function(){
377
  });
378
  function check_for_preview_pos() {
379
  if(jQuery("#custom-rules").length && jQuery("#admin-preview").length) {
380
- topPos = jQuery("#custom-rules").offset().top - jQuery(window).scrollTop() - 485;
 
 
 
 
381
  if (topPos < 0) {
382
  topPos = Math.abs(topPos);
383
  jQuery("#admin-preview").css("margin-top", ((-1)*topPos)+"px");
321
  d()
322
  }), e(document).on("change", ".js-widget-i", function (t) {
323
  l = t.target.classList.contains("js-upload") ? e(".file-preview-image").last().parent().html() : e("i[data-type=" + t.target.dataset.type + "]").html(), d()
324
+ }), "chat-image" !== e(".js-widget-i:checked").attr("data-type") && (l = e("i[data-type=" + e(".js-widget-i:checked").attr("data-type") + "]").html(), d());
325
+
326
+
327
+ /*font family Privew*/
328
+ jQuery('.form-fonts').on( 'change', function() {
329
+ var font_val = jQuery(this).val();
330
+ jQuery('.chaty-google-font').remove();
331
+ if (font_val != "") {
332
+ jQuery('head').append('<link href="https://fonts.googleapis.com/css?family=' + font_val + ':400,600,700" rel="stylesheet" type="text/css" class="chaty-google-font">');
333
+ jQuery('.preview-section-chaty #admin-preview .page-body').css('font-family', font_val);
334
+ } else {
335
+ jQuery('.preview-section-chaty #admin-preview .page-body').attr("style","");
336
+ }
337
+ });
338
+ });
339
+ jQuery(window).load(function(){
340
+ var font_val = jQuery('.form-fonts').val();
341
+ jQuery('.chaty-google-font').remove();
342
+ if (font_val != "") {
343
+ jQuery('head').append('<link href="https://fonts.googleapis.com/css?family=' + font_val + ':400,600,700" rel="stylesheet" type="text/css" class="chaty-google-font">');
344
+ jQuery('.preview-section-chaty #admin-preview .page-body').css('font-family', font_val);
345
+ }
346
+ });
347
  }(jQuery);
348
  function toggle_chaty_setting(socId) {
349
  jQuery("#chaty-social-"+socId).find(".chaty-advance-settings").toggle();
398
  });
399
  function check_for_preview_pos() {
400
  if(jQuery("#custom-rules").length && jQuery("#admin-preview").length) {
401
+ if(jQuery("body").hasClass("has-premio-box")) {
402
+ topPos = jQuery("#custom-rules").offset().top - jQuery(window).scrollTop() - 625;
403
+ } else {
404
+ topPos = jQuery("#custom-rules").offset().top - jQuery(window).scrollTop() - 485;
405
+ }
406
  if (topPos < 0) {
407
  topPos = Math.abs(topPos);
408
  jQuery("#admin-preview").css("margin-top", ((-1)*topPos)+"px");
cht-icons.php CHANGED
@@ -5,7 +5,7 @@
5
  Description: Chat with your website visitors via their favorite channels. Show a chat icon on the bottom of your site and communicate with your customers.
6
  Author: Premio
7
  Author URI: https://premio.io/downloads/chaty/
8
- Version: 2.2.5
9
  License: GPL2
10
  */
11
 
@@ -23,7 +23,7 @@ define('CHT_INC', CHT_DIR . '/includes');
23
  define('CHT_PRO_URL', admin_url("admin.php?page=chaty-app-upgrade"));
24
  define('CHT_PLUGIN_URL', plugins_url() . "/chaty/");
25
  define('CHT_PLUGIN_BASE', plugin_basename(CHT_FILE));
26
- define('CHT_VERSION', "2.2.5");
27
 
28
  if (!function_exists('wp_doing_ajax')) {
29
  function wp_doing_ajax()
@@ -79,12 +79,30 @@ if(!function_exists("cht_clear_all_caches")) {
79
  LiteSpeed_Cache_API::purge_all();
80
  }
81
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
82
  } catch (Exception $e) {
83
  return 1;
84
  }
85
  }
86
  }
87
 
 
 
 
 
88
  require_once CHT_INC . '/class-cht-icons.php';
89
  require_once CHT_FRONT_INC . '/class-frontend.php';
90
 
5
  Description: Chat with your website visitors via their favorite channels. Show a chat icon on the bottom of your site and communicate with your customers.
6
  Author: Premio
7
  Author URI: https://premio.io/downloads/chaty/
8
+ Version: 2.2.6
9
  License: GPL2
10
  */
11
 
23
  define('CHT_PRO_URL', admin_url("admin.php?page=chaty-app-upgrade"));
24
  define('CHT_PLUGIN_URL', plugins_url() . "/chaty/");
25
  define('CHT_PLUGIN_BASE', plugin_basename(CHT_FILE));
26
+ define('CHT_VERSION', "2.2.6");
27
 
28
  if (!function_exists('wp_doing_ajax')) {
29
  function wp_doing_ajax()
79
  LiteSpeed_Cache_API::purge_all();
80
  }
81
 
82
+
83
+ if (class_exists( '\Hummingbird\Core\Utils' ) ) {
84
+ $modules = \Hummingbird\Core\Utils::get_active_cache_modules();
85
+ foreach ( $modules as $module => $name ) {
86
+ $mod = \Hummingbird\Core\Utils::get_module( $module );
87
+ if ( $mod->is_active() ) {
88
+ if ( 'minify' === $module ) {
89
+ $mod->clear_files();
90
+ } else {
91
+ $mod->clear_cache();
92
+ }
93
+ }
94
+ }
95
+ }
96
  } catch (Exception $e) {
97
  return 1;
98
  }
99
  }
100
  }
101
 
102
+ if(is_admin()) {
103
+ require_once CHT_INC . '/class-review-box.php';
104
+ }
105
+
106
  require_once CHT_INC . '/class-cht-icons.php';
107
  require_once CHT_FRONT_INC . '/class-frontend.php';
108
 
frontend/class-frontend.php CHANGED
@@ -28,8 +28,24 @@ class CHT_Frontend extends CHT_Admin_Base
28
 
29
  add_action('wp_ajax_chaty_check_for_mobile', array($this, 'chaty_check_for_mobile')); // initialize widget in footer
30
  add_action('wp_ajax_nopriv_chaty_check_for_mobile', array($this, 'chaty_check_for_mobile'));
 
 
 
31
  }
32
 
 
 
 
 
 
 
 
 
 
 
 
 
 
33
 
34
  public function chaty_check_for_mobile() {
35
  if(wp_is_mobile()) {
@@ -222,6 +238,24 @@ class CHT_Frontend extends CHT_Admin_Base
222
  </label>
223
  </div>
224
  </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
225
  <?php } ?>
226
  <div class="chaty-pro-feature">
227
  <a target="_blank" href="<?php echo esc_url($this->getUpgradeMenuItemUrl());?>">
28
 
29
  add_action('wp_ajax_chaty_check_for_mobile', array($this, 'chaty_check_for_mobile')); // initialize widget in footer
30
  add_action('wp_ajax_nopriv_chaty_check_for_mobile', array($this, 'chaty_check_for_mobile'));
31
+
32
+ add_action('wp_ajax_nopriv_chaty_update_counter', array($this, 'chaty_update_counter'));
33
+ add_action('wp_ajax_chaty_update_counter', array($this, 'chaty_update_counter'));
34
  }
35
 
36
+ public function chaty_update_counter() {
37
+ $current_count = get_option("chaty_total_channel_click");
38
+ if($current_count === false || empty($current_count)) {
39
+ $current_count = 1;
40
+ add_option("chaty_total_channel_click", $current_count);
41
+ } else {
42
+ $current_count = intval($current_count);
43
+ $current_count++;
44
+ update_option("chaty_total_channel_click", $current_count);
45
+ }
46
+ echo "true";
47
+ die;
48
+ }
49
 
50
  public function chaty_check_for_mobile() {
51
  if(wp_is_mobile()) {
238
  </label>
239
  </div>
240
  </div>
241
+ <?php } else if($item['slug'] == "Linkedin") {
242
+ $is_checked = "personal";
243
+ ?>
244
+ <!-- Advance setting for Custom Link -->
245
+ <div class="clear clearfix"></div>
246
+ <div class="chaty-setting-col">
247
+ <label >LinkedIn</label>
248
+ <div>
249
+ <label>
250
+ <input type="radio" <?php checked($is_checked, "personal") ?> name="cht_social_<?php echo esc_attr($item['slug']); ?>[link_type]" value="personal">
251
+ Personal
252
+ </label>
253
+ <label>
254
+ <input type="radio" <?php checked($is_checked, "company") ?> name="cht_social_<?php echo esc_attr($item['slug']); ?>[link_type]" value="company">
255
+ Company
256
+ </label>
257
+ </div>
258
+ </div>
259
  <?php } ?>
260
  <div class="chaty-pro-feature">
261
  <a target="_blank" href="<?php echo esc_url($this->getUpgradeMenuItemUrl());?>">
includes/class-review-box.php ADDED
@@ -0,0 +1,208 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ class Chaty_free_review_box {
3
+
4
+ public $plugin_name = "Chaty";
5
+
6
+ public $plugin_slug = "chaty";
7
+
8
+ public function __construct() {
9
+
10
+ add_action("wp_ajax_".$this->plugin_slug."_review_box", array($this, "affiliate_program"));
11
+
12
+ add_action('admin_notices', array($this, 'admin_notices'));
13
+ }
14
+
15
+ public function affiliate_program() {
16
+ $nonce = filter_input(INPUT_POST, 'nonce', FILTER_SANITIZE_STRING);
17
+ $days = filter_input(INPUT_POST, 'days', FILTER_SANITIZE_STRING);
18
+ if(!empty($nonce) && wp_verify_nonce($nonce, $this->plugin_slug."_review_box")) {
19
+ if($days == -1) {
20
+ add_option($this->plugin_slug."_hide_review_box", "1");
21
+ } else {
22
+ $date = date("Y-m-d", strtotime("+".$days." days"));
23
+ update_option($this->plugin_slug."_show_review_box_after", $date);
24
+ }
25
+ }
26
+ die;
27
+ }
28
+
29
+ public function admin_notices() {
30
+ $is_hidden = get_option($this->plugin_slug."_hide_review_box");
31
+ if($is_hidden !== false) {
32
+ return;
33
+ }
34
+ $current_count = get_option("chaty_total_channel_click");
35
+ if($current_count === false || $current_count < 35) {
36
+ return;
37
+ }
38
+ $date_to_show = get_option($this->plugin_slug."_show_review_box_after");
39
+ if($date_to_show !== false) {
40
+ $current_date = date("Y-m-d");
41
+ if($current_date < $date_to_show) {
42
+ return;
43
+ }
44
+ }
45
+ ?>
46
+ <style>
47
+ .<?php echo $this->plugin_slug ?>-premio-review-box p a {
48
+ display: inline-block;
49
+ float: right;
50
+ text-decoration: none;
51
+ color: #999999;
52
+ position: absolute;
53
+ right: 12px;
54
+ top: 12px;
55
+ }
56
+ .<?php echo $this->plugin_slug ?>-premio-review-box p a:hover, .<?php echo $this->plugin_slug ?>-premio-review-box p a:focus {
57
+ color: #333333;
58
+ }
59
+ .<?php echo $this->plugin_slug ?>-premio-review-box .button span {
60
+ display: inline-block;
61
+ line-height: 27px;
62
+ font-size: 16px;
63
+ }
64
+ .<?php echo $this->plugin_slug ?>-review-box-popup {
65
+ position: fixed;
66
+ width: 100%;
67
+ height: 100%;
68
+ z-index: 10001;
69
+ background: rgba(0,0,0,0.65);
70
+ top: 0;
71
+ left: 0;
72
+ display: none;
73
+ }
74
+ .<?php echo $this->plugin_slug ?>-review-box-popup-content {
75
+ background: #ffffff;
76
+ padding: 20px;
77
+ position: absolute;
78
+ max-width: 450px;
79
+ width: 100%;
80
+ margin: 0 auto;
81
+ top: 45%;
82
+ left: 0;
83
+ right: 0;
84
+ -webkit-border-radius: 5px;
85
+ -moz-border-radius: 5px;
86
+ border-radius: 5px;: ;
87
+ }
88
+ .<?php echo $this->plugin_slug ?>-review-box-title {
89
+ padding: 0 0 10px 0;
90
+ font-weight: bold;
91
+ }
92
+ .<?php echo $this->plugin_slug ?>-review-box-options a {
93
+ display: block;
94
+ margin: 5px 0 5px 0;
95
+ color: #333;
96
+ text-decoration: none;
97
+ }
98
+ .<?php echo $this->plugin_slug ?>-review-box-options a.dismiss {
99
+ color: #999;
100
+ }
101
+ .<?php echo $this->plugin_slug ?>-review-box-options a:hover, .affiliate-options a:focus {
102
+ color: #0073aa;
103
+ }
104
+ button.<?php echo $this->plugin_slug ?>-close-review-box-popup {
105
+ position: absolute;
106
+ top: 5px;
107
+ right: 0;
108
+ border: none;
109
+ background: transparent;
110
+ cursor: pointer;
111
+ }
112
+ a.button.button-primary.<?php echo $this->plugin_slug ?>-review-box-btn {
113
+ font-size: 14px;
114
+ background: #F51366;
115
+ color: #fff;
116
+ border: solid 1px #F51366;
117
+ border-radius: 3px;
118
+ line-height: 24px;
119
+ -webkit-box-shadow: 0 3px 5px -3px #333333;
120
+ -moz-box-shadow: 0 3px 5px -3px #333333;
121
+ box-shadow: 0 3px 5px -3px #333333;
122
+ text-shadow: none;
123
+ }
124
+ .notice.notice-info.chaty-notice {
125
+ display: block !important;
126
+ position: relative;
127
+ padding: 1px 30px 1px 12px;
128
+ }
129
+ .notice.notice-info.chaty-notice ul li {
130
+ margin: 0;
131
+ }
132
+ .notice.notice-info.chaty-notice ul li a {
133
+ color: #0073aa;
134
+ font-size: 14px;
135
+ text-decoration: underline;
136
+ }
137
+ .<?php echo $this->plugin_slug ?>-premio-review-box p {
138
+ display: inline-block;
139
+ line-height: 30px;
140
+ vertical-align: middle;
141
+ padding: 0 10px 0 0;
142
+ }
143
+ .<?php echo $this->plugin_slug ?>-premio-review-box p img {
144
+ width: 30px;
145
+ height: 30px;
146
+ display: inline-block;
147
+ margin: 0 10px;
148
+ vertical-align: middle;
149
+ border-radius: 15px;
150
+ }
151
+ </style>
152
+ <div class="notice notice-info chaty-notice <?php echo $this->plugin_slug ?>-premio-review-box <?php echo $this->plugin_slug ?>-premio-review-box">
153
+ <p>
154
+ Hi there, it seems like <b><?php echo $this->plugin_name ?></b> is bringing you some value, and that's pretty awesome! Can you please show us some love and rate <?php echo $this->plugin_name ?> on WordPress? It'll only take 2 minutes of your time, and will really help us spread the word
155
+ - <b>Gal Dubinski</b>, Co-founder <img width="30px" src="<?php echo esc_url(CHT_PLUGIN_URL."assets/images/premio-owner.png") ?>" />
156
+ <a href="javascript:;" class="dismiss-btn <?php echo $this->plugin_slug ?>-premio-review-dismiss-btn"><span class="dashicons dashicons-no-alt"></span></a>
157
+ </p>
158
+ <div class="clear clearfix"></div>
159
+ <ul>
160
+ <li><a class="<?php echo $this->plugin_slug ?>-premio-review-box-hide-btn" href="https://wordpress.org/support/plugin/chaty/reviews/?filter=5" target="_blank">I'd love to help :)</a></li>
161
+ <li><a class="<?php echo $this->plugin_slug ?>-premio-review-box-future-btn" href="javascript:;">Not this time</a></li>
162
+ <li><a class="<?php echo $this->plugin_slug ?>-premio-review-box-hide-btn" href="javascript:;">I've already rated you</a></li>
163
+ </ul>
164
+ </div>
165
+ <div class="<?php echo $this->plugin_slug ?>-review-box-popup">
166
+ <div class="<?php echo $this->plugin_slug ?>-review-box-popup-content">
167
+ <button class="<?php echo $this->plugin_slug ?>-close-review-box-popup"><span class="dashicons dashicons-no-alt"></span></button>
168
+ <div class="<?php echo $this->plugin_slug ?>-review-box-title">Would you like us to remind you about this later?</div>
169
+ <div class="<?php echo $this->plugin_slug ?>-review-box-options">
170
+ <a href="javascript:;" data-days="3">Remind me in 3 days</a>
171
+ <a href="javascript:;" data-days="10">Remind me in 10 days</a>
172
+ <a href="javascript:;" data-days="-1" class="dismiss">Don't remind me about this</a>
173
+ </div>
174
+ </div>
175
+ </div>
176
+ <script>
177
+ jQuery(document).ready(function(){
178
+ jQuery("body").addClass("has-premio-box");
179
+ jQuery(document).on("click", ".<?php echo $this->plugin_slug ?>-premio-review-dismiss-btn, .<?php echo $this->plugin_slug ?>-premio-review-box-future-btn", function(){
180
+ jQuery(".<?php echo $this->plugin_slug ?>-review-box-popup").show();
181
+ });
182
+ jQuery(document).on("click", ".<?php echo $this->plugin_slug ?>-close-review-box-popup", function(){
183
+ jQuery(".<?php echo $this->plugin_slug ?>-review-box-popup").hide();
184
+ });
185
+ jQuery(document).on("click",".<?php echo $this->plugin_slug ?>-premio-review-box-hide-btn",function(){
186
+ jQuery(".<?php echo $this->plugin_slug ?>-review-box-options a:last").trigger("click");
187
+ });
188
+ jQuery(document).on("click", ".<?php echo $this->plugin_slug ?>-review-box-options a", function(){
189
+ var dataDays = jQuery(this).attr("data-days");
190
+ jQuery(".<?php echo $this->plugin_slug ?>-review-box-popup").remove();
191
+ jQuery(".<?php echo $this->plugin_slug ?>-premio-review-box").remove();
192
+ jQuery("body").removeClass("has-premio-box");
193
+ jQuery.ajax({
194
+ url: "<?php echo admin_url("admin-ajax.php") ?>",
195
+ data: "action=<?php echo esc_attr($this->plugin_slug) ?>_review_box&days="+dataDays+"&nonce=<?php echo esc_attr(wp_create_nonce($this->plugin_slug."_review_box")) ?>",
196
+ type: "post",
197
+ success: function() {
198
+ jQuery(".<?php echo $this->plugin_slug ?>-review-box-popup").remove();
199
+ jQuery(".<?php echo $this->plugin_slug ?>-premio-review-box").remove();
200
+ }
201
+ });
202
+ });
203
+ });
204
+ </script>
205
+ <?php
206
+ }
207
+ }
208
+ $Chaty_free_review_box = new Chaty_free_review_box();
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: galdub, tomeraharon, premio
3
  Tags: whatsapp, facebook messenger, click to chat, chat, chat button, call now button, messenger, whatsapp button, chat icon, messenger chat icon, contact button, click to call
4
  Requires at least: 3.1
5
  Tested up to: 5.2
6
- Stable tag: 2.2.5
7
  Plugin URI: https://premio.io/downloads/chaty/
8
 
9
  Let your visitors contact you via Facebook Messenger, Whatsapp, Telegram, Viber, Email, Phone call, SMS and more with customizable chat & call buttons
@@ -58,6 +58,7 @@ Launch a Poptin popup
58
  6. New feature: now you can show different channels for mobile and desktop. E.g. On mobile you can display a call now button, Viber button, and a Telegram button, and on desktop you can display a WhatsApp button and a Facebook Messenger chat button.
59
  7. New feature: change the channel icons order using drag and drop interface.
60
  8. New feature: we've added 3 brand new buttons - Instagram, Twitter, LinkedIn, and an option to add 2 custom buttons.
 
61
 
62
  = What do you get in the Pro plan? =
63
  Unlock the Pro features for only $25/year
@@ -178,6 +179,9 @@ Yes! You can even decide what chat buttons will show up on each device (desktop/
178
 
179
  == Changelog ==
180
 
 
 
 
181
  = 2.2.5 =
182
  Chaty is now compatible with Google Lighthouse
183
 
3
  Tags: whatsapp, facebook messenger, click to chat, chat, chat button, call now button, messenger, whatsapp button, chat icon, messenger chat icon, contact button, click to call
4
  Requires at least: 3.1
5
  Tested up to: 5.2
6
+ Stable tag: 2.2.6
7
  Plugin URI: https://premio.io/downloads/chaty/
8
 
9
  Let your visitors contact you via Facebook Messenger, Whatsapp, Telegram, Viber, Email, Phone call, SMS and more with customizable chat & call buttons
58
  6. New feature: now you can show different channels for mobile and desktop. E.g. On mobile you can display a call now button, Viber button, and a Telegram button, and on desktop you can display a WhatsApp button and a Facebook Messenger chat button.
59
  7. New feature: change the channel icons order using drag and drop interface.
60
  8. New feature: we've added 3 brand new buttons - Instagram, Twitter, LinkedIn, and an option to add 2 custom buttons.
61
+ 9. New feature: change the font of your chat widget's call-to-action message and the other tooltips.
62
 
63
  = What do you get in the Pro plan? =
64
  Unlock the Pro features for only $25/year
179
 
180
  == Changelog ==
181
 
182
+ = 2.2.6 =
183
+ Choose the font for your chat widget's call-to-action message and the icons' tooltip. Also added Hummingbird cache support and a link to Chaty's knowledge base
184
+
185
  = 2.2.5 =
186
  Chaty is now compatible with Google Lighthouse
187
 
views/parts/section1.php CHANGED
@@ -172,7 +172,7 @@
172
  $value = get_option('cht_social_' . $social['slug']);
173
  $slug = strtolower($this->del_space($social['slug']));
174
  ?>
175
- <div class="icon icon-sm
176
  <?php foreach ($social_app as $key_soc): ?>
177
  <?php if ($key_soc == $social['slug']) { ?>
178
  active
@@ -370,6 +370,24 @@
370
  </label>
371
  </div>
372
  </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
373
  <?php } ?>
374
  <div class="chaty-pro-feature">
375
  <a target="_blank" href="<?php echo esc_url($this->getUpgradeMenuItemUrl()); ?>">
172
  $value = get_option('cht_social_' . $social['slug']);
173
  $slug = strtolower($this->del_space($social['slug']));
174
  ?>
175
+ <div class="icon icon-sm <?php echo esc_attr($channel_class) ?>
176
  <?php foreach ($social_app as $key_soc): ?>
177
  <?php if ($key_soc == $social['slug']) { ?>
178
  active
370
  </label>
371
  </div>
372
  </div>
373
+ <?php } else if($social['slug'] == "Linkedin") {
374
+ $is_checked = "personal";
375
+ ?>
376
+ <!-- Advance setting for Custom Link -->
377
+ <div class="clear clearfix"></div>
378
+ <div class="chaty-setting-col">
379
+ <label >LinkedIn</label>
380
+ <div>
381
+ <label>
382
+ <input type="radio" <?php checked($is_checked, "personal") ?> name="cht_social_<?php echo esc_attr($social['slug']); ?>[link_type]" value="personal">
383
+ Personal
384
+ </label>
385
+ <label>
386
+ <input type="radio" <?php checked($is_checked, "company") ?> name="cht_social_<?php echo esc_attr($social['slug']); ?>[link_type]" value="company">
387
+ Company
388
+ </label>
389
+ </div>
390
+ </div>
391
  <?php } ?>
392
  <div class="chaty-pro-feature">
393
  <a target="_blank" href="<?php echo esc_url($this->getUpgradeMenuItemUrl()); ?>">
views/parts/section2.php CHANGED
@@ -409,6 +409,28 @@
409
  </div>
410
  </div>
411
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
412
  <div class="form-horizontal__item">
413
  <label class="form-horizontal__item-label">Widget size:</label>
414
  <div>
409
  </div>
410
  </div>
411
 
412
+ <div class="form-horizontal__item">
413
+ <label class="form-horizontal__item-label">Font Family:</label>
414
+ <div>
415
+ <?php
416
+ $font = get_option('cht_widget_font');
417
+ $font = empty($font)?"":$font;
418
+ ?>
419
+ <select name="cht_widget_font" class="form-fonts">
420
+ <option value="">Select font family</option>
421
+ <?php $group = '';
422
+ foreach ($fonts as $key => $value):
423
+ if ($value != $group) {
424
+ echo '<optgroup label="' . $value . '">';
425
+ $group = $value;
426
+ }
427
+ ?>
428
+ <option value="<?php echo $key; ?>" <?php selected($font, $key); ?>><?php echo $key; ?></option>
429
+ <?php endforeach; ?>
430
+ </select>
431
+ </div>
432
+ </div>
433
+
434
  <div class="form-horizontal__item">
435
  <label class="form-horizontal__item-label">Widget size:</label>
436
  <div>
views/upgrade.php CHANGED
@@ -33,8 +33,9 @@
33
  <div class="rpt_feature rpt_feature_0-5"><a href="javascript:void(0)" class="rpt_tooltip"><span class="intool"><b></b>Automatically track clicks on each of your channels on your Google Analytics account</span>Google Analytics<span class="rpt_tooltip_plus" style="color:#5500ff !important;"> +</span></a></div>
34
  <div class="rpt_feature rpt_feature_0-6"><a href="javascript:void(0)" class="rpt_tooltip"><span class="intool"><b></b>Show/don't show the widget on specific pages</span>Page targeting<span class="rpt_tooltip_plus" style="color:#5500ff !important;"> +</span></a></div>
35
  <div class="rpt_feature rpt_feature_0-8"><a href="javascript:void(0)" class="rpt_tooltip"><span class="intool"><b></b>Create different widgets for different pages. Show different icons based on page targeting rules</span>Multiple widgets<span class="rpt_tooltip_plus" style="color:#5500ff !important;"> +</span></a></div>
36
- <div class="rpt_feature rpt_feature_0-7"><a href="javascript:void(0)" class="rpt_tooltip"><span class="intool"><b></b>QR code for WeChat, customizable WhatsApp message, customizable email subject, and remove the credit link</span>And more<span class="rpt_tooltip_plus" style="color:#5500ff !important;"> +</span></a></div>
37
  <div class="rpt_feature rpt_feature_0-8"><a href="javascript:void(0)" class="rpt_tooltip">No "Get Chaty" credit</a></div>
 
 
38
  <?php $pro_url = "https://go.premio.io/?edd_action=add_to_cart&download_id=185&edd_options[price_id]=" ?>
39
  <div class="rpt_feature rpt_feature_0-9">
40
  <select data-key="0" class="multiple-options">
@@ -76,8 +77,8 @@
76
  <div class="rpt_feature rpt_feature_0-5"><a href="javascript:void(0)" class="rpt_tooltip"><span class="intool"><b></b>Automatically track clicks on each of your channels on your Google Analytics account</span>Google Analytics<span class="rpt_tooltip_plus" style="color:#5500ff !important;"> +</span></a></div>
77
  <div class="rpt_feature rpt_feature_0-6"><a href="javascript:void(0)" class="rpt_tooltip"><span class="intool"><b></b>Show/don't show the widget on specific pages</span>Page targeting<span class="rpt_tooltip_plus" style="color:#5500ff !important;"> +</span></a></div>
78
  <div class="rpt_feature rpt_feature_0-8"><a href="javascript:void(0)" class="rpt_tooltip"><span class="intool"><b></b>Create different widgets for different pages. Show different icons based on page targeting rules</span>Multiple widgets<span class="rpt_tooltip_plus" style="color:#5500ff !important;"> +</span></a></div>
79
- <div class="rpt_feature rpt_feature_0-7"><a href="javascript:void(0)" class="rpt_tooltip"><span class="intool"><b></b>QR code for WeChat, customizable WhatsApp message, customizable email subject, and remove the credit link</span>And more<span class="rpt_tooltip_plus" style="color:#5500ff !important;"> +</span></a></div>
80
  <div class="rpt_feature rpt_feature_0-8"><a href="javascript:void(0)" class="rpt_tooltip">No "Get Chaty" credit</a></div>
 
81
  <div class="rpt_feature rpt_feature_0-9">
82
  <select data-key="0" class="multiple-options">
83
  <option data-header="Renewals for 25% off" data-price="49" value="<?php echo esc_url($pro_url."2") ?>">
@@ -120,8 +121,8 @@
120
  <div class="rpt_feature rpt_feature_0-5"><a href="javascript:void(0)" class="rpt_tooltip"><span class="intool"><b></b>Automatically track clicks on each of your channels on your Google Analytics account</span>Google Analytics<span class="rpt_tooltip_plus" style="color:#5500ff !important;"> +</span></a></div>
121
  <div class="rpt_feature rpt_feature_0-6"><a href="javascript:void(0)" class="rpt_tooltip"><span class="intool"><b></b>Show/don't show the widget on specific pages</span>Page targeting<span class="rpt_tooltip_plus" style="color:#5500ff !important;"> +</span></a></div>
122
  <div class="rpt_feature rpt_feature_0-8"><a href="javascript:void(0)" class="rpt_tooltip"><span class="intool"><b></b>Create different widgets for different pages. Show different icons based on page targeting rules</span>Multiple widgets<span class="rpt_tooltip_plus" style="color:#5500ff !important;"> +</span></a></div>
123
- <div class="rpt_feature rpt_feature_0-7"><a href="javascript:void(0)" class="rpt_tooltip"><span class="intool"><b></b>QR code for WeChat, customizable WhatsApp message, customizable email subject, and remove the credit link</span>And more<span class="rpt_tooltip_plus" style="color:#5500ff !important;"> +</span></a></div>
124
  <div class="rpt_feature rpt_feature_0-8"><a href="javascript:void(0)" class="rpt_tooltip">No "Get Chaty" credit</a></div>
 
125
  <div class="rpt_feature rpt_feature_0-9">
126
  <select data-key="0" class="multiple-options">
127
  <option data-header="Renewals for 25% off" data-price="99" value="<?php echo esc_url($pro_url."3") ?>">
33
  <div class="rpt_feature rpt_feature_0-5"><a href="javascript:void(0)" class="rpt_tooltip"><span class="intool"><b></b>Automatically track clicks on each of your channels on your Google Analytics account</span>Google Analytics<span class="rpt_tooltip_plus" style="color:#5500ff !important;"> +</span></a></div>
34
  <div class="rpt_feature rpt_feature_0-6"><a href="javascript:void(0)" class="rpt_tooltip"><span class="intool"><b></b>Show/don't show the widget on specific pages</span>Page targeting<span class="rpt_tooltip_plus" style="color:#5500ff !important;"> +</span></a></div>
35
  <div class="rpt_feature rpt_feature_0-8"><a href="javascript:void(0)" class="rpt_tooltip"><span class="intool"><b></b>Create different widgets for different pages. Show different icons based on page targeting rules</span>Multiple widgets<span class="rpt_tooltip_plus" style="color:#5500ff !important;"> +</span></a></div>
 
36
  <div class="rpt_feature rpt_feature_0-8"><a href="javascript:void(0)" class="rpt_tooltip">No "Get Chaty" credit</a></div>
37
+ <div class="rpt_feature rpt_feature_0-7"><a href="javascript:void(0)" class="rpt_tooltip"><span class="intool"><b></b>QR code for WeChat, customizable WhatsApp message, customizable email subject, and remove the credit link</span>And more<span class="rpt_tooltip_plus" style="color:#5500ff !important;"> +</span></a></div>
38
+
39
  <?php $pro_url = "https://go.premio.io/?edd_action=add_to_cart&download_id=185&edd_options[price_id]=" ?>
40
  <div class="rpt_feature rpt_feature_0-9">
41
  <select data-key="0" class="multiple-options">
77
  <div class="rpt_feature rpt_feature_0-5"><a href="javascript:void(0)" class="rpt_tooltip"><span class="intool"><b></b>Automatically track clicks on each of your channels on your Google Analytics account</span>Google Analytics<span class="rpt_tooltip_plus" style="color:#5500ff !important;"> +</span></a></div>
78
  <div class="rpt_feature rpt_feature_0-6"><a href="javascript:void(0)" class="rpt_tooltip"><span class="intool"><b></b>Show/don't show the widget on specific pages</span>Page targeting<span class="rpt_tooltip_plus" style="color:#5500ff !important;"> +</span></a></div>
79
  <div class="rpt_feature rpt_feature_0-8"><a href="javascript:void(0)" class="rpt_tooltip"><span class="intool"><b></b>Create different widgets for different pages. Show different icons based on page targeting rules</span>Multiple widgets<span class="rpt_tooltip_plus" style="color:#5500ff !important;"> +</span></a></div>
 
80
  <div class="rpt_feature rpt_feature_0-8"><a href="javascript:void(0)" class="rpt_tooltip">No "Get Chaty" credit</a></div>
81
+ <div class="rpt_feature rpt_feature_0-7"><a href="javascript:void(0)" class="rpt_tooltip"><span class="intool"><b></b>QR code for WeChat, customizable WhatsApp message, customizable email subject, and remove the credit link</span>And more<span class="rpt_tooltip_plus" style="color:#5500ff !important;"> +</span></a></div>
82
  <div class="rpt_feature rpt_feature_0-9">
83
  <select data-key="0" class="multiple-options">
84
  <option data-header="Renewals for 25% off" data-price="49" value="<?php echo esc_url($pro_url."2") ?>">
121
  <div class="rpt_feature rpt_feature_0-5"><a href="javascript:void(0)" class="rpt_tooltip"><span class="intool"><b></b>Automatically track clicks on each of your channels on your Google Analytics account</span>Google Analytics<span class="rpt_tooltip_plus" style="color:#5500ff !important;"> +</span></a></div>
122
  <div class="rpt_feature rpt_feature_0-6"><a href="javascript:void(0)" class="rpt_tooltip"><span class="intool"><b></b>Show/don't show the widget on specific pages</span>Page targeting<span class="rpt_tooltip_plus" style="color:#5500ff !important;"> +</span></a></div>
123
  <div class="rpt_feature rpt_feature_0-8"><a href="javascript:void(0)" class="rpt_tooltip"><span class="intool"><b></b>Create different widgets for different pages. Show different icons based on page targeting rules</span>Multiple widgets<span class="rpt_tooltip_plus" style="color:#5500ff !important;"> +</span></a></div>
 
124
  <div class="rpt_feature rpt_feature_0-8"><a href="javascript:void(0)" class="rpt_tooltip">No "Get Chaty" credit</a></div>
125
+ <div class="rpt_feature rpt_feature_0-7"><a href="javascript:void(0)" class="rpt_tooltip"><span class="intool"><b></b>QR code for WeChat, customizable WhatsApp message, customizable email subject, and remove the credit link</span>And more<span class="rpt_tooltip_plus" style="color:#5500ff !important;"> +</span></a></div>
126
  <div class="rpt_feature rpt_feature_0-9">
127
  <select data-key="0" class="multiple-options">
128
  <option data-header="Renewals for 25% off" data-price="99" value="<?php echo esc_url($pro_url."3") ?>">
views/widget.php CHANGED
@@ -7,12 +7,21 @@ $bg_color = $this->get_current_color();?>
7
  ?>
8
 
9
  <?php
 
 
 
 
 
 
 
 
10
  $positionSide = get_option('positionSide');
11
  $cht_bottom_spacing = get_option('cht_bottom_spacing');
12
  $cht_side_spacing = get_option('cht_side_spacing');
13
  $cht_widget_size = get_option('cht_widget_size');
14
  $cta = str_replace("'","&#39;",$cta);
15
  $cta = str_replace('"',"&#34;",$cta);
 
16
 
17
  $settings = array();
18
  $settings['isPRO'] = 0;
@@ -28,6 +37,7 @@ $settings['widget_type'] = get_option('widget_icon');
28
  $settings['widget_img'] = $this->getCustomWidgetImg();
29
  $settings['cta'] = wp_slash($cta);
30
  $settings['link_active'] = get_option('cht_credit');
 
31
  $settings['isMobile'] = (wp_is_mobile())?"1":"0";
32
  $settings['is_mobile'] = (wp_is_mobile())?"1":"0";
33
  $settings['ajax_url'] = admin_url('admin-ajax.php');
@@ -45,9 +55,15 @@ if($len > 0 && $len < 3) {
45
  .chaty-in-desktop .chaty-main-widget.is-in-desktop { display: block; }
46
  .chaty-in-mobile .chaty-main-widget.is-in-mobile { display: block; }
47
  .chaty-widget.hide-widget { display: none !important; }
 
 
 
48
  </style>
49
  <?php
50
  echo ob_get_clean();
 
 
 
51
  wp_enqueue_script("chaty-front-end", CHT_PLUGIN_URL."assets/js/cht-front-script.js", array('jquery'), CHT_VERSION);
52
  wp_localize_script('chaty-front-end', 'chaty_settings', $data);
53
  ?>
7
  ?>
8
 
9
  <?php
10
+
11
+ $current_count = get_option("chaty_total_channel_click");
12
+ if($current_count === false || empty($current_count)) {
13
+ $current_count = 0;
14
+ }
15
+ $current_count = intval($current_count);
16
+ $save_user_clicks = ($current_count < 35)?"1":"0";
17
+
18
  $positionSide = get_option('positionSide');
19
  $cht_bottom_spacing = get_option('cht_bottom_spacing');
20
  $cht_side_spacing = get_option('cht_side_spacing');
21
  $cht_widget_size = get_option('cht_widget_size');
22
  $cta = str_replace("'","&#39;",$cta);
23
  $cta = str_replace('"',"&#34;",$cta);
24
+ $font_family = get_option('cht_widget_font');
25
 
26
  $settings = array();
27
  $settings['isPRO'] = 0;
37
  $settings['widget_img'] = $this->getCustomWidgetImg();
38
  $settings['cta'] = wp_slash($cta);
39
  $settings['link_active'] = get_option('cht_credit');
40
+ $settings['save_user_clicks'] = $save_user_clicks;
41
  $settings['isMobile'] = (wp_is_mobile())?"1":"0";
42
  $settings['is_mobile'] = (wp_is_mobile())?"1":"0";
43
  $settings['ajax_url'] = admin_url('admin-ajax.php');
55
  .chaty-in-desktop .chaty-main-widget.is-in-desktop { display: block; }
56
  .chaty-in-mobile .chaty-main-widget.is-in-mobile { display: block; }
57
  .chaty-widget.hide-widget { display: none !important; }
58
+ <?php if(!empty($font_family)) { ?>
59
+ .chaty-widget { font-family: <?php echo esc_attr($font_family) ?>; }
60
+ <?php } ?>
61
  </style>
62
  <?php
63
  echo ob_get_clean();
64
+ if(!empty($font_family)) {
65
+ wp_enqueue_style( 'custom-google-fonts', 'https://fonts.googleapis.com/css?family='.urlencode($font_family), false );
66
+ }
67
  wp_enqueue_script("chaty-front-end", CHT_PLUGIN_URL."assets/js/cht-front-script.js", array('jquery'), CHT_VERSION);
68
  wp_localize_script('chaty-front-end', 'chaty_settings', $data);
69
  ?>