飞书里面给链接生成一个预览是怎么做到的?

前端三元同学

共 9551字,需浏览 20分钟

 ·

2021-11-07 11:45

前段时间我们项目接到了个H5活动页的需求,既然是H5活动页,那么其目的就是通过大量的传播进行引流促活,我们的目的也正如此。PM希望我们的H5页面在别家的APP内传播时能自动解析我们的链接,这怎么做呢?当时我们也不知道,因此经过一番调研得知需要用到本文的主人公 "OG"

本文就来分享一下我同事独钓寒江雪总结的关于OG的相关知识!文章不是很长,希望对大家有所帮助!

原文:https://juejin.cn/post/7023173942001008670

Open Graph 是一种互联网协议,最初由 Facebook 创建,用于标准化网页中元数据的使用,使得社交媒体得以以丰富的“图形”对象来表示共享的页面内容。

看到这个标题,也许你会陷入疑惑,什么是开放图谱协议(The Open Graph protocol)?我们为什么似乎很少见到它?它到底有什么用呢?确实,对于很多前端开发来说,开放图谱协议(The Open Graph protocol)是一个比较陌生的概念。

什么是 Open Graph Protocol

Open Graph Protocol(开放图谱协议),简称 OG 协议。它是 Facebook 在 2010 年 F8 开发者大会公布的一种网页元信息(Meta Information)标记协议,属于 Meta Tag (Meta 标签)的范畴,是一种为社交分享而生的 Meta 标签,用于标准化网页中元数据的使用,使得社交媒体得以以丰富的“图形”对象来表示共享的页面内容。它允许在 Facebook 上,其他网站能像 Facebook 内容一样具有丰富的“图形”对象,进而促进 Facebook 和其他网站之间的集成。

简单来说,该协议就是用来标注页面的类型和描述页面的内容。其灵感来自 Dublin Core[1]、link-rel canonical、Microformats 和 RDFa,虽然有这些不同的技术和模式并且可以组合在一起,但没有一种技术可以提供足够的信息来丰富地表示社交图中的任何网页。Open Graph 协议建立在这些现有技术的基础上,以开发人员使用的简单性为关键目标,并为开发人员提供了一个实施方案,它为许多技术设计决策提供了信息。

看了这么多,好像还是不理解什么是开放图谱协议?

举个简单的例子,当我们分享一个链接(URL)给朋友时,在有的 App 上它只是一个链接,而在有的 APP 上,他却可以包含如下图所示的标题、图片、描述等信息:

OG协议

像飞书、WhatsApp、Twitter、Facebook 等社交软件,都会根据链接去抓取你给定 URL 的内容,以确定要包含哪些属性来进行共享展示。你可以通过在页面的头部代码中包含 og:tags 来显式定义属性;如果没有这些显示定义的信息,这些社交软件将在完成对给定 URL 的页面抓取后推断属性,然后使用这些属性信息组装共享框并进行展示。

其实这一切也是依赖于具体 APP 的实现的(是否会根据URL去抓取内容),对于同一 URL,我们可以看看在飞书和微信上的不同形态:

微信(此处手动@微信官方,为啥微信不做链接解析呢?有懂产品的小伙伴给解释一下不?):

OG协议

飞书:

OG协议

为什么需要 OG协议?

我们知道,构建内容和维护网站通常可能需要耗费大量时间,我们当然希望自己的内容能够在社交分享时能够脱颖而出。先来看下有无 OG 协议时,同一个链接被解析的差别:

没有开放图谱协议时:此时社交软件正确地获取了页面的标题和描述,但它所含有的信息有限,看起来并不诱人。

无开放图谱

有开放图谱协议时:

有开放图谱

互联网上的内容通常至少有一个目标——与他人分享。如果你只是将它发送给一个朋友,有没有开放图谱协议可能不重要。但是如果你想运营、分享或希望它在任何具有丰富预览功能的社交网络或应用程序上共享、传播时,你会希望该预览尽可能抓住别人的眼球。像下面这样丰富而有效的信息将有助于鼓励人们点击查看你的内容。

吸引眼球的OG协议

如果你的内容没有开放谱图协议标签会怎样?也许对于网站内容来说不会有什么影响,但你的内容将很难从互联网上大量其他内容中脱颖而出

如果网页采用 OG 协议,分享结果会结构化展示,这样站点在被链接分享时会有更丰富的内容展现,同时站点的转化率将会提升

如何给网站添加 OG 协议

基础属性

