• Hello,
    I’m wondering if this plugin can help me to count clicks on a specific buttons.
    I would like to have specific buttons on posts like
    [view phone number]
    When somebody will click to see the phone number i would like to know how many clicked

    Waiting to hear news from you
    Thank you.

Viewing 1 replies (of 1 total)
  • Plugin Author dFactory

    (@dfactory)

    For now it is possible to count views of posts of any post type. So it’s not possible to handle counting of that kind of custom elemetns out of the box.

    What you could do however is to assign each phone number a post (by creating phone_number post type first). If you have that done like that you can call a custom Ajax action on click phone number, send phone number id (post id) and use it in pvc_view_post( $post_id ) function.

    Not very complex but some smart coding is required.

    Regards,
    Bartosz / dfactory team

    • This reply was modified 9 years, 7 months ago by dFactory.
Viewing 1 replies (of 1 total)

The topic ‘Count clicks on button’ is closed to new replies.