Count image views

前端 未结 6 1940
余生分开走
余生分开走 2021-01-25 08:14

I would like to have code for an image that counts the number of times the image is viewed, regardless of what site the image is found on. I want to use the img src tag, and hav

6条回答
  •  Happy的楠姐
    2021-01-25 08:55

    You can call an image using a URL similar to: www.mywebsiteurl.com/image_renderer.php?url=url_to_image.

    image_rendered.php:

    
    

    Hope this will point you into the right direction.

提交回复
热议问题