Support » Plugins » WPaudio Mp3 Plugin Broken

  • Resolved Jaco23

    (@jaco23)


    Hello,

    Please forgive me if this is the wrong forum, and move accordingly. The WPaudio WordPress Mp3 plugin appears to be broken with the WP 3.2 release. In posts to Mp3 player is showing as a link instead of showing the actually Mp3 player. The downfall is that when you click the link it takes readers away from you content and plays in a fullscreen window. Thanks!

    Jaco

Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter Jaco23

    (@jaco23)

    Hello,

    If anyone is looking here is the fix for the plugin :

    I followed these steps:

    open the javascript file here:
    /wp-content/plugins/wpaudio-mp3-player/wpaudio.min.js

    Search for href$=.mp3 and replace by href$=”.mp3″

    (ie. add the quotation marks before/after .mp3)

    open the javascript file here:
    /wp-content/plugins/wpaudio-mp3-player/wpaudio.min.js

    Search for href$=.mp3 and replace by href$=”.mp3″

    (ie. add the quotation marks before/after .mp3)

    Hi, I tried this but it makes no difference… any ideas???

    solved:

    edit wpaudio.min.js…
    replace ‘a[href$=.mp3]’ with ‘a[href$=mp3]

    Neither suggestion above works for me. Still broken. Any suggestions on other players? HTML5 preferred. Thanks in advance.

    I have just realized that mine has died as well and the above fixes didn’t fix it. Maybe this should not be flagged as resolved?
    I should also add that mine died after moving to WP 3.2.1 today, all previous WP updates didn’t affect it.

    Shame, was a good plugin while it lasted

    Hey guys, the fix posted by jaco should work, I think the issue you guys are having is a cached javascript file. Try erasing your cookies and restarting your browser and try again after apply the fix in the 2nd post of this topic.

    WordPress 3.2.1. kurisu_tori’s fix (in wpaudio.min.js…
    replace ‘a[href$=.mp3]’ with ‘a[href$=mp3]) worked for me.
    Thanks alot!

    I am having the exact same problem and neither solution is working. Since this one is marked as resolved, I’m starting a new thread.

    I agree with Loremonger. No solution is working, does anyone have a suggestion for new audioplayer???

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘WPaudio Mp3 Plugin Broken’ is closed to new replies.