문제

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