From e2356bea34e59d86bfd0b6fedca2dd88b28dc5b2 Mon Sep 17 00:00:00 2001 From: biglyderv <eggseggsarecool+git@gmail.com> Date: Tue, 7 Jan 2025 22:31:48 -0500 Subject: [PATCH] meta --- libs/comment.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/libs/comment.php b/libs/comment.php index e43f1ca..dd423c8 100644 --- a/libs/comment.php +++ b/libs/comment.php @@ -65,6 +65,12 @@ $edge = count($posts); $posts = array_merge($posts,$posts2); + ?> + <meta property="og:title" content="NewBiglyChat" /> + <meta property="og:type" content="article" /> + <meta property="og:url" content="<?php echo "https://$_SERVER[HTTP_HOST]$_SERVER[REQUEST_URI]" ?>" /> + <meta property="og:image" content="https://nbg.dervland.net/img/newlogo.svg" /> + <?php foreach ($posts as $key => $post) { if ($key == $edge) { ?> <h2>Replies</h2>