Let’s say I have a webpage and I have added the 1+ button.
Is there a good way to tell if the user has already pressed the 1+ button on a previous visit.
I’d like to present a thank you on all the viewers visit if they’ve 1+ the page.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In the +1 API there is a
callbackmethod which you can use to trap +1’sA strategy would be to trap these calls and store a cookie on the browser. Next time the user comes, you can check the cookie and show the thanks message.
From the docs
A quick example: