【发布时间】:2020-08-28 22:45:33
【问题描述】:
是否可以将缩略图选项卡的页面属性中的缩略图 URL 插入到元标记内的 og:image 中。我能够获取 pageTitle 和 description 属性的值,但不能获取图像。或者有没有更好的方法来处理这个问题?
<meta property="og:url" content="${head.pagePath}" />
<meta property="og:title" content="${properties.pageTitle}" />
<meta property="og:description" content="${properties['jcr:description']}" />
<meta property="og:image" content="imageURL" />
【问题讨论】: