Google Plus Interactive分享未在Feed上显示的帖子

时间:2013-09-10 09:34:01

标签: php javascript google-api google-plus

我已尝试过使用Google+互动分享的多项内容。它的作用:

  • 显示Google+分享屏幕
  • 显示您当前分享的链接和文字
  • 点击“分享”

一旦完成,屏幕就会消失,使用户认为已完成。但是当我转到我的Google+ Feed时,没有任何内容显示,甚至没有显示在应用标签上。有谁知道我做错了什么?

我甚至用Google自己的例子来测试它:https://developers.google.com/+/web/share/interactive

<button
  class="g-interactivepost"
  data-contenturl="https://plus.google.com/pages/"
  data-contentdeeplinkid="/pages"
  data-clientid="xxxxx.apps.googleusercontent.com"
  data-cookiepolicy="single_host_origin"
  data-prefilltext="Engage your users today, create a Google+ page for your business."
  data-calltoactionlabel="CREATE"
  data-calltoactionurl="http://plus.google.com/pages/create"
  data-calltoactiondeeplinkid="/pages/create">
Tell your friends
</button>

这甚至都行不通。以前有人遇到过这个问题吗?

2 个答案:

答案 0 :(得分:1)

“data-contenturl”和“data-calltoactionurl”必须相同。这就是它没有发布的原因。

答案 1 :(得分:0)

&#34;数据内容&#34;和#34; data-calltoactionurl&#34;必须具有相同的主机和协议。 在您的情况下,使用HTTPS或HTTP。不同的路径都可以。