-
-
-
-
\ No newline at end of file
diff --git a/system/includes/comments_readme.md b/system/includes/comments_readme.md
index 4a6cdac..e5e211f 100644
--- a/system/includes/comments_readme.md
+++ b/system/includes/comments_readme.md
@@ -11,7 +11,7 @@ Some major fixes to comment system:
* added subscription verification system
## 2026-03-22
-Reworked functions to match HTMLy coding style, changed local() to comments. Comment system has been integrated in existing themes (some css to adapt to the theme layout added), and added a system messages function (to give messages during subsciption/unsubscription process) - it can be used for other integrations.
+Reworked functions to match HTMLy coding style, changed local() to comments. Comment system has been integrated in existing themes (some css to adapt to the theme layout added), and added a system messages function (to give messages during subsciption/unsubscription processes) - it can be used for other widgets and functionalites integration.
Also, comments configuration is now in config.ini.
@@ -29,4 +29,3 @@ Users can ask for email notification when a new comment is published in a subscr
Notification email are sent on comment publish (if validation is enabled) or comment insert (if moderation is disabled, not recommended).
**TODO**: limit comment insert by time from same IP address
-
diff --git a/system/includes/functions.php b/system/includes/functions.php
index 599c456..fe8b0d1 100644
--- a/system/includes/functions.php
+++ b/system/includes/functions.php
@@ -2513,6 +2513,7 @@ function social($class = null)
$youtube = config('social.youtube');
$mastodon = config('social.mastodon');
$tiktok = config('social.tiktok');
+ $whatsapp = config('social.whatsapp');
$rss = site_url() . 'feed/rss';
$social = '';
@@ -2553,6 +2554,10 @@ function social($class = null)
$social .= 'TikTok';
}
+ if (!empty($whatsapp)) {
+ $social .= 'WhatsApp';
+ }
+
$social .= 'RSS';
$social .= '