Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End how to make external link hit counter with php & mysql?

  • This topic is empty.
Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #40969
    The-Marshal
    Member

    Hi all

    how to make external link hit counter with php & mysql?

    #115341
    Paulie_D
    Member

    What research have you done elsewhere?

    I find it unlikely that a quick google search wouldn’t give you some clue.

    #115356
    The-Marshal
    Member

    I found by using Get request, i want it done by one click on the link like

    <a target="_blank" href="#"><img src="img/1.jpg" /></a>

    if you have link do that please provide me

    Thank you

    #115369
    __
    Participant

    That’s not an “external link.” Perhaps you need to explain your goal a little more clearly.

    Furthermore, are you asking **how** to do this (as implied in your post title), or are you asking for someone to **do it for you**?

    #115385
    TreeRoot
    Participant

    It sounds like you want to implement some sort of click tracker for external links. You’ll need to do this using Javascript. Add a on click event to the external link then log the activity via ajax.

    #115387
    chrisburton
    Participant

    You can take a look at the Zilla Likes plugin. It pretty much does what your asking but you would have to manipulate the code to only do what you want.

    #116767
    chrisburton
    Participant

    I’ve migrated away from WordPress to Kirby. I’m trying to find a similar plugin to ZillaLikes. Anyone know of one?

    #116774
    Watson90
    Member

    Have you fully migrated away from WordPress now @chrisburton? Things gone okay?

    #116775
    chrisburton
    Participant

    @Watson90 I have. Kirby is much more lightweight and flexible. It’s only been out for a year but it has progressed rapidly and the support is incredible. Plus, it’s nice not having to deal with a database (although you can use one – it’s optional).

Viewing 9 posts - 1 through 9 (of 9 total)
  • The forum ‘Back End’ is closed to new topics and replies.