• I have searched for many like plugins i maybe missed some.

    I need help finding a code or a plugin which does this.

    Every post should have a button. I think like button is easiest.

    When users clicks it should show who clicked it.

    Something like/dislike but also show who clicked and total clicks.

    Thanks.

    • This topic was modified 3 years, 9 months ago by Gustav.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator bcworkz

    (@bcworkz)

    That’s really only feasible for logged in users, you cannot easily track random visitors who are not logged in. On the click event, jQuery would make an Ajax request. The Ajax handler code would store the necessary data in post meta. Template code can use the data to show total clicks and list who did the clicks.

    Thread Starter Gustav

    (@4ever16)

    Yes ofcourse only logged in users. I think there was such a plugin some years ago. Also i think there must be some cind of code or plugin somewhere. It can’t be only me who wants or wanted this function.

    Moderator bcworkz

    (@bcworkz)

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Who clicked who liked’ is closed to new replies.