我一直在博客(博主)为朋友工作,她希望共享帖子能够显示帖子标题,而不是博客标题......我怎样才能做到这一点?
我已经尝试删除标题标签了...
<meta property="og:title"/>
但结果是一样的......我应该删除或添加哪些代码?
现在,我只有这4行og代码
<meta content='http://lostinthegoodlife.blogspot.com/' property='og:url'/>
<meta content='http://3.bp.blogspot.com/-rVflDp3_oW8/VajTpnLQAxI/AAAAAAAAAig/stX7spBEFts/s320/rita2.jpg?t=12345?' property='og:image'/>
<meta content='567' property='og:image:width'/>
<meta content='567' property='og:image:height'/>
这是我第一次在博客上编辑代码而且我并不熟悉它...所以有人可以提供帮助吗?
答案 0 :(得分:1)
第1步:确保文章的正确标题
转到模板编辑器并粘贴(在以下代码中进行必要的更改)
<b:if cond='data:blog.url == "http://www.YOOURBLOG.BLOGSPOT.COM/2014/12/YOUR ARTICLE URL.html"'>
<meta content='Can you guess what do these World Maps Indicate ?' property='og:title'/>
<meta content='http://www.YOOURBLOG.BLOGSPOT.COM/2014/12/YOUR ARTICLE URL.html' property='og:url'/>
<meta content='The Best thing on the Internet,today!' property='og:description'/>
<meta content='https://lh5.googleusercontent.com/-XO6XJlYyh6M/VbONBkKs8CI/AAAAAAAANbk/Dt-wbrYGSwY/w1200-h628-no/map%2Bquiz.jpg' property='og:image'/>
</b:if>
步骤2:确保FB缓存已清除
转到 https://developers.facebook.com/tools/debug/
点击debug
然后点击Fetch New scrape information
。