google share doesn't show description while sharing

痞子三分冷 提交于 2019-12-04 11:16:36

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

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>
标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!