Answer the question
In order to leave comments, you need to log in
Where can I get an audio file play counter for Wordpress?
Hello. Wordpress 4 has a wonderful built-in mp3 player. However, it does not show the number of times the mp3 file was played. A search for a third-party player-plugin returned no results. There are all sorts, but there are no plays with a counter.
Maybe you came across one, or you know a third-party service that the player provides, but always with a counter for the number of plays.
Answer the question
In order to leave comments, you need to log in
In general, I figured it out.
Take the "Easy Download Media Counter" plugin, take an mp3 player (I use the player from Shortcodes Ultimate).
Next, we give the player a link to the mp3 file not directly, but in the way that EDMC wants:
[su_audio url=" site.ru/?edmc=41 "]
Where 41 is the id of the media file (wordpress internal number)
Next, we display the number of views :
[edmc_show id="41"]
Unfortunately, it does not work with the standard player (it only wants links with .mp3 at the end), but it can also be slightly deceived by slipping it, for example, such a link:
site.ru/?edmc= 41&trick=.mp3
Then the standard player will play and count the number, however instead of the track duration you will get NaN:NaN.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question