Oh so this is the reason it doesn’t work? Makes sense. I have tried everything I can think of. Just get a link, no player.
PLEASE UPDATE ASAP!
I’m using WordPress 3.3.1. and it’s not working on a page. I just installed it.
http://www.jeffsplacemetrowest.org/radio-interview-with-jenny-about-jeffs-place
I’m using this code for the link
[wpaudio url=”http://www.jeffsplacemetrowest.org/wp-content/uploads/2012/06/schRecording2905692.mp3″ text=”Jenny Radio Interview” autoplay=”1″]
Yep, same deal, just upgraded to 3.3.2 and plugin’s no longer working.
Hey all, I tried something that I found on another site, and it solved the issue for me. Try this to see if it helps for yours:
Look for this in wpaudio.min.js —
{jQuery(‘a[href$=.mp3]’).addClass(‘wpaudio’);}
and change it to this:
{jQuery(‘a[href$=”.mp3″]’).addClass(‘wpaudio’);}
(note the quotation marks on the second one)
Here is where I found the tip http://wordpress.org/support/topic/no-mp3-play-button-just-a-link?replies=41#post-2201546
I love this guy’s attitude, he writes:
“All the other WordPress audio players were crappy or ugly so I made a better one.”
… which doesn’t work!
Thank, etellewyn — you saved me!
Many thanks, etellewyn! Works like a charm.
That fix worked for me too. Thanks etellewyn!
Hi – do you all have the current update of WP? i tried this and it did not work.. I am still just getting a link and no player.
thanks!
I am on WP 3.4.1, and etellewyn’s solution (above) works great. Am hoping for an official fix because I really like this plugin.
I have the same problem. I am on 3.4.1 and am getting nothing but links. Here is an example: http://www.light45.com/press/
@etellewyn – thanks your solution worked!
Kudos for etellewyn!
Fix works 🙂