Hello,
this is a nice plugin. However when i try to insert it into post, it gives JavaScript error:
"uncaught exception: Syntax error, unrecognized expression: [audio:http://example.com/audio/1.mp3|titles=test1]"
I checked out the JavaScript which causes that error and it's this one:
win.send_to_editor('[audio:http://example.com/audio/1.mp3|titles=test1]');
When I try to execute it from Firebug, I get:
"Syntax error, unrecognized expression: [audio:http://example.com/audio/1.mp3|titles=test1]"
I doesn't like [ and ]. If I replace that with HTML entities, it works.
Any ideas what could be the problem? Anybody having the same issue?
Thanks,
Martin