V
V
Viorel2016-11-30 18:24:24
Android
Viorel, 2016-11-30 18:24:24

VIBER how to make the logo visible when sending a site link?

There is a site link to the site
how to make the logo visible when sending the site link?
that's how the
f79fe1d6acc84eaba850bac9ca36ebce.png
icon from facebook is here now for some reason
6e602135fdd1417cbbfab6948f28230e.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
P
ProjectSoft, 2016-11-30
@bushido2014

Open Graph protocol
HTML code of the head block of the site pages
Required Pay attention to the attributes of the html tag

<html lang="ru-RU" prefix="og: http://ogp.me/ns#">
  <head>
    <meta http-equiv="Content-type" content="text/html;charset=UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta name="SKYPE_TOOLBAR" content="SKYPE_TOOLBAR_PARSER_COMPATIBLE">
    <title>Название страницы - Название сайта</title>
    <meta property="og:title" content="Название страницы"
    <meta property="og:description" content="Описание страницы">
    <meta property="og:image" content="прямая_ссылка_на_логотип_или_другое_изображение" />
    <meta property="og:url" content="ссылка_на_данную_страницу"/>
    <meta property="og:site_name" content="Название сайта" />
    <meta property="og:locale" content="ru_RU" />
    <meta property="og:type" content="website" />
    <link rel="home" href="" />
    <meta name="title" content="Название страницы">
    <meta name="description" content="Описание страницы">
    <meta name="keywords" content="Ключевые слова">
  </head>
  <body>
  
  </body>
</html>

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question