diff --git a/images/php8/php_8_released.png b/images/php8/php_8_released.png
new file mode 100644
index 000000000..9d9e77f02
Binary files /dev/null and b/images/php8/php_8_released.png differ
diff --git a/include/header.inc b/include/header.inc
index d16a7fb26..fad1ea624 100644
--- a/include/header.inc
+++ b/include/header.inc
@@ -103,6 +103,10 @@ if (!isset($config["languages"])) {
">
+ $content): ?>
+
+
+
diff --git a/releases/8_0_x.php b/releases/8_0_x.php
index b19bd0d04..a5209b047 100644
--- a/releases/8_0_x.php
+++ b/releases/8_0_x.php
@@ -2,7 +2,13 @@
$_SERVER['BASE_PAGE'] = 'releases/8_0_x.php';
include_once __DIR__ . '/../include/prepend.inc';
-site_header("PHP 8.0.0 Release Announcement", array("current" => "php_8_0_x", 'css' => array('php8.css')));
+site_header("PHP 8.0.0 Release Announcement", array(
+ "current" => "php_8_0_x",
+ 'css' => array('php8.css'),
+ 'meta_tags' => array(
+ 'og:image' => $MYSITE . 'images/php8/php_8_released.png'
+ )
+));
?>