【发布时间】:2016-09-13 18:46:16
【问题描述】:
我是打开图表的新手。我遇到了一个问题,我无法在 og:description 标签中添加 <a> 标签。如果这样做,我页面上的摘要将如下所示:
Sample videos from from <a href="https://www.youtube.com> Video1</a>
to <a href="https://www.youtube.com" target="_blank">Video2</a>
因此在视图源中显示为:
<meta property="og:description" content="Sample videos from&nbsp;<
a href="https://www.youtube.com"
target="_blank">video1</a>&nbsp;to&nbsp;<a
href="https://www.youtube.com"
target="_blank">video2</a>" />
有没有一种方法可以在 og:description 中嵌入链接,并确保在 facebook 上分享时链接显示在摘要中没有标签?
【问题讨论】: