在打开的图表中嵌入摘要中的链接

时间:2016-09-13 18:46:17

标签: html facebook-opengraph

我是Open graph的新手。我遇到了一个问题,我无法在<a>标记中添加og:description标记。如果我这样做,我页面上的摘要显示如下:

Sample videos from from &nbsp;<a href="https://www.youtube.com> Video1</a>
&nbsp;to&nbsp;<a href="https://www.youtube.com" target="_blank">Video2</a>

因此,在视图源中,它显示为:

<meta property="og:description" content="Sample videos from&amp;nbsp;&lt;
a  href=&quot;https://www.youtube.com&quot; 
target=&quot;_blank&quot;>video1&lt;/a>&amp;nbsp;to&amp;nbsp;&lt;a 
href=&quot;https://www.youtube.com&quot;
target=&quot;_blank&quot;>video2&lt;/a>" />

有没有办法可以在og:description中嵌入一个链接,并确保在Facebook上分享时链接中的标签没有标签?

1 个答案:

答案 0 :(得分:0)

元标记内不允许使用超链接。 HTML标准和Facebook的OpenGraph标准都不支持您所描述的内容。