Raj https://stackoverflow.com/questions/19778620/provide-an-image-for-whatsapp-link-sharing
You need to add them manually to the index.html file inside your file manager public_html.
Step 1: title
Maximum of 65 characters
<title>your keyword rich title of the website and/or webpage</title>
Step 2: description
Maximum of 155 characters
<meta name="description" content="description of your website/webpage, make sure you use keywords!">
Step 3: og:title
Maximum 35 characters
<meta property="og:title" content="short title of your website/webpage" />
Step 4: og:url
Full link to the current webpage address
<meta property="og:url" content="https://www.example.com/webpage/" />
Step 5: og:description
Maximum 65 characters
<meta property="og:description" content="description of your website/webpage">
Step 6: og:image
Image(JPG or PNG) with a size less than 300KB and minimum dimensions of 300 x 200 *. This image should be served via a HTTPS connection with a valid non-self-signed certificate.
<meta property="og:image" content="//cdn.example.com/uploads/images/webpage_300x200.png">_
I am also stuck with that since i dont know hot to find my logo link in foodomaa
@Bobelism @wpradobr can you help?