开发者 | simon.ward |
---|---|
更新时间 | 2019年11月5日 10:55 |
捐献地址: | 去捐款 |
PHP版本: | 2.9 及以上 |
WordPress版本: | 5.0.3 |
版权: | GPLv2 or later |
/wp-content/plugins
directory on the server.Make sure you check out the Support Site for lots of helpful info! mp3, m4a, mp4, oga, ogg, wav, webm, webma.
Themes need the standard wp_head() and wp_footer() calls in them.
Check your filename/url spelling if you're writing them manually. Remove any accented letters from mp3 filenames (Delete the originals and re-upload if they're from the library).
This will happen if the playlist you've asked for doesn't result in anything to play, for example if you're using 'FEED' and the folder path is incorrect or remote, or if you're playing remote urls and the option 'allow mp3s from other domains' is unticked.
Use widget areas if available, or you can use the do_shortcode() function in template files.
Most times it's because of a hard-coded javascript that's in your theme or another plugin. Try switching to a default WordPress theme and see if the player works. Try deactivating other plugins one-by-one and check each time to see if the player works.
Either on the forum at Wordpress, or here.
do_shortcode()
function. You need to be running WordPress 3.3 or higher for it to work. This also means that from WP 3.3 the plugin's template tags mp3j_addScripts()
and mp3j_put()
are no longer needed (though they are still supported for backwards compatibility).