share image with link code example

Example 1: html image with link

<a href="https://www.google.com"><img alt="Google" src="img.jpg" 
                                      style="max-width:960px"/></a>

Example 2: html share link with image

<!-- Title || Max 65 characters-->
<title>your keyword rich title of the website and/or webpage</title>

<!-- Description || Max 155 characters -->
<meta name="description" content="description of your website/webpage, make sure you use keywords!">

<!-- Og Title || Max 35 characters -->
<meta property="og:title" content="short title of your website/webpage" />

<!-- Og Url || Full link to the current webpage address -->
<meta property="og:url" content="https://www.example.com/webpage/" />

<!-- Og Description || Max 65 characters -->
<meta property="og:description" content="description of your website/webpage">

<!-- Og Image -->
<meta property="og:image" content="//cdn.example.com/uploads/images/webpage_300x200.png">

<!-- Og Type -->
<meta property="og:type" content="article" />

<!-- Og Locale -->
<meta property="og:locale" content="en_GB" />
<meta property="og:locale:alternate" content="fr_FR" />
<meta property="og:locale:alternate" content="es_ES" />

<!-- Page Info
		https://stackoverflow.com/questions/19778620/provide-an-image-for-whatsapp-link-sharing
-->

Tags:

Html Example