From 5767f08b4f4686dcf4e86e7b3944f2e9bbab1213 Mon Sep 17 00:00:00 2001 From: angerangel Date: Tue, 25 May 2021 12:52:53 +0200 Subject: [PATCH] Added link for image Link for image is very important for sharing rss. --- bl-plugins/rss/plugin.php | 1 + 1 file changed, 1 insertion(+) diff --git a/bl-plugins/rss/plugin.php b/bl-plugins/rss/plugin.php index f91ebe0a..c53e3dcc 100644 --- a/bl-plugins/rss/plugin.php +++ b/bl-plugins/rss/plugin.php @@ -75,6 +75,7 @@ class pluginRSS extends Plugin { $xml .= ''; $xml .= ''.$page->title().''; $xml .= ''.$this->encodeURL($page->permalink()).''; + $xml .= ''.$page->coverImage(true).''; $xml .= ''.Sanitize::html($page->contentBreak()).''; $xml .= ''.date(DATE_RSS,strtotime($page->getValue('dateRaw'))).''; $xml .= ''.$page->uuid().'';