Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme » Plugins & Atahualpa »

Media Downloads


  #1  
Old Feb 3, 2014, 08:36 AM
tlck9
 
151 posts · Aug 2010
Does anyone use anything for tracking the number of PDF's downloaded from a website? and if so do you use a plugin?
  #2  
Old Feb 6, 2014, 01:20 PM
flyboy's Avatar
flyboy
 
115 posts · Sep 2010
I do.

I have an atahualpa membership site and in the membership area I give a bunch of resources, including PDFs. It's a two-pronged approach:

1. One thing I don't like about browsers is that they automatically open PDFs. I prefer to give users the choice of downloading Vs. opening. So I have a directory where all download files go to. In there I added a .htaccess file with this code (triggers a download prompt):

Code:
<Files *.pdf>
  ForceType application/octet-stream
  Header set Content-Disposition attachment
  Header set Content-Transfer-Encoding binary
</Files>
You can repeat the same code again with a different extension if you want other files to prompt too (such as MP3's - they too open automatically)

2. To track the clicks, I use Pretty Link Lite. That one allows you set the redirects and gives you stats for each one you create. Simply create a redirect to a file itself, and then use the shortened version of the link in your posts/pages

Last edited by flyboy; Feb 6, 2014 at 01:22 PM.

Bookmarks



Similar Threads
Thread Thread Starter Forum Replies Last Post
IE9 and Media Queries CrouchingBruin Montezuma Theme 2 Apr 24, 2013 04:28 PM
ThemeFrame Downloads Melissa ThemeFrame Presales 23 Aug 27, 2010 03:32 PM


All times are GMT -6. The time now is 02:09 AM.


Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.