Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8043271
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T04:51:01+00:00 2026-06-05T04:51:01+00:00

i have an image carousel written in jquery. now i need to be able

  • 0

i have an image carousel written in jquery. now i need to be able to track which of the individual images are shown and which are clicked. i got my click-count URL and my view count tag, but i’m unsure of how to do this.

  1. How/where do i add the view count tag for the individual images? in the css as a background image? in the php/html code after the image?

  2. how can i know which images have been shown to the user, considering that all the images a re loaded when the page loads, and the overflow is hidden? i was thinking of something like a callback fired by the move of the carousel, so it would reload the images that are currently visible?

Any help greatly appreciated!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-05T04:51:03+00:00Added an answer on June 5, 2026 at 4:51 am

    Why do you need to add more to the html? Your server can already handle this:

    In the simplest case, just server your images as /getandtrack.php?image=/images/etc.png instead of /images/etc.png. Then getandtrack.php does the tracking, then redirects to the image that was requested.

    <?php
    $image = @$_GET['image'];
    if($image) {
        doTracking($image);
        header('Location: ' . $image)
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a JQuery carousel which I have adapted for my needs. I need
I have an image carousel and shadowbox. I want the user to be able
I have played around and implemented JQuery cycle to create a carousel with images,
I am creating my own carousel slideshow for images, using Jquery. Currently i have
I'm using the jquery carousel and I have the image auto rotating here (
assume that I have this list: <ul id=carousel> <li><a title=hey><img src=image.png/></a></li> </div> And now
I'm doing up a image carousel which checks a directory for newly uploaded images
I have a pretty simple image switcher, which I use for manual images switcher
I've just created a custom carousel with images and have got previous/next arrows to
I have an image carousel on my page with some fairly small images. the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.