Skip to content

Commit 998ea55

Browse files
author
Khoubza Younes
committed
update social media image
1 parent df99a2f commit 998ea55

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

_includes/head.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,17 @@
33
<meta name="viewport" content="width=device-width, initial-scale=1"/>
44

55
<meta name="twitter:image:src" content="https://php-flasher.io/dist/images/php-flasher-social-card.png" />
6+
<meta name="twitter:image:alt" content="Easily add flash notification messages to your website with PHPFlasher." />
67
<meta name="twitter:site" content="@phpflasher" />
78
<meta name="twitter:card" content="summary_large_image" />
89
<meta name="twitter:title" content="PHPFlasher" />
910

1011
<meta property="og:image" content="https://php-flasher.io/dist/images/php-flasher-social-card.png" />
1112
<meta property="og:image:alt" content="Easily add flash notification messages to your website with PHPFlasher." />
1213
<meta property="og:site_name" content="PHPFlasher" />
13-
<meta property="og:type" content="object" />
14-
<meta property="og:title" content="https://php-flasher.io" />
14+
<meta property="og:type" content="website" />
15+
<meta property="og:title" content="PHPFlasher" />
16+
1517
<meta property="og:url" content="https://php-flasher.io" />
1618

1719
{% seo %}

0 commit comments

Comments
 (0)