谷歌共享在分享时不显示描述

时间:2013-06-06 07:34:52

标签: google-plus

我的网站上有一个谷歌加分享按钮,但它没有加载任何描述。我甚至尝试过添加

<meta property="og:title" content="titletest"/>
<meta property="og:image" content="url of image"/>
<meta property="og:description" content="descriptiopnddd fas"/>

我不明白为什么它只显示网站“onlyin.projectsshowcase.info”

我只想在页面上点击分享按钮时显示默认标题,说明和图片。

我错过了什么?

2 个答案:

答案 0 :(得分:2)

新的Google+信息流设计不再使用常规分享中的共享网页说明。

答案 1 :(得分:1)

如果您希望与描述共享特定网址,可以使用以下代码。

据我所知,通过&#34; plus.google.com/share?url = [您的网址]&#34;方法只允许标题,图片和网址。

以下是一些可能对您有帮助的文档的链接:

[Google share documentation][1]

与说明共享方法:

<script src="https://apis.google.com/js/platform.js" async defer></script>
<g:plus action="share"></g:plus>