我已尝试过使用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>
这甚至都行不通。以前有人遇到过这个问题吗?
答案 0 :(得分:1)
“data-contenturl”和“data-calltoactionurl”必须相同。这就是它没有发布的原因。
答案 1 :(得分:0)
&#34;数据内容&#34;和#34; data-calltoactionurl&#34;必须具有相同的主机和协议。 在您的情况下,使用HTTPS或HTTP。不同的路径都可以。