Is it possible to know if the status of the plus one button? did the user already clicked this +1 button before? or is it possible to know if the user +1 a specific link?

I have a +1 button in my android application to let the user +1 my application thee one that he/she is currently using. What I want to do is to hide that button if the user already +1 my application, I only want to show the button for the user if he hadn't already +1 my app. Is that possible?

有帮助吗?

解决方案

With the current google plus API, you can't know if a link was already plused. Try to install a listener on the plus button and on user +ing your app url save that value (when it is plused) so you don't show it again.

Note that you can't know if the same user plus it outside your app if it wasn't tracked.

There is another thread discussing this issue too

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top