想通过google + api分享图片

时间:2013-06-01 07:12:09

标签: image api share google-plus

这是我的代码

<button
  class="g-interactivepost"
  data-contenturl="http://www.pubandbar-network.co.uk/nightlife_pubs-bars.html" 
  data-clientid="102180630313-ef89c6gjgahgitf0s9qknhrl5mo351ga.apps.googleusercontent.com"
  data-prefilltext="Engage your users today, create a Google+ page for your business."
  data-calltoactionurl="http://www.pubandbar-network.co.uk/nightlife_pubs-bars.html"
  data-cookiepolicy="single_host_origin">  Share 
</button>

我想与此分享图片。请帮助我如何通过谷歌+ API分享图像。 我的第二个问题是: 有没有办法在PHP上自动分享谷歌+?

1 个答案:

答案 0 :(得分:0)

分享中显示的图片由Google根据您网页上的架构数据计算得出。例如,您可以使用snippet configuration tool配置共享的图像和说明。当您将content-url设置为指向包含架构的页面时,Google将使用该架构微数据来设置图像,等等。

Google+ App Activities外,您无法以编程方式与Google+分享。