【发布时间】:2020-07-10 21:26:56
【问题描述】:
我正在尝试弄清楚如何删除我何时将内容分享到 LinkedIn 的描述中的 1 min read。
我在页面上有打开的图形标签,并验证它们不会在页面上的任何地方显示 1 分钟阅读。我也玩过 og:type。尝试“文章”、“媒体”、“视频”、“网站”、“无”
这是我的标签。验证变量值没有使用任何非法字符。
<meta property="og:title" content="<?php echo $aSocialTitle; ?>">
<meta property="og:site_name" content="<?php echo $aSocialTitle; ?>">
<meta property="og:locale" content="en_US">
<meta property="og:description" content="<?php echo $aSocialDescription; ?>">
<meta property="og:image" content="<?php echo $aSocialIcon; ?>"/>
【问题讨论】:
标签: html linkedin meta share-open-graph