0

i have a little Question if I post some URL in Whatsapp Conversation, the Logo and the Website title are automaticlay load and the Partner can see the logo from the URL etc.

How i can implement this to my site shoud i work with Facebook and Twitter Integration tags like :

        <!-- Facebook and Twitter integration -->
        <meta property="og:title" content=""/>
        <meta property="og:image" content=""/>
        <meta property="og:url" content=""/>
        <meta property="og:site_name" content=""/>
        <meta property="og:description" content=""/>
        <meta name="twitter:title" content="" />
        <meta name="twitter:image" content="" />
        <meta name="twitter:url" content="" />
        <meta name="twitter:card" content="" />

Or should i work with Meta Tags if yes which tags for URL Description and which Tag for Logo ?

M. Max
  • 57
  • 10

1 Answers1

0

you need to use open graph tags, read http://ogp.me/. basically all you need is

<meta property="og:image" content="url_image">

and make sure the image is less than 300kb. but you can find complete info to use Provide an image for WhatsApp link sharing.

Galzor
  • 825
  • 8
  • 16