How to format the appearance of a link on social networks?

Asked

Viewed 56 times

1

I would like to format the posting of a link as is done with Spotfy and other great websites.

Currently only shows the link of the site and would like to leave all format with image + text.

Here’s an image that sums up my doubt.

inserir a descrição da imagem aqui

1 answer

0


You can see here all the documentation on this subject: http://ogp.me/

The most normal options to use are these:

<meta property="og:title" content="Titulo que deseja" />
<meta property="og:url" content="https://www.exemplo.com/" />
<meta property="og:type" content="website" />
<meta property="og:description" content="Descrição que quer que apareça" />
<meta property="og:image" content="https://www.exemplo.com/images/icon-1024.png" />
  • Thank you! now yes it is all formatted all good :)

Browser other questions tagged

You are not signed in. Login or sign up in order to post.