Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Jakob Lenfers

    (@jakob42)

    Only by changing the value in the database (table wp_postmeta, look for meta_key reaction_buttons_* and the post_id of the post.)

    Thread Starter gassi384

    (@gassi384)

    Ow, you were really fast.

    Thank you.

    * I’ m thinking of building the unclick feature. For example, if a user clicks by accident the wrong button, he could click again for undo.
    Does anyone already builds that feature?

    Plugin Author Jakob Lenfers

    (@jakob42)

    I really like the idea of getting code from users, but two things:

    – If you do that, please use the current dev version, since there was a lot of change since.
    – And also, I don’t think the feature is implementable reliable without completely changing the plugin. reaction buttons uses neither sessions nor login, therefore you never know if a user really clicked. You only have client side data (the cookie, if enabled) to verify if a user clicked, so people could remove votes they didn’t cast.

    But on the other hand, reaction buttons never was about being secure in that regard, it was about simplicity. As long as it would be an option, I would love to add the feature if you build it.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Remove accidentally clicks’ is closed to new replies.