Add likes to your app in 5 minutes
Add Vote
button.
Add new vote
Save
.
Save new vote
Clickvote snippet page
Vote
actually refers to a group of votes. So for instance, we want to include likes component on every page of Clickvote website.
Obviously, we don’t need to create a new vote for each of the pages.
All the components will share the same id
, but they will have different voteTo
. Basically, voteTo
indicates an item inside of vote group.
It can be any string, for example name of the page or URL:
userId
. Currently Clickvote requires it to identify user and prevent the same person from doing multiple votes.
After you added this snippet to your website, you should see a live clickable component.
Yay, you just integrated Clickvote into your website!
Live Clickvote component