• <bdo id='JVvmD'></bdo><ul id='JVvmD'></ul>
  • <legend id='JVvmD'><style id='JVvmD'><dir id='JVvmD'><q id='JVvmD'></q></dir></style></legend>

      <tfoot id='JVvmD'></tfoot>

      <small id='JVvmD'></small><noframes id='JVvmD'>

        <i id='JVvmD'><tr id='JVvmD'><dt id='JVvmD'><q id='JVvmD'><span id='JVvmD'><b id='JVvmD'><form id='JVvmD'><ins id='JVvmD'></ins><ul id='JVvmD'></ul><sub id='JVvmD'></sub></form><legend id='JVvmD'></legend><bdo id='JVvmD'><pre id='JVvmD'><center id='JVvmD'></center></pre></bdo></b><th id='JVvmD'></th></span></q></dt></tr></i><div id='JVvmD'><tfoot id='JVvmD'></tfoot><dl id='JVvmD'><fieldset id='JVvmD'></fieldset></dl></div>
      1. Viber 如何从 HTML 页面中选择要显示的图像

        时间:2023-07-31
        <tfoot id='PTQUD'></tfoot>
        <i id='PTQUD'><tr id='PTQUD'><dt id='PTQUD'><q id='PTQUD'><span id='PTQUD'><b id='PTQUD'><form id='PTQUD'><ins id='PTQUD'></ins><ul id='PTQUD'></ul><sub id='PTQUD'></sub></form><legend id='PTQUD'></legend><bdo id='PTQUD'><pre id='PTQUD'><center id='PTQUD'></center></pre></bdo></b><th id='PTQUD'></th></span></q></dt></tr></i><div id='PTQUD'><tfoot id='PTQUD'></tfoot><dl id='PTQUD'><fieldset id='PTQUD'></fieldset></dl></div>

          <bdo id='PTQUD'></bdo><ul id='PTQUD'></ul>

          <small id='PTQUD'></small><noframes id='PTQUD'>

                  <tbody id='PTQUD'></tbody>
                  <legend id='PTQUD'><style id='PTQUD'><dir id='PTQUD'><q id='PTQUD'></q></dir></style></legend>
                  本文介绍了Viber 如何从 HTML 页面中选择要显示的图像的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  当我通过 Viber 向某人发送一些 URL 时,Viber 会加载 URL 并显示代表 HTML 页面的图像.

                  when I send some URL to someone via Viber the Viber load the URL and displays image representing the HTML page.

                  如何告诉 HTML 页面应该是什么图像?

                  How to tell the HTML page what image it should be?

                  推荐答案

                  你应该使用 Open Graph 协议.您可以简单地将这段代码添加到您的页面<head>:

                  You should use Open Graph protocol. You can simply add this snippet to your page <head>:

                  <meta property="og:type" content="website">
                  <meta property="og:site_name" content="Название сайта">
                  <meta property="og:title" content="Заголовок">
                  <meta property="og:description" content="Описание.">
                  <meta property="og:url" content="http://example.com/page.html">
                  <meta property="og:locale" content="ru_RU">
                  <meta property="og:image" content="http://example.com/img.jpg">
                  <meta property="og:image:width" content="968">
                  <meta property="og:image:height" content="504">
                  
                  <meta name="twitter:card" content="summary_large_image">
                  <meta name="twitter:title" content="Заголовок">
                  <meta name="twitter:description" content="Описание.">
                  <meta name="twitter:image:src" content="http://example.com/img.jpg">
                  <meta name="twitter:url" content="http://example.com/page.html">
                  <meta name="twitter:domain" content="example.com">
                  <meta name="twitter:site" content="@">
                  <meta name="twitter:creator" content="@...">
                  

                  图片尺寸应为 968x504 像素.阅读更多这里

                  Image size should be 968x504px. Read more here

                  干杯!

                  这篇关于Viber 如何从 HTML 页面中选择要显示的图像的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  上一篇:Javascript中带有HTML标签的子字符串文本 下一篇:HTML 音频标签卷

                  相关文章

                  <tfoot id='zwrH1'></tfoot>
                  <i id='zwrH1'><tr id='zwrH1'><dt id='zwrH1'><q id='zwrH1'><span id='zwrH1'><b id='zwrH1'><form id='zwrH1'><ins id='zwrH1'></ins><ul id='zwrH1'></ul><sub id='zwrH1'></sub></form><legend id='zwrH1'></legend><bdo id='zwrH1'><pre id='zwrH1'><center id='zwrH1'></center></pre></bdo></b><th id='zwrH1'></th></span></q></dt></tr></i><div id='zwrH1'><tfoot id='zwrH1'></tfoot><dl id='zwrH1'><fieldset id='zwrH1'></fieldset></dl></div>
                • <legend id='zwrH1'><style id='zwrH1'><dir id='zwrH1'><q id='zwrH1'></q></dir></style></legend>
                      <bdo id='zwrH1'></bdo><ul id='zwrH1'></ul>
                    1. <small id='zwrH1'></small><noframes id='zwrH1'>