From eef5dddb7da7b6fdd122dc2fa46e8d0eb398232f Mon Sep 17 00:00:00 2001 From: jk Date: Tue, 7 Sep 2021 15:08:29 +0100 Subject: [PATCH] tryin to add syndication to view --- views/editor.php | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/views/editor.php b/views/editor.php index 7337151..732e6a0 100644 --- a/views/editor.php +++ b/views/editor.php @@ -95,6 +95,38 @@ + + Syndication: + + + + + +
+ +
+ syndication_targets) { + echo '
    '; + foreach($this->syndication_targets as $syn) { + echo '
  • ' + . '' + . '
  • '; + } + echo '
'; + } else { + ?>
No syndication targets were found on your site. + Your server can provide a list of supported syndication targets that will appear as buttons here.
+
+
Publish: