Answers for "how to add a preview image for website"

1

how to change the preview image of a website

<meta property="og:image" content="image_url_here" />
Posted by: Guest on June-21-2020
0

image preview for website

<head>
 <meta property="og:image" content="https://raw.githubusercontent.com/nitria/Euroaion-Time-Sieges/main/EuroAionSieges.jpg" />
 <meta property="og:type" content="website" />
 <meta property="og:url" content="https://nitria.github.io/Euroaion-Time-Sieges/"/>
 <meta property="og:title" content="EuroAion Sieges" />
 <meta property="og:description" content="EuroAion Sieges Hours of all Fortress"/>
 </head>
<!--At the minimum, you should use images that are 600 x 315 pixels to display link page posts with larger images. Images can be up to 8MB in size.-->
Posted by: Guest on January-08-2021

Code answers related to "how to add a preview image for website"

Browse Popular Code Answers by Language