使用可见

问题描述

是否可以将“缩略图”标签的页面属性中的缩略图URL插入meta标记内的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" />

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)