0

Google+ Interactive Share で複数のことを試しました。機能:

  • Google+ 共有画面を表示
  • 現在共有しているリンクとテキストを表示する
  • 「共有」をクリックさせる

これが完了するとすぐに画面が消え、ユーザーは完了したと思い込みます。しかし、Google+ フィードにアクセスしても、[アプリ] タブにも何も表示されません。私が間違っていることを誰かが知っていますか?

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>

そして、それはうまくいきません。以前にこの問題を抱えていた人はいますか?

4

2 に答える 2

1

「data-contenturl」と「data-calltoactionurl」は同じでなければなりません。投稿しなかったのはそのためです。

于 2013-09-11T10:00:12.037 に答える