html share link with image

Solutions on MaxInterview for html share link with image by the best coders in the world

showing results for - "html share link with image"
Nala
09 Jan 2019
1<!-- Title || Max 65 characters-->
2<title>your keyword rich title of the website and/or webpage</title>
3
4<!-- Description || Max 155 characters -->
5<meta name="description" content="description of your website/webpage, make sure you use keywords!">
6
7<!-- Og Title || Max 35 characters -->
8<meta property="og:title" content="short title of your website/webpage" />
9
10<!-- Og Url || Full link to the current webpage address -->
11<meta property="og:url" content="https://www.example.com/webpage/" />
12
13<!-- Og Description || Max 65 characters -->
14<meta property="og:description" content="description of your website/webpage">
15
16<!-- Og Image -->
17<meta property="og:image" content="//cdn.example.com/uploads/images/webpage_300x200.png">
18
19<!-- Og Type -->
20<meta property="og:type" content="article" />
21
22<!-- Og Locale -->
23<meta property="og:locale" content="en_GB" />
24<meta property="og:locale:alternate" content="fr_FR" />
25<meta property="og:locale:alternate" content="es_ES" />
26
27<!-- Page Info
28		https://stackoverflow.com/questions/19778620/provide-an-image-for-whatsapp-link-sharing
29-->
30