我刚刚添加了一个新按钮,用于在博客上分享我的帖子内容,使用我在<data:post.body/>
安装的代码:
<!-- AddThis Button BEGIN -->
<div class="addthis_toolbox addthis_default_style addthis_16x16_style">
<a class="addthis_button_facebook" title="Facebook"></a>
<a class="addthis_button_twitter" title="Twitter"></a>
<a class="addthis_button_email" title="e-mail"></a>
<a class="addthis_button_print" title="Imprimer"></a>
<a class="addthis_button_googlebuzz" title="Buzz"></a>
<a class="addthis_button_google" title="Google"></a>
<a class="addthis_button_favorites" title="Ajouter aux favoris"></a>
<a class="addthis_button_compact"></a>
</div>
<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pubid=xa-4dedda0c245832a7"></script>
<!-- AddThis Button END -->
问题在于,当我想在Facebook上分享它时,描述会显示其他元素,比如它上面的某种'html'代码!我试着修复此处发布的以前的问题,但它没有用! 在这里,您可以在分享时看到它:http://scheissemag.blogspot.com/2011/06/this-summers-faux-pas.html
答案 0 :(得分:1)
在<head />
标记中,添加以下内容:
<meta property="og:description" content="Your description"/>
或者,您可以设置:
<meta name="description" content="Your description" />
你应该为SEO目的设置第二个。如果您实施此操作并且未看到更改适用,请使用Facebook的linter工具刷新其缓存。