Questions tagged [podpress]
4 questions
1
vote
2 answers
Appending Title to Google Event Tracking Code
I run a podcast using Podpress on Wordpress with Thesis installed. Currently, Podpress has its own internal stats system for tracking plays and downloads, but I'd like to extend it by adding some Google Events Tracking when listeners click do…

ndisdabest
- 319
- 10
- 19
0
votes
2 answers
Create CRON job to get/send database value
Looking to do something that I think is fairly basic, but having never written a CRON job before, I'm not really sure how to go about it. Basically, I have a simple DB query that I've written:
SELECT SUM(total) as totalDownloads FROM…

ndisdabest
- 319
- 10
- 19
0
votes
0 answers
podPress and nginx
Since we moved our server to a nginx-based environment, the permalinks of the podPress stopped working:
e.g.: http://www.tecnoblog.net/podpress_trac/web/113765/0/TBPod021.mp3
The nginx appears to search for the .mp3 file rather than process the…

Leandro Alonso
- 53
- 7
0
votes
3 answers
jQuery for scraping URL from within "onclick" attribute of link
I am using podPress on my Wordpress instance to give users some playback controls in listening to our podcast episodes. Below, I have the code found on the play button of these controls.
What I'd like to do is write some jQuery that can scrape out…

ndisdabest
- 319
- 10
- 19