|
22 | 22 | <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no" /> |
23 | 23 |
|
24 | 24 | <!-- Open Graph (OG) |
25 | | - https://stackoverflow.com/questions/19778620/provide-an-image-for-whatsapp-link-sharing |
| 25 | + - tutorial: https://stackoverflow.com/questions/19778620/provide-an-image-for-whatsapp-link-sharing |
| 26 | +
|
| 27 | + - preview og 1: https://socialsharepreview.com/?url=https://csfelix.github.io |
| 28 | +
|
| 29 | + - preview og 2: https://www.opengraph.xyz/url/https%3A%2F%2Fcsfelix.github.io |
26 | 30 | --> |
27 | 31 |
|
28 | 32 | <!-- Facebook Meta Tags --> |
29 | | - <!-- <meta property="og:image" content="./assets/pwa-logos/logo300x300.png" /> --> |
30 | 33 | <meta property="og:title" content="CSFelix - Portfolio" /> |
31 | 34 | <meta property="og:url" content="https://csfelix.github.io/" /> |
32 | 35 | <meta property="og:description" content="π What's shaking, bacon? Welcome to my Personal Portfolio!" /> |
33 | 36 | <meta property="og:type" content="website" /> |
34 | 37 | <meta property="og:locale" content="en_US" /> |
35 | | - <meta property="og:image" content="https://csfelix.github.io/assets/pwa-logos/logo300x300.png"> |
| 38 | + <meta property="og:image" content="https://csfelix.github.io/assets/og/template.png" /> |
36 | 39 |
|
37 | 40 | <!-- Twitter Meta Tags --> |
38 | 41 | <meta name="twitter:card" content="summary_large_image"> |
39 | 42 | <meta property="twitter:domain" content="csfelix.github.io"> |
40 | 43 | <meta property="twitter:url" content="https://csfelix.github.io"> |
41 | 44 | <meta name="twitter:title" content="CSFelix - Portfolio"> |
42 | 45 | <meta name="twitter:description" content="π What's shaking, bacon? Welcome to my Personal Portfolio!"> |
43 | | - <meta name="twitter:image" content="https://csfelix.github.io/assets/pwa-logos/logo300x300.png"> |
| 46 | + <meta name="twitter:image" content="https://csfelix.github.io/assets/og/template.png"> |
44 | 47 |
|
45 | 48 | <!--css libraries --> |
46 | 49 | <link rel="stylesheet" type="text/css" href="./assets/css/libraries/tippy.css" /> |
|
0 commit comments