“在 facebook 上分享”中的描述被错过了

发布于 2024-11-16 14:21:05 字数 1199 浏览 3 评论 0原文

我刚刚添加了一个新按钮,用于使用在 之后安装的代码在博客上共享我的帖子内容:

    <!-- 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

眼泪都笑了 2024-11-23 14:21:05

标记中,添加以下内容:

 <meta property="og:description" content="Your description"/>

或者,您可以设置以下内容:

<meta name="description" content="Your description" /> 

出于 SEO 目的,无论如何您都应该设置第二个。如果您实施此操作但没有看到更改应用,请使用 Facebook 的 linter 工具刷新他们的缓存。

In the <head /> tag, add this:

 <meta property="og:description" content="Your description"/>

Alternatively, you can set this:

<meta name="description" content="Your description" /> 

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文