Voting on the website

Hello Everyone,

iam searching for a easy solution to integrate a simple vote function to my project. So iam working on a award website and wanna make possible that every user can give a up vote to a project by just a click it counts up.

Is this possible? Any ideas on this?

If you want something really simple, you can use the $page->increment() method: https://getkirby.com/docs/cheatsheet/page/increment

There’s also a rating plugin: https://github.com/jenstornell/kirby-ratings

The Page increment method seems to be a good solution. Just not sure how to use it. Can you explain a bit how to use it? -Also can i use this on a teaser?

Have a look at this post: Counting clicks on article links

1 Like