Display Views/Downloads Publicly On Post?
-
I know this has been asked a lot but I really couldn’t find anything that was up to date and suited my needs. And there’s really no plugins out there that will get the job done.
But anyways I want to display the views on my page so the public could see it. Also, I want to show the number of downloads for .zip files and .mp3 files.
A good example is at https://www.datpiff.com/Lil-Wayne-Dedication-4-mixtape.385544.html
Here is my page I want to achieve this on: Los – The Crown Ain’t Safe
On my King Los fansite, I’m running the latest WordPress version and I’m using the Jetpack stats if that helps.
Please someone help!!! I had almost 500 songs (free & had permission from owner) on Sharebeast (Premium Account), but Sharebeast deleted pretty much all of them with no explanation and won’t answer me now. So now I just uploaded all the songs to my File Manager on iPage. And I am using the code:
<FilesMatch “\.(?i:mp3)$”>
ForceType application/octet-stream
Header set Content-Disposition attachment
</FilesMatch>in my .htaccess so people can direct download straight from my site. Only thing is I don’t have a download counter now.
Sorry for rambling but is there anyone out there that can provide me a solution???
- The topic ‘Display Views/Downloads Publicly On Post?’ is closed to new replies.