google share doesn't show description while sh

2019-04-09 14:52发布

I have a google plus share button in my website but it doesn't load any description on it. I have even tried adding

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

I don't understand why it only shows the site "onlyin.projectsshowcase.info".

I just want to show default title, description and image while anyone clicks on share button on the page.

What am I missing?

标签: google-plus
2条回答
Fickle 薄情
2楼-- · 2019-04-09 15:07

The new Google+ stream design no longer uses the shared page's description in regular shares.

查看更多
你好瞎i
3楼-- · 2019-04-09 15:20

If you're looking to share a specific url with a description you can use the code below.

As far as I'm aware sharing via the "plus.google.com/share?url=[Your URL]" method only allows a title, image and url.

Here's a link to some documentation that may help you:

[Google share documentation][1]

Share method with description:

<script src="https://apis.google.com/js/platform.js" async defer></script>
<g:plus action="share"></g:plus>
查看更多
登录 后发表回答