“在 facebook 上分享”中的描述被错过了
我刚刚添加了一个新按钮,用于使用在
之后安装的代码在博客上共享我的帖子内容:
<!-- 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
I just added a new buttons for sharing contents of my posts on blogger using this code that I installed afer <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 -->
The problem is that when I want to share it on facebook, Description show other element like a sort of an 'html' code on it ! I tried to fix with the previous questions posted here but it didn't work !
Here you can see it when you share : http://scheissemag.blogspot.com/2011/06/this-summers-faux-pas.html
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在
标记中,添加以下内容:
或者,您可以设置以下内容:
出于 SEO 目的,无论如何您都应该设置第二个。如果您实施此操作但没有看到更改应用,请使用 Facebook 的 linter 工具刷新他们的缓存。
In the
<head />
tag, add this:Alternatively, you can set this:
You should be setting the second one anyways for SEO purposes. If you implement this and you don't see the change apply, use Facebook's linter tool to refresh their cache.