mirror of
https://github.com/manualdousuario/marreta.git
synced 2025-09-02 18:51:06 +00:00
suporte ao ogimage no facebook
This commit is contained in:
parent
1936d9e39c
commit
ed9c05d515
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST' && isset($_POST['url'])) {
|
||||||
<meta property="og:url" content="<?php echo SITE_URL; ?>" />
|
<meta property="og:url" content="<?php echo SITE_URL; ?>" />
|
||||||
<meta property="og:title" content="<?php echo SITE_NAME; ?>" />
|
<meta property="og:title" content="<?php echo SITE_NAME; ?>" />
|
||||||
<meta property="og:description" content="<?php echo htmlspecialchars(SITE_DESCRIPTION); ?>" />
|
<meta property="og:description" content="<?php echo htmlspecialchars(SITE_DESCRIPTION); ?>" />
|
||||||
<meta property="og:image" content="/assets/opengraph.png" />
|
<meta property="og:image" content="<?php echo SITE_URL; ?>/assets/opengraph.png" />
|
||||||
<script src="https://cdn.tailwindcss.com"></script>
|
<script src="https://cdn.tailwindcss.com"></script>
|
||||||
</head>
|
</head>
|
||||||
<body class="bg-gray-50 min-h-screen">
|
<body class="bg-gray-50 min-h-screen">
|
||||||
|
|
Loading…
Add table
Reference in a new issue