在分享使用博客创建的博客文章时,注意到文本内容已共享但图像丢失。虽然它在分享时显示。
http://blog.instateam.net/2015/05/tips-for-sports-parents.html
我尝试了<link rel="image_src" href="...
和<meta property="og:image" content="
由于
答案 0 :(得分:2)
Open Graph Meta Tags
, Blogger帖子图片将不会显示。您可以通过将以下代码添加到模板后<head>
标记来解决此问题。
<b:if cond='data:blog.postImageThumbnailUrl'>
<meta expr:content='data:blog.postImageThumbnailUrl' property='og:image'/>
</b:if>
答案 1 :(得分:-1)
你可以为每个帖子做到这一点
只需复制新帖子的链接
即可然后转到此网站:https://linkimage2url.com
并粘贴您的链接,它会生成包含您选择的照片的新链接
新链接即时重定向到您的帖子。
我希望它会有所帮助