要将你的网页转换为可控结构化图形对象,你需要向页面添加基本元数据。四个基本开放图形标签是:

  • og:title - 指定你想要在共享时展示的标题。这通常与你网页的</code>标签相同,例如“百度一下,你就知道”。</section></li><li><section style="margin-top: 5px;margin-bottom: 5px;line-height: 1.8em;letter-spacing: 0.07em;"><code style="border-radius: 4px;font-family: "Operator Mono", Consolas, Monaco, Menlo, monospace;word-break: break-all;letter-spacing: 0.07em;font-size: 13px;color: rgb(155, 110, 35);background-color: rgb(255, 249, 227);padding: 3px;">og:type</code>- 对象的类型,例如“video.movie”。根据你指定的类型的不同,可能还需要添加一些其他的不同属性。</section></li><li><section style="margin-top: 5px;margin-bottom: 5px;line-height: 1.8em;letter-spacing: 0.07em;"><code style="border-radius: 4px;font-family: "Operator Mono", Consolas, Monaco, Menlo, monospace;word-break: break-all;letter-spacing: 0.07em;font-size: 13px;color: rgb(155, 110, 35);background-color: rgb(255, 249, 227);padding: 3px;">og:image</code> - 一个图片 URL。</section></li><li><section style="margin-top: 5px;margin-bottom: 5px;line-height: 1.8em;letter-spacing: 0.07em;"><code style="border-radius: 4px;font-family: "Operator Mono", Consolas, Monaco, Menlo, monospace;word-break: break-all;letter-spacing: 0.07em;font-size: 13px;color: rgb(155, 110, 35);background-color: rgb(255, 249, 227);padding: 3px;">og:url</code> - 指定你想要共享的 URL/当前页面的 URL(可以是短链接),例如,“<span style="font-weight: bold;color: rgb(62, 76, 163);">https://www.baidu.com/</span><sup style="line-height: 0;font-weight: bold;color: rgb(62, 76, 163);margin-left: 3px;">[2]</sup>”。</section></li></ul><p data-tool="mdnice编辑器" style="margin-top: 1.8em;margin-bottom: 1.8em;line-height: 1.8em;letter-spacing: 0.07em;">各标签控制区域如下图所示:</p><figure data-tool="mdnice编辑器" style="display: flex;flex-direction: column;justify-content: center;align-items: center;margin-top: 20px;margin-bottom: 20px;"><img class="rich_pages wxw-img custom_select_img" data-fileid="100026109" data-ratio="0.9603825136612022" src="https://filescdn.proginn.com/68f3fd6e071ae7d695aea09e7b181510/c05edefc21d53ef1be3b52ce9a7778ce.webp" data-type="png" data-w="732" style="margin-right: auto;margin-left: auto;width: 100%;display: block;margin-bottom: 10px;border-radius: 5px;"><figcaption style="text-align: center;color: rgb(127, 127, 127);font-size: 13px;letter-spacing: 0.07em;">OG</figcaption></figure><p data-tool="mdnice编辑器" style="margin-top: 1.8em;margin-bottom: 1.8em;line-height: 1.8em;letter-spacing: 0.07em;">给网站设置 OG 标签时,应该将其与其他元数据一起放置在<code style="border-radius: 4px;font-family: "Operator Mono", Consolas, Monaco, Menlo, monospace;word-break: break-all;letter-spacing: 0.07em;font-size: 13px;color: rgb(155, 110, 35);background-color: rgb(255, 249, 227);padding: 3px;"><head></code>标签中。使用的标签还是<code style="border-radius: 4px;font-family: "Operator Mono", Consolas, Monaco, Menlo, monospace;word-break: break-all;letter-spacing: 0.07em;font-size: 13px;color: rgb(155, 110, 35);background-color: rgb(255, 249, 227);padding: 3px;"><meta></code>,添加方式如下:</p><pre data-tool="mdnice编辑器" style="margin-top: 10px;margin-bottom: 10px;border-radius: 5px;box-shadow: rgba(0, 0, 0, 0.55) 0px 2px 10px;"><span style="display: block;background: url("https://mmbiz.qpic.cn/mmbiz_svg/4h0Uv4XOMvP7Ldx550e1BziaD8usP4oFPPCqcQRxFargGsiaEN0mBUN043atTnibUFv0NkOju2LJDyNG8cfZVwLa920k2tCdU2d/640?wx_fmt=svg") 10px 10px / 40px no-repeat rgb(30, 30, 30);height: 30px;width: 100%;margin-bottom: -7px;border-radius: 5px;"></span><code style="overflow-x: auto;padding: 16px;color: #DCDCDC;display: -webkit-box;font-family: Operator Mono, Consolas, Monaco, Menlo, monospace;font-size: 12px;-webkit-overflow-scrolling: touch;padding-top: 15px;background: #1E1E1E;border-radius: 5px;"><span style="color: #9B9B9B;line-height: 26px;"><<span style="color: #569CD6;line-height: 26px;">meta</span> <span style="color: #9CDCFE;line-height: 26px;">property</span>=<span style="color: #D69D85;line-height: 26px;">"“[NAME]”"</span> <span style="color: #9CDCFE;line-height: 26px;">content</span>=<span style="color: #D69D85;line-height: 26px;">"“[VALUE]”"</span> /></span><br></code></pre><p data-tool="mdnice编辑器" style="margin-top: 1.8em;margin-bottom: 1.8em;line-height: 1.8em;letter-spacing: 0.07em;">例如,以下是 IMDB 上 The Rock 的 Open Graph 协议标记:</p><pre data-tool="mdnice编辑器" style="margin-top: 10px;margin-bottom: 10px;border-radius: 5px;box-shadow: rgba(0, 0, 0, 0.55) 0px 2px 10px;"><span style="display: block;background: url("https://mmbiz.qpic.cn/mmbiz_svg/4h0Uv4XOMvP7Ldx550e1BziaD8usP4oFPPCqcQRxFargGsiaEN0mBUN043atTnibUFv0NkOju2LJDyNG8cfZVwLa920k2tCdU2d/640?wx_fmt=svg") 10px 10px / 40px no-repeat rgb(30, 30, 30);height: 30px;width: 100%;margin-bottom: -7px;border-radius: 5px;"></span><code style="overflow-x: auto;padding: 16px;color: #DCDCDC;display: -webkit-box;font-family: Operator Mono, Consolas, Monaco, Menlo, monospace;font-size: 12px;-webkit-overflow-scrolling: touch;padding-top: 15px;background: #1E1E1E;border-radius: 5px;"><span style="color: #9B9B9B;line-height: 26px;"><<span style="color: #569CD6;line-height: 26px;">html</span> <span style="color: #9CDCFE;line-height: 26px;">prefix</span>=<span style="color: #D69D85;line-height: 26px;">"og: https://ogp.me/ns#"</span>></span><br>  <span style="color: #9B9B9B;line-height: 26px;"><<span style="color: #569CD6;line-height: 26px;">head</span>></span><br>    <span style="color: #9B9B9B;line-height: 26px;"><<span style="color: #569CD6;line-height: 26px;">title</span>></span>The Rock (1996)<span style="color: #9B9B9B;line-height: 26px;"></<span style="color: #569CD6;line-height: 26px;">title</span>></span><br>    <span style="color: #9B9B9B;line-height: 26px;"><<span style="color: #569CD6;line-height: 26px;">meta</span> <span style="color: #9CDCFE;line-height: 26px;">property</span>=<span style="color: #D69D85;line-height: 26px;">"og:title"</span> <span style="color: #9CDCFE;line-height: 26px;">content</span>=<span style="color: #D69D85;line-height: 26px;">"The Rock"</span> /></span><br>    <span style="color: #9B9B9B;line-height: 26px;"><<span style="color: #569CD6;line-height: 26px;">meta</span> <span style="color: #9CDCFE;line-height: 26px;">property</span>=<span style="color: #D69D85;line-height: 26px;">"og:type"</span> <span style="color: #9CDCFE;line-height: 26px;">content</span>=<span style="color: #D69D85;line-height: 26px;">"video.movie"</span> /></span><br>    <span style="color: #9B9B9B;line-height: 26px;"><<span style="color: #569CD6;line-height: 26px;">meta</span> <span style="color: #9CDCFE;line-height: 26px;">property</span>=<span style="color: #D69D85;line-height: 26px;">"og:url"</span> <span style="color: #9CDCFE;line-height: 26px;">content</span>=<span style="color: #D69D85;line-height: 26px;">"https://www.imdb.com/title/tt0117500/"</span> /></span><br>    <span style="color: #9B9B9B;line-height: 26px;"><<span style="color: #569CD6;line-height: 26px;">meta</span><br>      <span style="color: #9CDCFE;line-height: 26px;">property</span>=<span style="color: #D69D85;line-height: 26px;">"og:image"</span><br>      <span style="color: #9CDCFE;line-height: 26px;">content</span>=<span style="color: #D69D85;line-height: 26px;">"https://ia.media-imdb.com/images/rock.jpg"</span><br>    /></span><br>    ...<br>  <span style="color: #9B9B9B;line-height: 26px;"></<span style="color: #569CD6;line-height: 26px;">head</span>></span><br>  ...<br><span style="color: #9B9B9B;line-height: 26px;"></<span style="color: #569CD6;line-height: 26px;">html</span>></span><br></code></pre><h3 data-tool="mdnice编辑器" style="letter-spacing: 0.07em;font-weight: bold;font-size: 20px;line-height: 1.4;margin-top: 27px;margin-bottom: 27px;"><span style="background-image: url("https://mmbiz.qpic.cn/mmbiz_svg/4h0Uv4XOMvP7Ldx550e1BziaD8usP4oFPmiaKickibVyyzHlCTgI17fDVibCWLwqR0WsGOHj6qNZ7v4LhroBeqQMpLd5JicAjHicSsr/640?wx_fmt=svg");background-size: 15px 15px;display: inline-block;width: 15px;height: 15px;line-height: 15px;"></span><span style="display: none;"></span><span style="font-size: 18px;display: inline-block;margin-left: 8px;color: rgb(62, 76, 163);">开放图标签介绍</span><span style="display: none;"></span></h3><p data-tool="mdnice编辑器" style="margin-top: 1.8em;margin-bottom: 1.8em;line-height: 1.8em;letter-spacing: 0.07em;">上面介绍了基本元数据标签,下面将进一步对一些属性进行说明。如果你想要获得更全面的信息,请转到 <span style="font-weight: bold;color: rgb(62, 76, 163);">Open Graph</span><sup style="line-height: 0;font-weight: bold;color: rgb(62, 76, 163);margin-left: 3px;">[3]</sup> (<span style="font-weight: bold;color: rgb(62, 76, 163);">https://ogp.me/</span><sup style="line-height: 0;font-weight: bold;color: rgb(62, 76, 163);margin-left: 3px;">[4]</sup>)进行阅读。</p><h4 data-tool="mdnice编辑器" style="letter-spacing: 0.07em;font-weight: bold;font-size: 18px;line-height: 1.4;margin-top: 27px;margin-bottom: 27px;"><span style="display: none;"></span><span style="font-size: 16px;display: inline-block;color: rgb(62, 76, 163);">title</span><span style="display: none;"></span></h4><p data-tool="mdnice编辑器" style="margin-top: 1.8em;margin-bottom: 1.8em;line-height: 1.8em;letter-spacing: 0.07em;">最多 65 个字符。</p><pre data-tool="mdnice编辑器" style="margin-top: 10px;margin-bottom: 10px;border-radius: 5px;box-shadow: rgba(0, 0, 0, 0.55) 0px 2px 10px;"><span style="display: block;background: url("https://mmbiz.qpic.cn/mmbiz_svg/4h0Uv4XOMvP7Ldx550e1BziaD8usP4oFPPCqcQRxFargGsiaEN0mBUN043atTnibUFv0NkOju2LJDyNG8cfZVwLa920k2tCdU2d/640?wx_fmt=svg") 10px 10px / 40px no-repeat rgb(30, 30, 30);height: 30px;width: 100%;margin-bottom: -7px;border-radius: 5px;"></span><code style="overflow-x: auto;padding: 16px;color: #DCDCDC;display: -webkit-box;font-family: Operator Mono, Consolas, Monaco, Menlo, monospace;font-size: 12px;-webkit-overflow-scrolling: touch;padding-top: 15px;background: #1E1E1E;border-radius: 5px;"><span style="color: #9B9B9B;line-height: 26px;"><<span style="color: #569CD6;line-height: 26px;">title</span>></span>your keyword rich title of the website and/or webpage<span style="color: #9B9B9B;line-height: 26px;"></<span style="color: #569CD6;line-height: 26px;">title</span>></span><br></code></pre><h4 data-tool="mdnice编辑器" style="letter-spacing: 0.07em;font-weight: bold;font-size: 18px;line-height: 1.4;margin-top: 27px;margin-bottom: 27px;"><span style="display: none;"></span><span style="font-size: 16px;display: inline-block;color: rgb(62, 76, 163);">description</span><span style="display: none;"></span></h4><p data-tool="mdnice编辑器" style="margin-top: 1.8em;margin-bottom: 1.8em;line-height: 1.8em;letter-spacing: 0.07em;">最多 155 个字符。</p><pre data-tool="mdnice编辑器" style="margin-top: 10px;margin-bottom: 10px;border-radius: 5px;box-shadow: rgba(0, 0, 0, 0.55) 0px 2px 10px;"><span style="display: block;background: url("https://mmbiz.qpic.cn/mmbiz_svg/4h0Uv4XOMvP7Ldx550e1BziaD8usP4oFPPCqcQRxFargGsiaEN0mBUN043atTnibUFv0NkOju2LJDyNG8cfZVwLa920k2tCdU2d/640?wx_fmt=svg") 10px 10px / 40px no-repeat rgb(30, 30, 30);height: 30px;width: 100%;margin-bottom: -7px;border-radius: 5px;"></span><code style="overflow-x: auto;padding: 16px;color: #DCDCDC;display: -webkit-box;font-family: Operator Mono, Consolas, Monaco, Menlo, monospace;font-size: 12px;-webkit-overflow-scrolling: touch;padding-top: 15px;background: #1E1E1E;border-radius: 5px;"><span style="color: #9B9B9B;line-height: 26px;"><<span style="color: #569CD6;line-height: 26px;">meta</span><br>  <span style="color: #9CDCFE;line-height: 26px;">name</span>=<span style="color: #D69D85;line-height: 26px;">"description"</span><br>  <span style="color: #9CDCFE;line-height: 26px;">content</span>=<span style="color: #D69D85;line-height: 26px;">"description of your website/webpage, make sure you use keywords!"</span><br>/></span><br></code></pre><h4 data-tool="mdnice编辑器" style="letter-spacing: 0.07em;font-weight: bold;font-size: 18px;line-height: 1.4;margin-top: 27px;margin-bottom: 27px;"><span style="display: none;"></span><span style="font-size: 16px;display: inline-block;color: rgb(62, 76, 163);">og:title</span><span style="display: none;"></span></h4><p data-tool="mdnice编辑器" style="margin-top: 1.8em;margin-bottom: 1.8em;line-height: 1.8em;letter-spacing: 0.07em;">最多 35 个字符。</p><pre data-tool="mdnice编辑器" style="margin-top: 10px;margin-bottom: 10px;border-radius: 5px;box-shadow: rgba(0, 0, 0, 0.55) 0px 2px 10px;"><span style="display: block;background: url("https://mmbiz.qpic.cn/mmbiz_svg/4h0Uv4XOMvP7Ldx550e1BziaD8usP4oFPPCqcQRxFargGsiaEN0mBUN043atTnibUFv0NkOju2LJDyNG8cfZVwLa920k2tCdU2d/640?wx_fmt=svg") 10px 10px / 40px no-repeat rgb(30, 30, 30);height: 30px;width: 100%;margin-bottom: -7px;border-radius: 5px;"></span><code style="overflow-x: auto;padding: 16px;color: #DCDCDC;display: -webkit-box;font-family: Operator Mono, Consolas, Monaco, Menlo, monospace;font-size: 12px;-webkit-overflow-scrolling: touch;padding-top: 15px;background: #1E1E1E;border-radius: 5px;"><span style="color: #9B9B9B;line-height: 26px;"><<span style="color: #569CD6;line-height: 26px;">meta</span> <span style="color: #9CDCFE;line-height: 26px;">property</span>=<span style="color: #D69D85;line-height: 26px;">"og:title"</span> <span style="color: #9CDCFE;line-height: 26px;">content</span>=<span style="color: #D69D85;line-height: 26px;">"short title of your website/webpage"</span> /></span><br></code></pre><h4 data-tool="mdnice编辑器" style="letter-spacing: 0.07em;font-weight: bold;font-size: 18px;line-height: 1.4;margin-top: 27px;margin-bottom: 27px;"><span style="display: none;"></span><span style="font-size: 16px;display: inline-block;color: rgb(62, 76, 163);">og:site_name</span><span style="display: none;"></span></h4><p data-tool="mdnice编辑器" style="margin-top: 1.8em;margin-bottom: 1.8em;line-height: 1.8em;letter-spacing: 0.07em;">你的内容所在的整个网站的名称。如果你的对象是较大网站的一部分,则应为整个网站的名称。</p><h4 data-tool="mdnice编辑器" style="letter-spacing: 0.07em;font-weight: bold;font-size: 18px;line-height: 1.4;margin-top: 27px;margin-bottom: 27px;"><span style="display: none;"></span><span style="font-size: 16px;display: inline-block;color: rgb(62, 76, 163);">og:url</span><span style="display: none;"></span></h4><p data-tool="mdnice编辑器" style="margin-top: 1.8em;margin-bottom: 1.8em;line-height: 1.8em;letter-spacing: 0.07em;">当前网页地址的完整链接。</p><pre data-tool="mdnice编辑器" style="margin-top: 10px;margin-bottom: 10px;border-radius: 5px;box-shadow: rgba(0, 0, 0, 0.55) 0px 2px 10px;"><span style="display: block;background: url("https://mmbiz.qpic.cn/mmbiz_svg/4h0Uv4XOMvP7Ldx550e1BziaD8usP4oFPPCqcQRxFargGsiaEN0mBUN043atTnibUFv0NkOju2LJDyNG8cfZVwLa920k2tCdU2d/640?wx_fmt=svg") 10px 10px / 40px no-repeat rgb(30, 30, 30);height: 30px;width: 100%;margin-bottom: -7px;border-radius: 5px;"></span><code style="overflow-x: auto;padding: 16px;color: #DCDCDC;display: -webkit-box;font-family: Operator Mono, Consolas, Monaco, Menlo, monospace;font-size: 12px;-webkit-overflow-scrolling: touch;padding-top: 15px;background: #1E1E1E;border-radius: 5px;"><span style="color: #9B9B9B;line-height: 26px;"><<span style="color: #569CD6;line-height: 26px;">meta</span> <span style="color: #9CDCFE;line-height: 26px;">property</span>=<span style="color: #D69D85;line-height: 26px;">"og:url"</span> <span style="color: #9CDCFE;line-height: 26px;">content</span>=<span style="color: #D69D85;line-height: 26px;">"https://www.example.com/webpage/"</span> /></span><br></code></pre><h4 data-tool="mdnice编辑器" style="letter-spacing: 0.07em;font-weight: bold;font-size: 18px;line-height: 1.4;margin-top: 27px;margin-bottom: 27px;"><span style="display: none;"></span><span style="font-size: 16px;display: inline-block;color: rgb(62, 76, 163);">og:description</span><span style="display: none;"></span></h4><p data-tool="mdnice编辑器" style="margin-top: 1.8em;margin-bottom: 1.8em;line-height: 1.8em;letter-spacing: 0.07em;">页面的描述,最多 65 个字符。类似 <code style="border-radius: 4px;font-family: "Operator Mono", Consolas, Monaco, Menlo, monospace;word-break: break-all;letter-spacing: 0.07em;font-size: 13px;color: rgb(155, 110, 35);background-color: rgb(255, 249, 227);padding: 3px;">og:title</code>,这通常应该和你网站的<code style="border-radius: 4px;font-family: "Operator Mono", Consolas, Monaco, Menlo, monospace;word-break: break-all;letter-spacing: 0.07em;font-size: 13px;color: rgb(155, 110, 35);background-color: rgb(255, 249, 227);padding: 3px;"><meta type=“description”></code>标签相同,当然,你也可以使其不同。</p><pre data-tool="mdnice编辑器" style="margin-top: 10px;margin-bottom: 10px;border-radius: 5px;box-shadow: rgba(0, 0, 0, 0.55) 0px 2px 10px;"><span style="display: block;background: url("https://mmbiz.qpic.cn/mmbiz_svg/4h0Uv4XOMvP7Ldx550e1BziaD8usP4oFPPCqcQRxFargGsiaEN0mBUN043atTnibUFv0NkOju2LJDyNG8cfZVwLa920k2tCdU2d/640?wx_fmt=svg") 10px 10px / 40px no-repeat rgb(30, 30, 30);height: 30px;width: 100%;margin-bottom: -7px;border-radius: 5px;"></span><code style="overflow-x: auto;padding: 16px;color: #DCDCDC;display: -webkit-box;font-family: Operator Mono, Consolas, Monaco, Menlo, monospace;font-size: 12px;-webkit-overflow-scrolling: touch;padding-top: 15px;background: #1E1E1E;border-radius: 5px;"><span style="color: #9B9B9B;line-height: 26px;"><<span style="color: #569CD6;line-height: 26px;">meta</span> <span style="color: #9CDCFE;line-height: 26px;">property</span>=<span style="color: #D69D85;line-height: 26px;">"og:description"</span> <span style="color: #9CDCFE;line-height: 26px;">content</span>=<span style="color: #D69D85;line-height: 26px;">"description of your website/webpage"</span> /></span><br></code></pre><h4 data-tool="mdnice编辑器" style="letter-spacing: 0.07em;font-weight: bold;font-size: 18px;line-height: 1.4;margin-top: 27px;margin-bottom: 27px;"><span style="display: none;"></span><span style="font-size: 16px;display: inline-block;color: rgb(62, 76, 163);">og:image</span><span style="display: none;"></span></h4><p data-tool="mdnice编辑器" style="margin-top: 1.8em;margin-bottom: 1.8em;line-height: 1.8em;letter-spacing: 0.07em;">尺寸小于 300KB 且最小尺寸为 300 x 200 的图像(JPG 或 PNG)。此图像一般应通过具有有效<span style="font-weight: 600;color: #3e4ca3;">非自签名证书</span>的 HTTPS 链接提供。</p><pre data-tool="mdnice编辑器" style="margin-top: 10px;margin-bottom: 10px;border-radius: 5px;box-shadow: rgba(0, 0, 0, 0.55) 0px 2px 10px;"><span style="display: block;background: url("https://mmbiz.qpic.cn/mmbiz_svg/4h0Uv4XOMvP7Ldx550e1BziaD8usP4oFPPCqcQRxFargGsiaEN0mBUN043atTnibUFv0NkOju2LJDyNG8cfZVwLa920k2tCdU2d/640?wx_fmt=svg") 10px 10px / 40px no-repeat rgb(30, 30, 30);height: 30px;width: 100%;margin-bottom: -7px;border-radius: 5px;"></span><code style="overflow-x: auto;padding: 16px;color: #DCDCDC;display: -webkit-box;font-family: Operator Mono, Consolas, Monaco, Menlo, monospace;font-size: 12px;-webkit-overflow-scrolling: touch;padding-top: 15px;background: #1E1E1E;border-radius: 5px;"><span style="color: #9B9B9B;line-height: 26px;"><<span style="color: #569CD6;line-height: 26px;">meta</span><br>  <span style="color: #9CDCFE;line-height: 26px;">property</span>=<span style="color: #D69D85;line-height: 26px;">"og:image"</span><br>  <span style="color: #9CDCFE;line-height: 26px;">content</span>=<span style="color: #D69D85;line-height: 26px;">"//cdn.example.com/uploads/images/webpage_300x200.png"</span><br>/></span><br></code></pre><p data-tool="mdnice编辑器" style="margin-top: 1.8em;margin-bottom: 1.8em;line-height: 1.8em;letter-spacing: 0.07em;">虽然使用<code style="border-radius: 4px;font-family: "Operator Mono", Consolas, Monaco, Menlo, monospace;word-break: break-all;letter-spacing: 0.07em;font-size: 13px;color: rgb(155, 110, 35);background-color: rgb(255, 249, 227);padding: 3px;">og:image</code>添加图像比较容易,但有时让你的图像正确显示可能具有挑战性。开放图谱协议包括一些图像标签,例如<code style="border-radius: 4px;font-family: "Operator Mono", Consolas, Monaco, Menlo, monospace;word-break: break-all;letter-spacing: 0.07em;font-size: 13px;color: rgb(155, 110, 35);background-color: rgb(255, 249, 227);padding: 3px;">og:image:url</code>vs<code style="border-radius: 4px;font-family: "Operator Mono", Consolas, Monaco, Menlo, monospace;word-break: break-all;letter-spacing: 0.07em;font-size: 13px;color: rgb(155, 110, 35);background-color: rgb(255, 249, 227);padding: 3px;">og:image:secure_url</code>以及<code style="border-radius: 4px;font-family: "Operator Mono", Consolas, Monaco, Menlo, monospace;word-break: break-all;letter-spacing: 0.07em;font-size: 13px;color: rgb(155, 110, 35);background-color: rgb(255, 249, 227);padding: 3px;">og:image:width</code>和<code style="border-radius: 4px;font-family: "Operator Mono", Consolas, Monaco, Menlo, monospace;word-break: break-all;letter-spacing: 0.07em;font-size: 13px;color: rgb(155, 110, 35);background-color: rgb(255, 249, 227);padding: 3px;">og:image:height</code>,可以对图像进行更细致的控制。</p><p data-tool="mdnice编辑器" style="margin-top: 1.8em;margin-bottom: 1.8em;line-height: 1.8em;letter-spacing: 0.07em;">尽量确保你遵循<span style="font-weight: bold;color: rgb(62, 76, 163);">开放图形文档</span><sup style="line-height: 0;font-weight: bold;color: rgb(62, 76, 163);margin-left: 3px;">[5]</sup>中的所有注释和示例。此外,一些社交网络可能会对图像有特殊要求。例如,[Twitter 要求](<span style="font-weight: bold;color: rgb(62, 76, 163);">https://developer.twitter.com...</span><sup style="line-height: 0;font-weight: bold;color: rgb(62, 76, 163);margin-left: 3px;">[6]</sup>)比例为<code style="border-radius: 4px;font-family: "Operator Mono", Consolas, Monaco, Menlo, monospace;word-break: break-all;letter-spacing: 0.07em;font-size: 13px;color: rgb(155, 110, 35);background-color: rgb(255, 249, 227);padding: 3px;">2:1</code>,最小尺寸为 <code style="border-radius: 4px;font-family: "Operator Mono", Consolas, Monaco, Menlo, monospace;word-break: break-all;letter-spacing: 0.07em;font-size: 13px;color: rgb(155, 110, 35);background-color: rgb(255, 249, 227);padding: 3px;">300x157</code>,最大尺寸为 <code style="border-radius: 4px;font-family: "Operator Mono", Consolas, Monaco, Menlo, monospace;word-break: break-all;letter-spacing: 0.07em;font-size: 13px;color: rgb(155, 110, 35);background-color: rgb(255, 249, 227);padding: 3px;">4096x4096</code>,小于 <code style="border-radius: 4px;font-family: "Operator Mono", Consolas, Monaco, Menlo, monospace;word-break: break-all;letter-spacing: 0.07em;font-size: 13px;color: rgb(155, 110, 35);background-color: rgb(255, 249, 227);padding: 3px;">5MB</code>,JPG、PNG、WEBP 或 GIF 格式。</p><h4 data-tool="mdnice编辑器" style="letter-spacing: 0.07em;font-weight: bold;font-size: 18px;line-height: 1.4;margin-top: 27px;margin-bottom: 27px;"><span style="display: none;"></span><span style="font-size: 16px;display: inline-block;color: rgb(62, 76, 163);">og:video</span><span style="display: none;"></span></h4><p data-tool="mdnice编辑器" style="margin-top: 1.8em;margin-bottom: 1.8em;line-height: 1.8em;letter-spacing: 0.07em;"><code style="border-radius: 4px;font-family: "Operator Mono", Consolas, Monaco, Menlo, monospace;word-break: break-all;letter-spacing: 0.07em;font-size: 13px;color: rgb(155, 110, 35);background-color: rgb(255, 249, 227);padding: 3px;">og:video</code> 标签与 <code style="border-radius: 4px;font-family: "Operator Mono", Consolas, Monaco, Menlo, monospace;word-break: break-all;letter-spacing: 0.07em;font-size: 13px;color: rgb(155, 110, 35);background-color: rgb(255, 249, 227);padding: 3px;">og:image</code> 标签相同,用于补充“图形”对象的视频文件的 URL。</p><h4 data-tool="mdnice编辑器" style="letter-spacing: 0.07em;font-weight: bold;font-size: 18px;line-height: 1.4;margin-top: 27px;margin-bottom: 27px;"><span style="display: none;"></span><span style="font-size: 16px;display: inline-block;color: rgb(62, 76, 163);">og:type</span><span style="display: none;"></span></h4><p data-tool="mdnice编辑器" style="margin-top: 1.8em;margin-bottom: 1.8em;line-height: 1.8em;letter-spacing: 0.07em;">为了在图形中表示你的对象,你需要指定其类型。<span style="font-weight: bold;color: rgb(62, 76, 163);">这里</span><sup style="line-height: 0;font-weight: bold;color: rgb(62, 76, 163);margin-left: 3px;">[7]</sup> 是可用的全部类型列表。你还可以指定自己的类型。</p><pre data-tool="mdnice编辑器" style="margin-top: 10px;margin-bottom: 10px;border-radius: 5px;box-shadow: rgba(0, 0, 0, 0.55) 0px 2px 10px;"><span style="display: block;background: url("https://mmbiz.qpic.cn/mmbiz_svg/4h0Uv4XOMvP7Ldx550e1BziaD8usP4oFPPCqcQRxFargGsiaEN0mBUN043atTnibUFv0NkOju2LJDyNG8cfZVwLa920k2tCdU2d/640?wx_fmt=svg") 10px 10px / 40px no-repeat rgb(30, 30, 30);height: 30px;width: 100%;margin-bottom: -7px;border-radius: 5px;"></span><code style="overflow-x: auto;padding: 16px;color: #DCDCDC;display: -webkit-box;font-family: Operator Mono, Consolas, Monaco, Menlo, monospace;font-size: 12px;-webkit-overflow-scrolling: touch;padding-top: 15px;background: #1E1E1E;border-radius: 5px;"><span style="color: #9B9B9B;line-height: 26px;"><<span style="color: #569CD6;line-height: 26px;">meta</span> <span style="color: #9CDCFE;line-height: 26px;">property</span>=<span style="color: #D69D85;line-height: 26px;">"og:type"</span> <span style="color: #9CDCFE;line-height: 26px;">content</span>=<span style="color: #D69D85;line-height: 26px;">"article"</span> /></span><br></code></pre><p data-tool="mdnice编辑器" style="margin-top: 1.8em;margin-bottom: 1.8em;line-height: 1.8em;letter-spacing: 0.07em;">设置开放图标签时,你需要了解哪种类型对你的网站更有意义。如果你的页面专注于单个视频,则使用“video”类型可能是有意义的;如果它是一个没有特定垂直行业的一般网站,你可能更适合使用“website”类型。</p><h4 data-tool="mdnice编辑器" style="letter-spacing: 0.07em;font-weight: bold;font-size: 18px;line-height: 1.4;margin-top: 27px;margin-bottom: 27px;"><span style="display: none;"></span><span style="font-size: 16px;display: inline-block;color: rgb(62, 76, 163);">og:locale</span><span style="display: none;"></span></h4><p data-tool="mdnice编辑器" style="margin-top: 1.8em;margin-bottom: 1.8em;line-height: 1.8em;letter-spacing: 0.07em;">资源的语言环境。如果你有其他语言翻译可用,你也可以使用 <code style="border-radius: 4px;font-family: "Operator Mono", Consolas, Monaco, Menlo, monospace;word-break: break-all;letter-spacing: 0.07em;font-size: 13px;color: rgb(155, 110, 35);background-color: rgb(255, 249, 227);padding: 3px;">og:locale:alternate</code>。如果不指定 <code style="border-radius: 4px;font-family: "Operator Mono", Consolas, Monaco, Menlo, monospace;word-break: break-all;letter-spacing: 0.07em;font-size: 13px;color: rgb(155, 110, 35);background-color: rgb(255, 249, 227);padding: 3px;">og:locale</code>,则默认为 en_US。</p><pre data-tool="mdnice编辑器" style="margin-top: 10px;margin-bottom: 10px;border-radius: 5px;box-shadow: rgba(0, 0, 0, 0.55) 0px 2px 10px;"><span style="display: block;background: url("https://mmbiz.qpic.cn/mmbiz_svg/4h0Uv4XOMvP7Ldx550e1BziaD8usP4oFPPCqcQRxFargGsiaEN0mBUN043atTnibUFv0NkOju2LJDyNG8cfZVwLa920k2tCdU2d/640?wx_fmt=svg") 10px 10px / 40px no-repeat rgb(30, 30, 30);height: 30px;width: 100%;margin-bottom: -7px;border-radius: 5px;"></span><code style="overflow-x: auto;padding: 16px;color: #DCDCDC;display: -webkit-box;font-family: Operator Mono, Consolas, Monaco, Menlo, monospace;font-size: 12px;-webkit-overflow-scrolling: touch;padding-top: 15px;background: #1E1E1E;border-radius: 5px;"><span style="color: #9B9B9B;line-height: 26px;"><<span style="color: #569CD6;line-height: 26px;">meta</span> <span style="color: #9CDCFE;line-height: 26px;">property</span>=<span style="color: #D69D85;line-height: 26px;">"og:locale"</span> <span style="color: #9CDCFE;line-height: 26px;">content</span>=<span style="color: #D69D85;line-height: 26px;">"en_GB"</span> /></span><br><span style="color: #9B9B9B;line-height: 26px;"><<span style="color: #569CD6;line-height: 26px;">meta</span> <span style="color: #9CDCFE;line-height: 26px;">property</span>=<span style="color: #D69D85;line-height: 26px;">"og:locale:alternate"</span> <span style="color: #9CDCFE;line-height: 26px;">content</span>=<span style="color: #D69D85;line-height: 26px;">"fr_FR"</span> /></span><br><span style="color: #9B9B9B;line-height: 26px;"><<span style="color: #569CD6;line-height: 26px;">meta</span> <span style="color: #9CDCFE;line-height: 26px;">property</span>=<span style="color: #D69D85;line-height: 26px;">"og:locale:alternate"</span> <span style="color: #9CDCFE;line-height: 26px;">content</span>=<span style="color: #D69D85;line-height: 26px;">"es_ES"</span> /></span><br></code></pre><h4 data-tool="mdnice编辑器" style="letter-spacing: 0.07em;font-weight: bold;font-size: 18px;line-height: 1.4;margin-top: 27px;margin-bottom: 27px;"><span style="display: none;"></span><span style="font-size: 16px;display: inline-block;color: rgb(62, 76, 163);">video/audio</span><span style="display: none;"></span></h4><p data-tool="mdnice编辑器" style="margin-top: 1.8em;margin-bottom: 1.8em;line-height: 1.8em;letter-spacing: 0.07em;">还可以共享音频/视频。例如,Facebook 和 Twitter 可以很好地共享视频。当然,WhatsApp 也有这个选项,比如当你分享 Instagram 或 Youtube 链接时,WhatsApp 的预览会在应用内附带视频播放。</p><h4 data-tool="mdnice编辑器" style="letter-spacing: 0.07em;font-weight: bold;font-size: 18px;line-height: 1.4;margin-top: 27px;margin-bottom: 27px;"><span style="display: none;"></span><span style="font-size: 16px;display: inline-block;color: rgb(62, 76, 163);">products, persons, movies 等</span><span style="display: none;"></span></h4><p data-tool="mdnice编辑器" style="margin-top: 1.8em;margin-bottom: 1.8em;line-height: 1.8em;letter-spacing: 0.07em;">此类信息实际上取决于提供商(Facebook、Google),WhatsApp 和 Twitter 可以启用对产品的支持。这样,你与之共享链接的人可能会在共享链接“小部件”中看到价格、平均评分、评论等内容。</p><h4 data-tool="mdnice编辑器" style="letter-spacing: 0.07em;font-weight: bold;font-size: 18px;line-height: 1.4;margin-top: 27px;margin-bottom: 27px;"><span style="display: none;"></span><span style="font-size: 16px;display: inline-block;color: rgb(62, 76, 163);">favicon</span><span style="display: none;"></span></h4><p data-tool="mdnice编辑器" style="margin-top: 1.8em;margin-bottom: 1.8em;line-height: 1.8em;letter-spacing: 0.07em;">要获得对所有浏览器和设备的最佳图标支持,请阅读<span style="font-weight: bold;color: rgb(62, 76, 163);">此内容</span><sup style="line-height: 0;font-weight: bold;color: rgb(62, 76, 163);margin-left: 3px;">[8]</sup>。</p><h3 data-tool="mdnice编辑器" style="letter-spacing: 0.07em;font-weight: bold;font-size: 20px;line-height: 1.4;margin-top: 27px;margin-bottom: 27px;"><span style="background-image: url("https://mmbiz.qpic.cn/mmbiz_svg/4h0Uv4XOMvP7Ldx550e1BziaD8usP4oFPmiaKickibVyyzHlCTgI17fDVibCWLwqR0WsGOHj6qNZ7v4LhroBeqQMpLd5JicAjHicSsr/640?wx_fmt=svg");background-size: 15px 15px;display: inline-block;width: 15px;height: 15px;line-height: 15px;"></span><span style="display: none;"></span><span style="font-size: 18px;display: inline-block;margin-left: 8px;color: rgb(62, 76, 163);">Twitter 和其他使用开放图的社交媒体</span><span style="display: none;"></span></h3><p data-tool="mdnice编辑器" style="margin-top: 1.8em;margin-bottom: 1.8em;line-height: 1.8em;letter-spacing: 0.07em;">大多数社交网络都遵循开放图谱协议的基本元数据标签,当然,一些社交应用也会包括自己的扩展,以帮助<span style="font-weight: 600;color: #3e4ca3;">自定义</span>其生态系统中的一些外观展示。</p><p data-tool="mdnice编辑器" style="margin-top: 1.8em;margin-bottom: 1.8em;line-height: 1.8em;letter-spacing: 0.07em;">例如,Twitter 允许你指定<code style="border-radius: 4px;font-family: "Operator Mono", Consolas, Monaco, Menlo, monospace;word-break: break-all;letter-spacing: 0.07em;font-size: 13px;color: rgb(155, 110, 35);background-color: rgb(255, 249, 227);padding: 3px;">twitter:card</code>,这是你在展示你的网站时可以使用的“卡片”类型。他们的卡类型包括:</p><ul data-tool="mdnice编辑器" style="margin-top: 8px;margin-bottom: 8px;padding-left: 25px;" class="list-paddingleft-2"><li><section style="margin-top: 5px;margin-bottom: 5px;line-height: 1.8em;letter-spacing: 0.07em;">summary</section></li><li><section style="margin-top: 5px;margin-bottom: 5px;line-height: 1.8em;letter-spacing: 0.07em;">summary_large_image</section></li><li><section style="margin-top: 5px;margin-bottom: 5px;line-height: 1.8em;letter-spacing: 0.07em;">app</section></li><li><section style="margin-top: 5px;margin-bottom: 5px;line-height: 1.8em;letter-spacing: 0.07em;">player</section></li></ul><p data-tool="mdnice编辑器" style="margin-top: 1.8em;margin-bottom: 1.8em;line-height: 1.8em;letter-spacing: 0.07em;">这将帮助你选择如何在其 Feed 中使用你的链接。例如,如果你使用了<code style="border-radius: 4px;font-family: "Operator Mono", Consolas, Monaco, Menlo, monospace;word-break: break-all;letter-spacing: 0.07em;font-size: 13px;color: rgb(155, 110, 35);background-color: rgb(255, 249, 227);padding: 3px;">summary_large_image</code>,只要你在 <code style="border-radius: 4px;font-family: "Operator Mono", Consolas, Monaco, Menlo, monospace;word-break: break-all;letter-spacing: 0.07em;font-size: 13px;color: rgb(155, 110, 35);background-color: rgb(255, 249, 227);padding: 3px;">og:image</code> 标签中提供了链接,Twitter 就会显示带有高分辨率大图片的链接。</p><p data-tool="mdnice编辑器" style="margin-top: 1.8em;margin-bottom: 1.8em;line-height: 1.8em;letter-spacing: 0.07em;">要获得最佳 Twitter 支持,请阅读<span style="font-weight: bold;color: rgb(62, 76, 163);">Twitter 的相关文档</span><sup style="line-height: 0;font-weight: bold;color: rgb(62, 76, 163);margin-left: 3px;">[9]</sup>。</p><p data-tool="mdnice编辑器" style="margin-top: 1.8em;margin-bottom: 1.8em;line-height: 1.8em;letter-spacing: 0.07em;">要获得最佳 Facebook 支持,请阅读<span style="font-weight: bold;color: rgb(62, 76, 163);">Facebook 的分享指南</span><sup style="line-height: 0;font-weight: bold;color: rgb(62, 76, 163);margin-left: 3px;">[10]</sup>。</p><p data-tool="mdnice编辑器" style="margin-top: 1.8em;margin-bottom: 1.8em;line-height: 1.8em;letter-spacing: 0.07em;">以下是有关如何在某些社交媒体网站上使用开放图标签的文档链接,供你参考:</p><ul data-tool="mdnice编辑器" style="margin-top: 8px;margin-bottom: 8px;padding-left: 25px;" class="list-paddingleft-2"><li><section style="margin-top: 5px;margin-bottom: 5px;line-height: 1.8em;letter-spacing: 0.07em;"><span style="font-weight: bold;color: rgb(62, 76, 163);">Twitter</span><sup style="line-height: 0;font-weight: bold;color: rgb(62, 76, 163);margin-left: 3px;">[11]</sup></section></li><li><section style="margin-top: 5px;margin-bottom: 5px;line-height: 1.8em;letter-spacing: 0.07em;"><span style="font-weight: bold;color: rgb(62, 76, 163);">Facebook</span><sup style="line-height: 0;font-weight: bold;color: rgb(62, 76, 163);margin-left: 3px;">[12]</sup></section></li><li><section style="margin-top: 5px;margin-bottom: 5px;line-height: 1.8em;letter-spacing: 0.07em;"><span style="font-weight: bold;color: rgb(62, 76, 163);">Pinterest</span><sup style="line-height: 0;font-weight: bold;color: rgb(62, 76, 163);margin-left: 3px;">[13]</sup></section></li><li><section style="margin-top: 5px;margin-bottom: 5px;line-height: 1.8em;letter-spacing: 0.07em;"><span style="font-weight: bold;color: rgb(62, 76, 163);">LinkedIn</span><sup style="line-height: 0;font-weight: bold;color: rgb(62, 76, 163);margin-left: 3px;">[14]</sup></section></li></ul><h3 data-tool="mdnice编辑器" style="letter-spacing: 0.07em;font-weight: bold;font-size: 20px;line-height: 1.4;margin-top: 27px;margin-bottom: 27px;"><span style="background-image: url("https://mmbiz.qpic.cn/mmbiz_svg/4h0Uv4XOMvP7Ldx550e1BziaD8usP4oFPmiaKickibVyyzHlCTgI17fDVibCWLwqR0WsGOHj6qNZ7v4LhroBeqQMpLd5JicAjHicSsr/640?wx_fmt=svg");background-size: 15px 15px;display: inline-block;width: 15px;height: 15px;line-height: 15px;"></span><span style="display: none;"></span><span style="font-size: 18px;display: inline-block;margin-left: 8px;color: rgb(62, 76, 163);">测试你的开放图标签</span><span style="display: none;"></span></h3><p data-tool="mdnice编辑器" style="margin-top: 1.8em;margin-bottom: 1.8em;line-height: 1.8em;letter-spacing: 0.07em;">如果你在开发过程中遇到困难,也可以使用一些社交媒体提供的工具来测试、调试你的标签:</p><ul data-tool="mdnice编辑器" style="margin-top: 8px;margin-bottom: 8px;padding-left: 25px;" class="list-paddingleft-2"><li><section style="margin-top: 5px;margin-bottom: 5px;line-height: 1.8em;letter-spacing: 0.07em;"><span style="font-weight: bold;color: rgb(62, 76, 163);">Twitter</span><sup style="line-height: 0;font-weight: bold;color: rgb(62, 76, 163);margin-left: 3px;">[15]</sup></section></li><li><section style="margin-top: 5px;margin-bottom: 5px;line-height: 1.8em;letter-spacing: 0.07em;"><span style="font-weight: bold;color: rgb(62, 76, 163);">Facebook</span><sup style="line-height: 0;font-weight: bold;color: rgb(62, 76, 163);margin-left: 3px;">[16]</sup></section></li><li><section style="margin-top: 5px;margin-bottom: 5px;line-height: 1.8em;letter-spacing: 0.07em;"><span style="font-weight: bold;color: rgb(62, 76, 163);">Pinterest</span><sup style="line-height: 0;font-weight: bold;color: rgb(62, 76, 163);margin-left: 3px;">[17]</sup></section></li></ul><h3 data-tool="mdnice编辑器" style="letter-spacing: 0.07em;font-weight: bold;font-size: 20px;line-height: 1.4;margin-top: 27px;margin-bottom: 27px;"><span style="background-image: url("https://mmbiz.qpic.cn/mmbiz_svg/4h0Uv4XOMvP7Ldx550e1BziaD8usP4oFPmiaKickibVyyzHlCTgI17fDVibCWLwqR0WsGOHj6qNZ7v4LhroBeqQMpLd5JicAjHicSsr/640?wx_fmt=svg");background-size: 15px 15px;display: inline-block;width: 15px;height: 15px;line-height: 15px;"></span><span style="display: none;"></span><span style="font-size: 18px;display: inline-block;margin-left: 8px;color: rgb(62, 76, 163);">进一步探究开放图标签</span><span style="display: none;"></span></h3><p data-tool="mdnice编辑器" style="margin-top: 1.8em;margin-bottom: 1.8em;line-height: 1.8em;letter-spacing: 0.07em;">虽然以上介绍涵盖了一个网站中可能包含的大部分标签,但还有一些标签可能会帮助你和你的企业在整个社交网络中更多的被吸引和发现。如果你有兴趣<span style="font-weight: 600;color: #3e4ca3;">深入研究</span>,<span style="font-weight: bold;color: rgb(62, 76, 163);">The Open Graph protocol</span><sup style="line-height: 0;font-weight: bold;color: rgb(62, 76, 163);margin-left: 3px;">[18]</sup>官方文档将是一个很好的使用指南。</p><p data-tool="mdnice编辑器" style="margin-top: 1.8em;margin-bottom: 1.8em;line-height: 1.8em;letter-spacing: 0.07em;">如果你只是在寻找<span style="font-weight: 600;color: #3e4ca3;">入门示例</span>,例如为博客文章添加设置标签,你可以采用类似下面的结果:</p><pre data-tool="mdnice编辑器" style="margin-top: 10px;margin-bottom: 10px;border-radius: 5px;box-shadow: rgba(0, 0, 0, 0.55) 0px 2px 10px;"><span style="display: block;background: url("https://mmbiz.qpic.cn/mmbiz_svg/4h0Uv4XOMvP7Ldx550e1BziaD8usP4oFPPCqcQRxFargGsiaEN0mBUN043atTnibUFv0NkOju2LJDyNG8cfZVwLa920k2tCdU2d/640?wx_fmt=svg") 10px 10px / 40px no-repeat rgb(30, 30, 30);height: 30px;width: 100%;margin-bottom: -7px;border-radius: 5px;"></span><code style="overflow-x: auto;padding: 16px;color: #DCDCDC;display: -webkit-box;font-family: Operator Mono, Consolas, Monaco, Menlo, monospace;font-size: 12px;-webkit-overflow-scrolling: touch;padding-top: 15px;background: #1E1E1E;border-radius: 5px;"><span style="color: #9B9B9B;line-height: 26px;"><<span style="color: #569CD6;line-height: 26px;">meta</span> <span style="color: #9CDCFE;line-height: 26px;">property</span>=<span style="color: #D69D85;line-height: 26px;">"og:site_name"</span> <span style="color: #9CDCFE;line-height: 26px;">content</span>=<span style="color: #D69D85;line-height: 26px;">"Colby Fayock"</span> /></span><br><span style="color: #9B9B9B;line-height: 26px;"><<span style="color: #569CD6;line-height: 26px;">meta</span><br>  <span style="color: #9CDCFE;line-height: 26px;">property</span>=<span style="color: #D69D85;line-height: 26px;">"og:title"</span><br>  <span style="color: #9CDCFE;line-height: 26px;">content</span>=<span style="color: #D69D85;line-height: 26px;">"Anyone Can Map! Inspiration and an<br>introduction to the world of mapping - Colby Fayock"</span><br>/></span><br><span style="color: #9B9B9B;line-height: 26px;"><<span style="color: #569CD6;line-height: 26px;">meta</span><br>  <span style="color: #9CDCFE;line-height: 26px;">property</span>=<span style="color: #D69D85;line-height: 26px;">"og:description"</span><br>  <span style="color: #9CDCFE;line-height: 26px;">content</span>=<span style="color: #D69D85;line-height: 26px;">"Chef Gusteau was a visionary who created food experiences for the world to enjoy. How can we take his lessons and apply them to the world of…"</span><br>/></span><br><span style="color: #9B9B9B;line-height: 26px;"><<span style="color: #569CD6;line-height: 26px;">meta</span><br>  <span style="color: #9CDCFE;line-height: 26px;">property</span>=<span style="color: #D69D85;line-height: 26px;">"og:url"</span><br>  <span style="color: #9CDCFE;line-height: 26px;">content</span>=<span style="color: #D69D85;line-height: 26px;">"https://www.colbyfayock.com/2020/03/anyone-can-map-inspiration-and-an-introduction-to-the-world-of-mapping/"</span><br>/></span><br><span style="color: #9B9B9B;line-height: 26px;"><<span style="color: #569CD6;line-height: 26px;">meta</span> <span style="color: #9CDCFE;line-height: 26px;">property</span>=<span style="color: #D69D85;line-height: 26px;">"og:type"</span> <span style="color: #9CDCFE;line-height: 26px;">content</span>=<span style="color: #D69D85;line-height: 26px;">"article"</span> /></span><br><span style="color: #9B9B9B;line-height: 26px;"><<span style="color: #569CD6;line-height: 26px;">meta</span> <span style="color: #9CDCFE;line-height: 26px;">property</span>=<span style="color: #D69D85;line-height: 26px;">"article:publisher"</span> <span style="color: #9CDCFE;line-height: 26px;">content</span>=<span style="color: #D69D85;line-height: 26px;">"https://www.colbyfayock.com"</span> /></span><br><span style="color: #9B9B9B;line-height: 26px;"><<span style="color: #569CD6;line-height: 26px;">meta</span> <span style="color: #9CDCFE;line-height: 26px;">property</span>=<span style="color: #D69D85;line-height: 26px;">"article:section"</span> <span style="color: #9CDCFE;line-height: 26px;">content</span>=<span style="color: #D69D85;line-height: 26px;">"Coding"</span> /></span><br><span style="color: #9B9B9B;line-height: 26px;"><<span style="color: #569CD6;line-height: 26px;">meta</span> <span style="color: #9CDCFE;line-height: 26px;">property</span>=<span style="color: #D69D85;line-height: 26px;">"article:tag"</span> <span style="color: #9CDCFE;line-height: 26px;">content</span>=<span style="color: #D69D85;line-height: 26px;">"Coding"</span> /></span><br><span style="color: #9B9B9B;line-height: 26px;"><<span style="color: #569CD6;line-height: 26px;">meta</span><br>  <span style="color: #9CDCFE;line-height: 26px;">property</span>=<span style="color: #D69D85;line-height: 26px;">"og:image"</span><br>  <span style="color: #9CDCFE;line-height: 26px;">content</span>=<span style="color: #D69D85;line-height: 26px;">"https://res.cloudinary.com/fay/image/upload/w_1280,h_640,c_fill,q_auto,f_auto/w_860,c_fit,co_rgb:232129,g_west,x_80,y_-60,l_text:Source%20Sans%20Pro_70_line_spacing_-10_semibold:Anyone%20Can%20Map!%20Inspiration%20and%20an%20introduction%20to%20the%20world%20of%20mapping/blog-social-card-1.1"</span><br>/></span><br><span style="color: #9B9B9B;line-height: 26px;"><<span style="color: #569CD6;line-height: 26px;">meta</span><br>  <span style="color: #9CDCFE;line-height: 26px;">property</span>=<span style="color: #D69D85;line-height: 26px;">"og:image:secure_url"</span><br>  <span style="color: #9CDCFE;line-height: 26px;">content</span>=<span style="color: #D69D85;line-height: 26px;">"https://res.cloudinary.com/fay/image/upload/w_1280,h_640,c_fill,q_auto,f_auto/w_860,c_fit,co_rgb:232129,g_west,x_80,y_-60,l_text:Source%20Sans%20Pro_70_line_spacing_-10_semibold:Anyone%20Can%20Map!%20Inspiration%20and%20an%20introduction%20to%20the%20world%20of%20mapping/blog-social-card-1.1"</span><br>/></span><br><span style="color: #9B9B9B;line-height: 26px;"><<span style="color: #569CD6;line-height: 26px;">meta</span> <span style="color: #9CDCFE;line-height: 26px;">property</span>=<span style="color: #D69D85;line-height: 26px;">"og:image:width"</span> <span style="color: #9CDCFE;line-height: 26px;">content</span>=<span style="color: #D69D85;line-height: 26px;">"1280"</span> /></span><br><span style="color: #9B9B9B;line-height: 26px;"><<span style="color: #569CD6;line-height: 26px;">meta</span> <span style="color: #9CDCFE;line-height: 26px;">property</span>=<span style="color: #D69D85;line-height: 26px;">"og:image:height"</span> <span style="color: #9CDCFE;line-height: 26px;">content</span>=<span style="color: #D69D85;line-height: 26px;">"640"</span> /></span><br><span style="color: #9B9B9B;line-height: 26px;"><<span style="color: #569CD6;line-height: 26px;">meta</span> <span style="color: #9CDCFE;line-height: 26px;">property</span>=<span style="color: #D69D85;line-height: 26px;">"twitter:card"</span> <span style="color: #9CDCFE;line-height: 26px;">content</span>=<span style="color: #D69D85;line-height: 26px;">"summary_large_image"</span> /></span><br><span style="color: #9B9B9B;line-height: 26px;"><<span style="color: #569CD6;line-height: 26px;">meta</span><br>  <span style="color: #9CDCFE;line-height: 26px;">property</span>=<span style="color: #D69D85;line-height: 26px;">"twitter:image"</span><br>  <span style="color: #9CDCFE;line-height: 26px;">content</span>=<span style="color: #D69D85;line-height: 26px;">"https://res.cloudinary.com/fay/image/upload/w_1280,h_640,c_fill,q_auto,f_auto/w_860,c_fit,co_rgb:232129,g_west,x_80,y_-60,l_text:Source%20Sans%20Pro_70_line_spacing_-10_semibold:Anyone%20Can%20Map!%20Inspiration%20and%20an%20introduction%20to%20the%20world%20of%20mapping/blog-social-card-1.1"</span><br>/></span><br><span style="color: #9B9B9B;line-height: 26px;"><<span style="color: #569CD6;line-height: 26px;">meta</span> <span style="color: #9CDCFE;line-height: 26px;">property</span>=<span style="color: #D69D85;line-height: 26px;">"twitter:site"</span> <span style="color: #9CDCFE;line-height: 26px;">content</span>=<span style="color: #D69D85;line-height: 26px;">"@colbyfayock"</span> /></span><br></code></pre><p data-tool="mdnice编辑器" style="margin-top: 1.8em;margin-bottom: 1.8em;line-height: 1.8em;letter-spacing: 0.07em;">如果你正在寻找其他方法来优化和分析你的内容,下面几个链接也许会使你感兴趣:</p><ul data-tool="mdnice编辑器" style="margin-top: 8px;margin-bottom: 8px;padding-left: 25px;" class="list-paddingleft-2"><li><section style="margin-top: 5px;margin-bottom: 5px;line-height: 1.8em;letter-spacing: 0.07em;"><span style="font-weight: bold;color: rgb(62, 76, 163);">如何将社交媒体图像添加到你的 Github 项目存储库</span><sup style="line-height: 0;font-weight: bold;color: rgb(62, 76, 163);margin-left: 3px;">[19]</sup></section></li><li><section style="margin-top: 5px;margin-bottom: 5px;line-height: 1.8em;letter-spacing: 0.07em;"><span style="font-weight: bold;color: rgb(62, 76, 163);">如何理解 Google Analytics 和你网站的流量</span><sup style="line-height: 0;font-weight: bold;color: rgb(62, 76, 163);margin-left: 3px;">[20]</sup></section></li><li><section style="margin-top: 5px;margin-bottom: 5px;line-height: 1.8em;letter-spacing: 0.07em;"><span style="font-weight: bold;color: rgb(62, 76, 163);">如何使用 Google Analytics(分析)设置和跟踪 YouTube 频道的表现</span><sup style="line-height: 0;font-weight: bold;color: rgb(62, 76, 163);margin-left: 3px;">[21]</sup></section></li></ul><h2 data-tool="mdnice编辑器" style="font-weight: bold;font-size: 22px;letter-spacing: 0.07em;line-height: 1.8em;text-align: center;background-image: url("https://mmbiz.qpic.cn/mmbiz_svg/4h0Uv4XOMvP7Ldx550e1BziaD8usP4oFPeoZsV9N5bkPLPDwH8z0VoAibFMOO6ggz1Eo7pGn4rYpibAz6UFWQgx6iaBcDltbHC7U/640?wx_fmt=svg");background-position: center center;background-repeat: no-repeat;background-attachment: initial;background-origin: initial;background-clip: initial;background-size: 70px;margin-top: 27px;margin-bottom: 27px;"><span style="display: none;"></span><span style="display: inline-block;line-height: 10px;color: rgb(62, 76, 163);background-position: left center;background-repeat: no-repeat;background-attachment: initial;background-origin: initial;background-clip: initial;background-size: 63px;padding-top: 29px;font-size: 20px;padding-bottom: 29px;">OG 协议的其他说明</span></h2><p data-tool="mdnice编辑器" style="margin-top: 1.8em;margin-bottom: 1.8em;line-height: 1.8em;letter-spacing: 0.07em;">不同公司的许多技术审计结果表明,使用 Open Graph 标签<span style="font-weight: 600;color: #3e4ca3;">不会帮助你获得更好的 SEO 排名</span>,它们仅适用于在社交媒体展示丰富的“图形”对象。</p><p data-tool="mdnice编辑器" style="margin-top: 1.8em;margin-bottom: 1.8em;line-height: 1.8em;letter-spacing: 0.07em;"><br></p><h3 data-tool="mdnice编辑器" style="letter-spacing: 0.07em;font-weight: bold;font-size: 20px;line-height: 1.4;margin-top: 27px;margin-bottom: 27px;"><span style="line-height: 15px;letter-spacing: 0.07em;margin-top: 30px;margin-bottom: 15px;background-image: none;display: block;width: auto;height: auto;font-size: 15px;color: rgb(62, 76, 163);">参考资料</span></h3><section data-tool="mdnice编辑器"><span style="display: flex;"><span style="display: inline;width: 10%;background-image: none;background-position: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;font-size: 80%;opacity: 0.6;line-height: 26px;font-family: ptima-Regular, Optima, PingFangSC-light, PingFangTC-light, "PingFang SC", Cambria, Cochin, Georgia, Times, "Times New Roman", serif;">[1]</span><p style="display: inline;width: 90%;word-break: break-all;color: rgb(62, 76, 163);font-size: 13px;line-height: 1.8em;font-weight: 800;letter-spacing: 0.07em;">Dublin Core: <span style="color: rgb(127, 127, 127);font-weight: normal;letter-spacing: 0.07em;pointer-events: auto;user-select: auto;">https://link.segmentfault.com/?enc=3jOYnFTQwjsRHiqe5Wcfqg%3D%3D.jFmXd%2BjUa71kPZtws3MnaDsrGJ8XZBBw657r6vVW5%2F0BOtXU32562ZZHsWPIo%2FIXgC2jI7T%2Fw6KM9YHyjSsjOw%3D%3D</span></p></span><span style="display: flex;"><span style="display: inline;width: 10%;background-image: none;background-position: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;font-size: 80%;opacity: 0.6;line-height: 26px;font-family: ptima-Regular, Optima, PingFangSC-light, PingFangTC-light, "PingFang SC", Cambria, Cochin, Georgia, Times, "Times New Roman", serif;">[2]</span><p style="display: inline;width: 90%;word-break: break-all;color: rgb(62, 76, 163);font-size: 13px;line-height: 1.8em;font-weight: 800;letter-spacing: 0.07em;">https://www.baidu.com/: <span style="color: rgb(127, 127, 127);font-weight: normal;letter-spacing: 0.07em;pointer-events: auto;user-select: auto;">https://link.segmentfault.com/?enc=36Sy6xdY3qBGWTu9788RIQ%3D%3D.4DftXT0QoXwlnO1x9GHZ8GhSvZGDOrXjj%2BNOJnA6gEw%3D</span></p></span><span style="display: flex;"><span style="display: inline;width: 10%;background-image: none;background-position: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;font-size: 80%;opacity: 0.6;line-height: 26px;font-family: ptima-Regular, Optima, PingFangSC-light, PingFangTC-light, "PingFang SC", Cambria, Cochin, Georgia, Times, "Times New Roman", serif;">[3]</span><p style="display: inline;width: 90%;word-break: break-all;color: rgb(62, 76, 163);font-size: 13px;line-height: 1.8em;font-weight: 800;letter-spacing: 0.07em;">Open Graph: <span style="color: rgb(127, 127, 127);font-weight: normal;letter-spacing: 0.07em;pointer-events: auto;user-select: auto;">https://link.segmentfault.com/?enc=cCLjszExbRpeyJocK8vlVw%3D%3D.M2HfZhYlYucQL%2BxKFJIWYQ%3D%3D</span></p></span><span style="display: flex;"><span style="display: inline;width: 10%;background-image: none;background-position: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;font-size: 80%;opacity: 0.6;line-height: 26px;font-family: ptima-Regular, Optima, PingFangSC-light, PingFangTC-light, "PingFang SC", Cambria, Cochin, Georgia, Times, "Times New Roman", serif;">[4]</span><p style="display: inline;width: 90%;word-break: break-all;color: rgb(62, 76, 163);font-size: 13px;line-height: 1.8em;font-weight: 800;letter-spacing: 0.07em;">https://ogp.me/: <span style="color: rgb(127, 127, 127);font-weight: normal;letter-spacing: 0.07em;pointer-events: auto;user-select: auto;">https://link.segmentfault.com/?enc=a89QPgl0YZF0a1AsLSEW6g%3D%3D.DAhMHvFSa8mCdd7r7SVZJQ%3D%3D</span></p></span><span style="display: flex;"><span style="display: inline;width: 10%;background-image: none;background-position: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;font-size: 80%;opacity: 0.6;line-height: 26px;font-family: ptima-Regular, Optima, PingFangSC-light, PingFangTC-light, "PingFang SC", Cambria, Cochin, Georgia, Times, "Times New Roman", serif;">[5]</span><p style="display: inline;width: 90%;word-break: break-all;color: rgb(62, 76, 163);font-size: 13px;line-height: 1.8em;font-weight: 800;letter-spacing: 0.07em;">开放图形文档: <span style="color: rgb(127, 127, 127);font-weight: normal;letter-spacing: 0.07em;pointer-events: auto;user-select: auto;">https://link.segmentfault.com/?enc=7zlkFe7ZbP0FzqiKnOWy5A%3D%3D.R9EZiXzBB2bEOyJiXfaPXw1yzR93Py1bQvnfmPSFbrU%3D</span></p></span><span style="display: flex;"><span style="display: inline;width: 10%;background-image: none;background-position: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;font-size: 80%;opacity: 0.6;line-height: 26px;font-family: ptima-Regular, Optima, PingFangSC-light, PingFangTC-light, "PingFang SC", Cambria, Cochin, Georgia, Times, "Times New Roman", serif;">[6]</span><p style="display: inline;width: 90%;word-break: break-all;color: rgb(62, 76, 163);font-size: 13px;line-height: 1.8em;font-weight: 800;letter-spacing: 0.07em;">https://developer.twitter.com...: <span style="color: rgb(127, 127, 127);font-weight: normal;letter-spacing: 0.07em;pointer-events: auto;user-select: auto;">https://link.segmentfault.com/?enc=pd95Ce4gBLO3CGkWN7wjfg%3D%3D.rY3E4HSM295%2B7HXHC2FvvUP88%2FU%2BMEsIG6sgDkUBWTcJDbpSUtP14ZaNUoc0nQg7ZlopdNZbvXsi8hlbd9TGeErSpnS5yzlTcunMnSsR2FTmeUWpDNkHyBMX1euJ5GWIReehLsO8ANNJ46X2DXL0Jg%3D%3D</span></p></span><span style="display: flex;"><span style="display: inline;width: 10%;background-image: none;background-position: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;font-size: 80%;opacity: 0.6;line-height: 26px;font-family: ptima-Regular, Optima, PingFangSC-light, PingFangTC-light, "PingFang SC", Cambria, Cochin, Georgia, Times, "Times New Roman", serif;">[7]</span><p style="display: inline;width: 90%;word-break: break-all;color: rgb(62, 76, 163);font-size: 13px;line-height: 1.8em;font-weight: 800;letter-spacing: 0.07em;">这里: <span style="color: rgb(127, 127, 127);font-weight: normal;letter-spacing: 0.07em;pointer-events: auto;user-select: auto;">https://link.segmentfault.com/?enc=HEQyrnjiLeQBVK81Q1Lb7Q%3D%3D.fIwp1Jw7xaipcTam6cSYlhYPNavceRotim5Al4zRnMc%3D</span></p></span><span style="display: flex;"><span style="display: inline;width: 10%;background-image: none;background-position: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;font-size: 80%;opacity: 0.6;line-height: 26px;font-family: ptima-Regular, Optima, PingFangSC-light, PingFangTC-light, "PingFang SC", Cambria, Cochin, Georgia, Times, "Times New Roman", serif;">[8]</span><p style="display: inline;width: 90%;word-break: break-all;color: rgb(62, 76, 163);font-size: 13px;line-height: 1.8em;font-weight: 800;letter-spacing: 0.07em;">此内容: <span style="color: rgb(127, 127, 127);font-weight: normal;letter-spacing: 0.07em;pointer-events: auto;user-select: auto;">https://link.segmentfault.com/?enc=5xECg8MPoRSDaBN6TTNUXw%3D%3D.FBUmOLGBWEnTORONQ6K1%2Bt3PEusAwv5jFEDtFMCvU%2FSZy6ZKXR3BF3VbZ4c%2FU1yV</span></p></span><span style="display: flex;"><span style="display: inline;width: 10%;background-image: none;background-position: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;font-size: 80%;opacity: 0.6;line-height: 26px;font-family: ptima-Regular, Optima, PingFangSC-light, PingFangTC-light, "PingFang SC", Cambria, Cochin, Georgia, Times, "Times New Roman", serif;">[9]</span><p style="display: inline;width: 90%;word-break: break-all;color: rgb(62, 76, 163);font-size: 13px;line-height: 1.8em;font-weight: 800;letter-spacing: 0.07em;">Twitter 的相关文档: <span style="color: rgb(127, 127, 127);font-weight: normal;letter-spacing: 0.07em;pointer-events: auto;user-select: auto;">https://link.segmentfault.com/?enc=cjVMD0aU3F%2FQcKcZP9A5Gw%3D%3D.Sabq%2F8hV1ruuy4MOXHIcg3F4npmqk%2Fo5%2BoAduigz6etsdp3UQH%2B42v%2F7%2Fi5VOcIW</span></p></span><span style="display: flex;"><span style="display: inline;width: 10%;background-image: none;background-position: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;font-size: 80%;opacity: 0.6;line-height: 26px;font-family: ptima-Regular, Optima, PingFangSC-light, PingFangTC-light, "PingFang SC", Cambria, Cochin, Georgia, Times, "Times New Roman", serif;">[10]</span><p style="display: inline;width: 90%;word-break: break-all;color: rgb(62, 76, 163);font-size: 13px;line-height: 1.8em;font-weight: 800;letter-spacing: 0.07em;">Facebook 的分享指南: <span style="color: rgb(127, 127, 127);font-weight: normal;letter-spacing: 0.07em;pointer-events: auto;user-select: auto;">https://link.segmentfault.com/?enc=QenZjA9NDXjiv10yNyn0Tg%3D%3D.zkb6%2FF2eIs%2BzS0S8Daqv1P%2FNMPnS3GFf60TmvZq%2Br8QiYkzswLlS0ck%2BdrHy8XMiBR1VjhvIDuR73O2Jj39kwA%3D%3D</span></p></span><span style="display: flex;"><span style="display: inline;width: 10%;background-image: none;background-position: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;font-size: 80%;opacity: 0.6;line-height: 26px;font-family: ptima-Regular, Optima, PingFangSC-light, PingFangTC-light, "PingFang SC", Cambria, Cochin, Georgia, Times, "Times New Roman", serif;">[11]</span><p style="display: inline;width: 90%;word-break: break-all;color: rgb(62, 76, 163);font-size: 13px;line-height: 1.8em;font-weight: 800;letter-spacing: 0.07em;">Twitter: <span style="color: rgb(127, 127, 127);font-weight: normal;letter-spacing: 0.07em;pointer-events: auto;user-select: auto;">https://link.segmentfault.com/?enc=FQzsabi7jvSLKu4t0GXwIg%3D%3D.pqnzRROEepA4YrvYzo2UymV5k352YqIAyUEpVqEqf7gzLjLgw9nS2Q0rfBKQynIRyW86f5krrz8zyW%2Fud%2BX8o%2BsqWiz%2F0LofUiqLY%2BzF3Lfv6HVvrjrAKE5BKzGM0Y5C</span></p></span><span style="display: flex;"><span style="display: inline;width: 10%;background-image: none;background-position: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;font-size: 80%;opacity: 0.6;line-height: 26px;font-family: ptima-Regular, Optima, PingFangSC-light, PingFangTC-light, "PingFang SC", Cambria, Cochin, Georgia, Times, "Times New Roman", serif;">[12]</span><p style="display: inline;width: 90%;word-break: break-all;color: rgb(62, 76, 163);font-size: 13px;line-height: 1.8em;font-weight: 800;letter-spacing: 0.07em;">Facebook: <span style="color: rgb(127, 127, 127);font-weight: normal;letter-spacing: 0.07em;pointer-events: auto;user-select: auto;">https://link.segmentfault.com/?enc=%2FuYK7rffIFc%2FOItVkx33Yw%3D%3D.UHotEdXT1v9EU2S3aizlxxdzsI9J8WwN2kyJCuof1AL5H3UP%2B58Diz8df%2B1rVY8QWLE2iw0Xjk4RXOR3pnSiEw%3D%3D</span></p></span><span style="display: flex;"><span style="display: inline;width: 10%;background-image: none;background-position: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;font-size: 80%;opacity: 0.6;line-height: 26px;font-family: ptima-Regular, Optima, PingFangSC-light, PingFangTC-light, "PingFang SC", Cambria, Cochin, Georgia, Times, "Times New Roman", serif;">[13]</span><p style="display: inline;width: 90%;word-break: break-all;color: rgb(62, 76, 163);font-size: 13px;line-height: 1.8em;font-weight: 800;letter-spacing: 0.07em;">Pinterest: <span style="color: rgb(127, 127, 127);font-weight: normal;letter-spacing: 0.07em;pointer-events: auto;user-select: auto;">https://link.segmentfault.com/?enc=TxBX%2F7QugKxfpdJ%2F5YFYpA%3D%3D.QGTo3CdisZrB%2BwueioeCm4xgw4wFIHQbnVQ2XcDXH1w%2B14SlaOst0kBAeh6%2FCqHCMlqliER3E0TVSfYhCs9twQ%3D%3D</span></p></span><span style="display: flex;"><span style="display: inline;width: 10%;background-image: none;background-position: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;font-size: 80%;opacity: 0.6;line-height: 26px;font-family: ptima-Regular, Optima, PingFangSC-light, PingFangTC-light, "PingFang SC", Cambria, Cochin, Georgia, Times, "Times New Roman", serif;">[14]</span><p style="display: inline;width: 90%;word-break: break-all;color: rgb(62, 76, 163);font-size: 13px;line-height: 1.8em;font-weight: 800;letter-spacing: 0.07em;">LinkedIn: <span style="color: rgb(127, 127, 127);font-weight: normal;letter-spacing: 0.07em;pointer-events: auto;user-select: auto;">https://link.segmentfault.com/?enc=Z0%2FCxX38t46cDeeSC%2FUWUQ%3D%3D.ySVwptLU%2BZwY8dF%2BFSjAjGf0P9yC7NpOpdrBVKmrdHIS3PoWKlVSAmEI%2Bs5q6i8YAXGsQkannBJgpnVTFnfj8kqeEQD4GQ5pmS8OKqB%2FVMZvgBq6ARUeqZBYeGmyAH%2BzJEUy8m7WC2gRl2Buo5xrag%3D%3D</span></p></span><span style="display: flex;"><span style="display: inline;width: 10%;background-image: none;background-position: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;font-size: 80%;opacity: 0.6;line-height: 26px;font-family: ptima-Regular, Optima, PingFangSC-light, PingFangTC-light, "PingFang SC", Cambria, Cochin, Georgia, Times, "Times New Roman", serif;">[15]</span><p style="display: inline;width: 90%;word-break: break-all;color: rgb(62, 76, 163);font-size: 13px;line-height: 1.8em;font-weight: 800;letter-spacing: 0.07em;">Twitter: <span style="color: rgb(127, 127, 127);font-weight: normal;letter-spacing: 0.07em;pointer-events: auto;user-select: auto;">https://link.segmentfault.com/?enc=KZz8FfZYqTj1k4TPLTMOLg%3D%3D.Ybrzdc%2FoYPpBqNGeEIrwR35ByHjP3uCRx5Hf0qupvXhctxr6i2ILScWrqZlZBRQR</span></p></span><span style="display: flex;"><span style="display: inline;width: 10%;background-image: none;background-position: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;font-size: 80%;opacity: 0.6;line-height: 26px;font-family: ptima-Regular, Optima, PingFangSC-light, PingFangTC-light, "PingFang SC", Cambria, Cochin, Georgia, Times, "Times New Roman", serif;">[16]</span><p style="display: inline;width: 90%;word-break: break-all;color: rgb(62, 76, 163);font-size: 13px;line-height: 1.8em;font-weight: 800;letter-spacing: 0.07em;">Facebook: <span style="color: rgb(127, 127, 127);font-weight: normal;letter-spacing: 0.07em;pointer-events: auto;user-select: auto;">https://link.segmentfault.com/?enc=AwNL39xHGyvZF%2FOMW7KAUQ%3D%3D.rzCDZehzuAX%2B9G5F8fL0lGeKJ%2B%2B6XfvSwQkU0KY3aN4BkBLFNz%2BTEFBsBww6q7xp</span></p></span><span style="display: flex;"><span style="display: inline;width: 10%;background-image: none;background-position: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;font-size: 80%;opacity: 0.6;line-height: 26px;font-family: ptima-Regular, Optima, PingFangSC-light, PingFangTC-light, "PingFang SC", Cambria, Cochin, Georgia, Times, "Times New Roman", serif;">[17]</span><p style="display: inline;width: 90%;word-break: break-all;color: rgb(62, 76, 163);font-size: 13px;line-height: 1.8em;font-weight: 800;letter-spacing: 0.07em;">Pinterest: <span style="color: rgb(127, 127, 127);font-weight: normal;letter-spacing: 0.07em;pointer-events: auto;user-select: auto;">https://link.segmentfault.com/?enc=qwvL21%2BOTRcVdDUzzzMAWQ%3D%3D.xzb1w1ENdimc246SycsBE%2Bw20FjUJYoNiFCQEqiwLZf2nGkNEDT1eTQqnHUavUwbaLrcKuKX7IHAX9lm0ITyMg%3D%3D</span></p></span><span style="display: flex;"><span style="display: inline;width: 10%;background-image: none;background-position: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;font-size: 80%;opacity: 0.6;line-height: 26px;font-family: ptima-Regular, Optima, PingFangSC-light, PingFangTC-light, "PingFang SC", Cambria, Cochin, Georgia, Times, "Times New Roman", serif;">[18]</span><p style="display: inline;width: 90%;word-break: break-all;color: rgb(62, 76, 163);font-size: 13px;line-height: 1.8em;font-weight: 800;letter-spacing: 0.07em;">The Open Graph protocol: <span style="color: rgb(127, 127, 127);font-weight: normal;letter-spacing: 0.07em;pointer-events: auto;user-select: auto;">https://link.segmentfault.com/?enc=cG%2BgI%2BwDYBOW5wD56Mm6bA%3D%3D.14IWdL%2FX4g4NdkkkR5Ektg%3D%3D</span></p></span><span style="display: flex;"><span style="display: inline;width: 10%;background-image: none;background-position: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;font-size: 80%;opacity: 0.6;line-height: 26px;font-family: ptima-Regular, Optima, PingFangSC-light, PingFangTC-light, "PingFang SC", Cambria, Cochin, Georgia, Times, "Times New Roman", serif;">[19]</span><p style="display: inline;width: 90%;word-break: break-all;color: rgb(62, 76, 163);font-size: 13px;line-height: 1.8em;font-weight: 800;letter-spacing: 0.07em;">如何将社交媒体图像添加到你的 Github 项目存储库: <span style="color: rgb(127, 127, 127);font-weight: normal;letter-spacing: 0.07em;pointer-events: auto;user-select: auto;">https://link.segmentfault.com/?enc=NO1Y2dOiQR%2FXU2VkF8Y%2B9w%3D%3D.kYK6yhv5Ti0eOOhrb1HeDkm%2BrZw17AFtCr5p1ppZxPbOvKqb0Pkd%2F%2FzY%2FhmiUtpocNwHkjRupBqMtKZRpeR5lEQlJBR2dICja%2F9aV4vDRKSPZU4p53D55TIv4H%2FWR7PF</span></p></span><span style="display: flex;"><span style="display: inline;width: 10%;background-image: none;background-position: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;font-size: 80%;opacity: 0.6;line-height: 26px;font-family: ptima-Regular, Optima, PingFangSC-light, PingFangTC-light, "PingFang SC", Cambria, Cochin, Georgia, Times, "Times New Roman", serif;">[20]</span><p style="display: inline;width: 90%;word-break: break-all;color: rgb(62, 76, 163);font-size: 13px;line-height: 1.8em;font-weight: 800;letter-spacing: 0.07em;">如何理解 Google Analytics 和你网站的流量: <span style="color: rgb(127, 127, 127);font-weight: normal;letter-spacing: 0.07em;pointer-events: auto;user-select: auto;">https://link.segmentfault.com/?enc=c2jycunozlN%2BU6gkQ6PXIA%3D%3D.uuWtkaCIK7XJZKNuPqvTEgWDI1YMlT3lX%2BHpSHIUZ7zcoPvkXrHsSJWy9SSPhap%2Fw8Wd7MOb1xHTp%2BONKoEGdo5dpTxlaDMwSVw20KZO8bMuRkegUdshfedlVKshBxtBOicCtQ453F8YsvwEudrsvg%3D%3D</span></p></span><span style="display: flex;"><span style="display: inline;width: 10%;background-image: none;background-position: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;font-size: 80%;opacity: 0.6;line-height: 26px;font-family: ptima-Regular, Optima, PingFangSC-light, PingFangTC-light, "PingFang SC", Cambria, Cochin, Georgia, Times, "Times New Roman", serif;">[21]</span><p style="display: inline;width: 90%;word-break: break-all;color: rgb(62, 76, 163);font-size: 13px;line-height: 1.8em;font-weight: 800;letter-spacing: 0.07em;">如何使用 Google Analytics(分析)设置和跟踪 YouTube 频道的表现: <span style="color: rgb(127, 127, 127);font-weight: normal;letter-spacing: 0.07em;pointer-events: auto;user-select: auto;">https://link.segmentfault.com/?enc=iDyhIYuMCinuERFvPPEFGA%3D%3D.GLble32AQxAuSGoX6BHGtEwZOdmf2LBz%2BGAfQvZRhQzWQqDi8Fngav%2BQYobStOeOaEnYt29Xx4T0DRa4s%2Fui8NLVfpbd%2BZK%2BvWWiy2%2BE0o5UYQ8xMFDN8L8ipCVp0eT4nl5ROn7VId%2Foc0mjbDRa2w%3D%3D</span></p></span><span style="display: flex;"><span style="display: inline;width: 10%;background-image: none;background-position: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;font-size: 80%;opacity: 0.6;line-height: 26px;font-family: ptima-Regular, Optima, PingFangSC-light, PingFangTC-light, "PingFang SC", Cambria, Cochin, Georgia, Times, "Times New Roman", serif;">[22]</span><p style="display: inline;width: 90%;word-break: break-all;color: rgb(62, 76, 163);font-size: 13px;line-height: 1.8em;font-weight: 800;letter-spacing: 0.07em;">The Open Graph protocol: <span style="color: rgb(127, 127, 127);font-weight: normal;letter-spacing: 0.07em;pointer-events: auto;user-select: auto;">https://link.segmentfault.com/?enc=KR%2Bm8htb2yF6JJ5fVJInHQ%3D%3D.hHP8%2BAkCaTiPlTn%2BKz5ovw%3D%3D</span></p></span><span style="display: flex;"><span style="display: inline;width: 10%;background-image: none;background-position: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;font-size: 80%;opacity: 0.6;line-height: 26px;font-family: ptima-Regular, Optima, PingFangSC-light, PingFangTC-light, "PingFang SC", Cambria, Cochin, Georgia, Times, "Times New Roman", serif;">[23]</span><p style="display: inline;width: 90%;word-break: break-all;color: rgb(62, 76, 163);font-size: 13px;line-height: 1.8em;font-weight: 800;letter-spacing: 0.07em;">What is Open Graph and how can I use it for my website?: <span style="color: rgb(127, 127, 127);font-weight: normal;letter-spacing: 0.07em;pointer-events: auto;user-select: auto;">https://link.segmentfault.com/?enc=qs%2FbX%2FDQiITfHfcnlSM8Ig%3D%3D.MrEdpkjpljq6SPid9MTmm3vC8cqwDKQq6atyL7UnClnLViB6Er7s8jMC2IgPIDmHyYQG%2B9v04pP3S8NBy2Yi1XgKK3FXm5imHjMSXZPvoze%2FeaBLFbM0pK6XdSio%2F2hv</span></p></span><span style="display: flex;"><span style="display: inline;width: 10%;background-image: none;background-position: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;font-size: 80%;opacity: 0.6;line-height: 26px;font-family: ptima-Regular, Optima, PingFangSC-light, PingFangTC-light, "PingFang SC", Cambria, Cochin, Georgia, Times, "Times New Roman", serif;">[24]</span><p style="display: inline;width: 90%;word-break: break-all;color: rgb(62, 76, 163);font-size: 13px;line-height: 1.8em;font-weight: 800;letter-spacing: 0.07em;">Provide an image for WhatsApp link sharing: <span style="color: rgb(127, 127, 127);font-weight: normal;letter-spacing: 0.07em;pointer-events: auto;user-select: auto;">https://link.segmentfault.com/?enc=K6DkEGhoQnm3O%2BAp1kMfnQ%3D%3D.56CrvA6PUjvO9kxnUl1VCiruUXFkFl0Zb1JJ%2Bq9AUV93wiTTNhdOsqQq4egLKU26jsLik9NueONdlTbXMxOoVaK1AM82CtFNl%2FCZDDe8hkUik3f2q446lfE2JVI%2B21PK</span></p></span><span style="display: flex;"><span style="display: inline;width: 10%;background-image: none;background-position: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;font-size: 80%;opacity: 0.6;line-height: 26px;font-family: ptima-Regular, Optima, PingFangSC-light, PingFangTC-light, "PingFang SC", Cambria, Cochin, Georgia, Times, "Times New Roman", serif;">[25]</span><p style="display: inline;width: 90%;word-break: break-all;color: rgb(62, 76, 163);font-size: 13px;line-height: 1.8em;font-weight: 800;letter-spacing: 0.07em;">How to Customize which URL, Text and IMG to Share: <span style="color: rgb(127, 127, 127);font-weight: normal;letter-spacing: 0.07em;pointer-events: auto;user-select: auto;">https://link.segmentfault.com/?enc=Or0z0RVZNkMXOaLOdF%2FGNg%3D%3D.71ri%2FM42sbxgX%2B%2FcGG0ZPCf%2BGrhW%2BHKRjA7RrBJxFiWXpnUpankf6xAsGgIHa4EG1YGluI%2B7a3RwRqLFjV2vUagFo5OreLU6khC%2FVDe8KQvcYKV5XXdOJG0%2Bic0BC7E%2B</span></p></span><span style="display: flex;"><span style="display: inline;width: 10%;background-image: none;background-position: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;font-size: 80%;opacity: 0.6;line-height: 26px;font-family: ptima-Regular, Optima, PingFangSC-light, PingFangTC-light, "PingFang SC", Cambria, Cochin, Georgia, Times, "Times New Roman", serif;">[26]</span><p style="display: inline;width: 90%;word-break: break-all;color: rgb(62, 76, 163);font-size: 13px;line-height: 1.8em;font-weight: 800;letter-spacing: 0.07em;">个人博客: <span style="color: rgb(127, 127, 127);font-weight: normal;letter-spacing: 0.07em;pointer-events: auto;user-select: auto;">https://link.segmentfault.com/?enc=5aQvR2YDFkmOUu73CE1puQ%3D%3D.SWjkeYmRXAkzxHrnIJ%2BbHeaLbSHf0gqmYca2HzJAPQGwUyOGhJwEXcBi0isYxtZlJbtXZX2%2F1bbvT4iU6CA4%2Fw%3D%3D</span></p></span><span style="display: flex;"><span style="display: inline;width: 10%;background-image: none;background-position: initial;background-size: initial;background-repeat: initial;background-attachment: initial;background-origin: initial;background-clip: initial;font-size: 80%;opacity: 0.6;line-height: 26px;font-family: ptima-Regular, Optima, PingFangSC-light, PingFangTC-light, "PingFang SC", Cambria, Cochin, Georgia, Times, "Times New Roman", serif;">[27]</span><p style="display: inline;width: 90%;word-break: break-all;color: rgb(62, 76, 163);font-size: 13px;line-height: 1.8em;font-weight: 800;letter-spacing: 0.07em;">指正和star: <span style="color: rgb(127, 127, 127);font-weight: normal;letter-spacing: 0.07em;pointer-events: auto;user-select: auto;">https://link.segmentfault.com/?enc=XZnFfAk1Y6Kykj6%2FhD%2FEkw%3D%3D.xKVGaZDW6JYxewDjzPWndJBGZ1m4gEuhLyDoMS62%2Bzm3aqvV9PHatdvjnxEMBf0e</span></p></span></section></section><p><br></p><pre data-wrap="false" style="outline: 0px;font-size: 16px;text-align: left;letter-spacing: 0.544px;color: rgb(63, 63, 63);background-color: rgb(255, 255, 255);"><section style="margin-top: 10px;outline: 0px;line-height: 1.75em;"><code style="outline: 0px;"><p style="outline: 0px;text-align: center;">The End</p><p style="outline: 0px;text-align: center;"><span style="font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", Arial, sans-serif;letter-spacing: 0.544px;text-align: left;"></span></p></code></section></pre><p style="outline: 0px;font-size: 16px;white-space: normal;font-family: -apple-system, system-ui, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", Arial, sans-serif;letter-spacing: 0.544px;color: rgb(63, 63, 63);background-color: rgb(255, 255, 255);text-align: right;"><span style="outline: 0px;font-family: "Helvetica Neue", Helvetica, "Hiragino Sans GB", "Microsoft YaHei", Arial, sans-serif;letter-spacing: 2px;word-spacing: 2px;color: rgb(0, 82, 255);"><strong style="outline: 0px;"><strong style="outline: 0px;font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", Arial, sans-serif;letter-spacing: 0.544px;widows: 1;caret-color: rgb(0, 0, 0);text-align: left;color: rgb(136, 136, 136);"><span style="outline: 0px;letter-spacing: 1px;"><span style="outline: 0px;color: rgb(119, 119, 119);font-family: Optima-Regular, Optima, PingFangSC-light, PingFangTC-light, "PingFang SC", Cambria, Cochin, Georgia, Times, "Times New Roman", serif;font-size: 14px;letter-spacing: 0.476px;">创作不易,</span><strong style="outline: 0px;color: rgb(119, 119, 119);font-family: Optima-Regular, Optima, PingFangSC-light, PingFangTC-light, "PingFang SC", Cambria, Cochin, Georgia, Times, "Times New Roman", serif;font-size: 14px;letter-spacing: 0.476px;">加个</strong><strong style="outline: 0px;letter-spacing: 0.544px;text-align: right;color: rgb(37, 132, 181);">点赞、在看</strong><strong style="outline: 0px;color: rgb(119, 119, 119);font-family: Optima-Regular, Optima, PingFangSC-light, PingFangTC-light, "PingFang SC", Cambria, Cochin, Georgia, Times, "Times New Roman", serif;font-size: 14px;letter-spacing: 0.476px;"> </strong><span style="outline: 0px;color: rgb(119, 119, 119);font-family: Optima-Regular, Optima, PingFangSC-light, PingFangTC-light, "PingFang SC", Cambria, Cochin, Georgia, Times, "Times New Roman", serif;font-size: 14px;letter-spacing: 0.476px;">支持一下哦!</span></span></strong><img data-fileid="100026107" data-ratio="2.3255813953488373" data-type="png" data-w="86" src="https://filescdn.proginn.com/19fd6e14f1814dc8bc4ac0bdb015b8db/e41eb8fbab12f7344cd77b13a4d9d9c0.webp" style="outline: 0px;color: rgb(0, 0, 0);widows: 1;caret-color: rgb(0, 0, 0);font-family: 微软雅黑;letter-spacing: 1px;vertical-align: middle;box-sizing: border-box !important;visibility: visible !important;width: 20px !important;"></strong></span></p> </div></div></div><div class="tag-list-box"><div class="tag-list"><div class="tag-list-container"></div></div></div><span class="view_num">浏览 1</span><div class="float-bar float-bar-relative" id="float-bar-relative"><div class="float-bar-body"><div class="item qinglite-zan"><i class="iconfont icon-dianzan"></i>点赞 </div><div class="gap"></div><a href="#comments" class="item"><i class="iconfont iconfont icon-pinglun1"></i><span class="com_num"></span>评论 </a><div class="item qinglite-collect"><i class="iconfont icon-shoucang"></i>收藏 </div><div class="item qinglite_share"><i class="iconfont icon-fenxiang1"></i>分享 <div class="qrcode-modal"><img src="/api/pub/ewm" alt=""><p>手机扫一扫分享</p></div></div><div class="expand"></div><div class="item jubao qinglite-jubao">举报</div></div></div></div><div class="comments_wrapper comments"><div class="title">评论</div><div id="comments" class="comments"><div class="error"></div><div class="textarea-wrapper"><textarea class="comment-content" cols="30" rows="5" placeholder="输入评论"></textarea></div><div class="button"><div class="error"><div class="comment-emojis"><div class="comment-choose-img qinglite_upload"><svg class="icon" aria-hidden="true"><use xlink:href="#icon-tupianyangshi2"></use></svg><span>图片</span></div><div class="comment-choose-img comment-emoji-btn"><svg class="icon show-emoji-list" aria-hidden="true"><use xlink:href="#icon-biaoqing"></use></svg><span class="show-emoji-list">表情</span><div class="comment-emoji-list"></div></div><div style="display: none" class="comment-choose-img"><svg class="icon" aria-hidden="true"><use xlink:href="#icon-shipinwenjian1"></use></svg><span>视频</span></div></div></div><button class="qinglite-comment">评价</button></div><div class="medias qinglite_upload_content"></div></div></div><div style="display: none" class="comments"><div class="title">全部评论</div><div class="comments comment-item-content"></div></div><div id="recommend" class="comments"><div class="title">推荐 <a href="#qs_detail" class="iconfont icon-huidaodingbu"></a></div></div><div class="qs_post_list flow_post_list"><div class="item img qinglite_item"><a href="/doc/498464767caa332eb" title="vscode 的 markdown 预览是怎么实现的" class="content"><div class="bg" style="background-image:url(https://filescdn.proginn.com/339ea2aecbe43b88c8ff42708eeddef2/322d1bf40abcdcb5c58a389817f829ed.webp?x-oss-process=image/resize,w_300)"></div></a><a href="/doc/498464767caa332eb" title="vscode 的 markdown 预览是怎么实现的" class="title_middle">vscode 的 markdown 预览是怎么实现的</a><a href="https://jishu.proginn.com/u/1340646f0a7ecde40" title="前端Q" class="up_info"><div style="background-image:url(https://inn.proginn.com/useralbum/523065/cps_wx_017660a4902b.jpg!mediumicon?imageMogr2/format/webp/thumbnail/!200x200r)" class="avatar"></div><div class="username">前端Q</div><div class="expand"></div><div class="likes"><i class="iconfont icon-dianzan"></i></div><span class="num">0</span></a></div><div class="item img qinglite_item"><a href="/doc/14366477c01098696" title="“卷” 进大厂,我是怎么做到的!!" class="content"><div class="bg" style="background-image:url(https://filescdn.proginn.com/0cc1980613ec55b35a258ca0660aeed6/3348723672f45f6c7636d0d15b56e6c6.webp?x-oss-process=image/resize,w_300)"></div></a><a href="/doc/14366477c01098696" title="“卷” 进大厂,我是怎么做到的!!" class="title_middle">“卷” 进大厂,我是怎么做到的!!</a><a href="https://jishu.proginn.com/u/3918647544e198768" title="程序员鱼皮" class="up_info"><div style="background-image:url(https://inn.proginn.com/useralbum/563763/cps_wx_017857c89214.jpg!mediumicon?imageMogr2/format/webp/thumbnail/!200x200r)" class="avatar"></div><div class="username">程序员鱼皮</div><div class="expand"></div><div class="likes"><i class="iconfont icon-dianzan"></i></div><span class="num">0</span></a></div><div class="item img qinglite_item"><a href="/doc/62506463ae230e33a" title="分布式下的主键是怎么生成的" class="content"><div class="bg" style="background-image:url(https://filescdn.proginn.com/759e88f34e6019a93f72a39751883dab/dfbbc64e77cfbd9ab953af8f46302421.webp?x-oss-process=image/resize,w_300)"></div></a><a href="/doc/62506463ae230e33a" title="分布式下的主键是怎么生成的" class="title_middle">分布式下的主键是怎么生成的</a><a href="https://jishu.proginn.com/u/232564444a962850a" title="SegmentFault" class="up_info"><div style="background-image:url(https://inn.proginn.com/useralbum/468975/cps_wx_0173a36648ea.jpg!mediumicon?imageMogr2/format/webp/thumbnail/!200x200r)" class="avatar"></div><div class="username">SegmentFault</div><div class="expand"></div><div class="likes"><i class="iconfont icon-dianzan"></i></div><span class="num">0</span></a></div><div class="item img qinglite_item"><a href="/doc/83296474cf59a482a" title="白嫖一个短链接生成的开源项目!" class="content"><div class="bg" style="background-image:url(https://filescdn.proginn.com/6d8936374d63165a00247de49320a32d/132327192aadcd33b8d3f792e9240260.webp?x-oss-process=image/resize,w_300)"></div></a><a href="/doc/83296474cf59a482a" title="白嫖一个短链接生成的开源项目!" class="title_middle">白嫖一个短链接生成的开源项目!</a><a href="https://jishu.proginn.com/u/5435644595875305a" title="玩转GitHub" class="up_info"><div style="background-image:url(https://inn.proginn.com/useralbum/465997/cps_wx_0173a3660f45.jpg!mediumicon?imageMogr2/format/webp/thumbnail/!200x200r)" class="avatar"></div><div class="username">玩转GitHub</div><div class="expand"></div><div class="likes"><i class="iconfont icon-dianzan"></i></div><span class="num">0</span></a></div><div class="item img qinglite_item"><a href="/doc/39496474f537c7558" title="一个程序员是怎么被逼疯的?" class="content"><div class="bg" style="background-image:url(https://filescdn.proginn.com/789ea4f8db43b45392bb15aa5be36fe3/7566fab27ece3180945a35b2760bae62.webp?x-oss-process=image/resize,w_300)"></div></a><a href="/doc/39496474f537c7558" title="一个程序员是怎么被逼疯的?" class="title_middle">一个程序员是怎么被逼疯的?</a><a href="https://jishu.proginn.com/u/1425643e29aecc956" title="漫画编程" class="up_info"><div style="background-image:url(https://inn.proginn.com/useralbum/346302/cps_wx_0173a3657b46.jpg!mediumicon?imageMogr2/format/webp/thumbnail/!200x200r)" class="avatar"></div><div class="username">漫画编程</div><div class="expand"></div><div class="likes"><i class="iconfont icon-dianzan"></i></div><span class="num">0</span></a></div><div class="item img qinglite_item"><a href="/doc/56036474fb9bc2996" title="一个程序员是怎么被逼疯的?" class="content"><div class="bg" style="background-image:url(https://filescdn.proginn.com/a47879613b2476fee47fd903c0cfa515/2a345bf7a0415c230f741893457549a1.webp?x-oss-process=image/resize,w_300)"></div></a><a href="/doc/56036474fb9bc2996" title="一个程序员是怎么被逼疯的?" class="title_middle">一个程序员是怎么被逼疯的?</a><a href="https://jishu.proginn.com/u/5673646d3f5a3f371" title="Python绿色通道" class="up_info"><div style="background-image:url(https://inn.proginn.com/useralbum/520710/cps_wx_017617091dbd.jpg!mediumicon?imageMogr2/format/webp/thumbnail/!200x200r)" class="avatar"></div><div class="username">Python绿色通道</div><div class="expand"></div><div class="likes"><i class="iconfont icon-dianzan"></i></div><span class="num">0</span></a></div><div class="item img qinglite_item"><a href="/doc/23426477435609d83" title="那些即兴表达很厉害的人是怎么做到的?" class="content"><div class="bg" style="background-image:url(https://filescdn.proginn.com/36de85716890ce8db29ca9a19181704a/f73ec1fe8d1380c110ecfef9ff45fd2b.webp?x-oss-process=image/resize,w_300)"></div></a><a href="/doc/23426477435609d83" title="那些即兴表达很厉害的人是怎么做到的?" class="title_middle">那些即兴表达很厉害的人是怎么做到的?</a><a href="https://jishu.proginn.com/u/6983643e927218b7a" title="程序视界" class="up_info"><div style="background-image:url(https://inn.proginn.com/useralbum/370932/cps_wx_0173a3657f68.jpg!mediumicon?imageMogr2/format/webp/thumbnail/!200x200r)" class="avatar"></div><div class="username">程序视界</div><div class="expand"></div><div class="likes"><i class="iconfont icon-dianzan"></i></div><span class="num">0</span></a></div><div class="item img qinglite_item"><a href="/doc/1768647838c29a729" title="面试官:PDF 预览和下载你是怎么实现的?" class="content"><div class="bg" style="background-image:url(https://filescdn.proginn.com/dbc06d16cb163a89a5bdf17cd877daa3/fab82762ad808fa94645e10cc6aac568.webp?x-oss-process=image/resize,w_300)"></div></a><a href="/doc/1768647838c29a729" title="面试官:PDF 预览和下载你是怎么实现的?" class="title_middle">面试官:PDF 预览和下载你是怎么实现的?</a><a href="https://jishu.proginn.com/u/6996644331d0693ba" title="程序员成长指北" class="up_info"><div style="background-image:url(https://inn.proginn.com/useralbum/462560/cps_wx_0173a365bec2.jpg!mediumicon?imageMogr2/format/webp/thumbnail/!200x200r)" class="avatar"></div><div class="username">程序员成长指北</div><div class="expand"></div><div class="likes"><i class="iconfont icon-dianzan"></i></div><span class="num">0</span></a></div><div class="item img qinglite_item"><a href="/doc/45176475db66cec09" title="面试官问:Redis是并发安全的吗?怎么做到的?" class="content"><div class="bg" style="background-image:url(https://filescdn.proginn.com/7a66f664563bd3b4a94ab586544dd305/259e326c76e596866770d60cd74958e7.webp?x-oss-process=image/resize,w_300)"></div></a><a href="/doc/45176475db66cec09" title="面试官问:Redis是并发安全的吗?怎么做到的?" class="title_middle">面试官问:Redis是并发安全的吗?怎么做到的?</a><a href="https://jishu.proginn.com/u/47806475765d70fae" title="服务端思维" class="up_info"><div style="background-image:url(https://inn.proginn.com/useralbum/574451/cps_wx_01788d3ddca9.jpg!mediumicon?imageMogr2/format/webp/thumbnail/!200x200r)" class="avatar"></div><div class="username">服务端思维</div><div class="expand"></div><div class="likes"><i class="iconfont icon-dianzan"></i></div><span class="num">0</span></a></div><div class="item img qinglite_item"><a href="/doc/63956477619fb460d" title="从无名之辈到技术大神,他们是怎么做到的" class="content"><div class="bg" style="background-image:url(https://filescdn.proginn.com/2e2e0c2a45f58e637adfd55fb039f283/110f1a3d96490e853e692b8126c29d8f.webp?x-oss-process=image/resize,w_300)"></div></a><a href="/doc/63956477619fb460d" title="从无名之辈到技术大神,他们是怎么做到的" class="title_middle">从无名之辈到技术大神,他们是怎么做到的</a><a href="https://jishu.proginn.com/u/6996644331d0693ba" title="程序员成长指北" class="up_info"><div style="background-image:url(https://inn.proginn.com/useralbum/462560/cps_wx_0173a365bec2.jpg!mediumicon?imageMogr2/format/webp/thumbnail/!200x200r)" class="avatar"></div><div class="username">程序员成长指北</div><div class="expand"></div><div class="likes"><i class="iconfont icon-dianzan"></i></div><span class="num">0</span></a></div><i></i><i></i><i></i><i></i><i></i></div><div class="float-bar" id="float-bar"><div class="float-bar-body"><div class="item qinglite-zan"><i class="iconfont icon-dianzan"></i>点赞 </div><div class="gap"></div><a href="#comments" class="item"><i class="iconfont iconfont icon-pinglun1"></i><span class="com_num"></span>评论 </a><div class="item qinglite-collect"><i class="iconfont icon-shoucang"></i>收藏 </div><div class="item qinglite_share"><i class="iconfont icon-fenxiang1"></i>分享 <div class="qrcode-modal"><img src="/api/pub/ewm" alt=""><p>手机扫一扫分享</p></div></div><div class="expand"></div><div class="item jubao qinglite-jubao">举报</div><a href="#recommend" class="item iconfont icon-huidaodingbu"></a></div></div></article></div></main><script> let act_type = 1; let act_pro_id="216915"; let act_point = 0; let act_kind = 0; let act_time =120000; let act_page_id=""; </script><footer><div class="container"><div class="links"><i class="copyright">2023©技术圈</i><a href="https://jishu.proginn.com">隐私协议</a><a href="https://jishu.proginn.com">用户协议</a><a href="https://jishu.proginn.com/about">关于我们</a></div></div></footer><link href="https://qinglite-1253448069.cos.ap-shanghai.myqcloud.com/css/layui/css/layui.css" rel="stylesheet"><script src="https://qinglite-1253448069.cos.ap-shanghai.myqcloud.com/css/layui/layui.js?v=v202311290130"></script><script> let token = ""; var $ = layui.jquery; </script><script src="https://cdn.qinglite.cn/js/pub.js?v=v202311290130"></script><script src="https://cdn.qinglite.cn/js/news_info.js?v=v202311290130"></script><link rel="stylesheet" href="https://qinglite-1253448069.cos.ap-shanghai.myqcloud.com/css/icon/iconfont.css?v=v202311290130"><script src="https://qinglite-1253448069.cos.ap-shanghai.myqcloud.com/css/icon/iconfont.js?v=v202311290130"></script></body></html>