The audio tag has no wiki summary.
5
votes
3answers
755 views
Replace audio/video enclosure with player?
Current state: I'm parsing XML feeds into the front end and/or the back end (Admin UI), but not into the DB.
Inside those feeds i place mp3- and video content, currently only as plain text (no link, ...
2
votes
1answer
122 views
Audio tags around Mp3 URL in content
I have an audio player than uses the following syntax to display its player:
[audio src="http://somedomain.com/wp-content/uploads/2013/01/songtitle.mp3"]
The thing is, I'm pretty sure I can show the ...
2
votes
1answer
259 views
MP3 Manager for Wordpress
Looking for the following functionality, there does not seem to be a single way to do this, at least not that I was able to find. I would gladly pay for a plugin that did all of this to save me the ...
1
vote
2answers
155 views
Built in audio player?
I was certain that WordPress had built in a basic audio player. Am I mistaken. I cant find any evidence of one anywhere, just plugins ?
1
vote
2answers
706 views
How can I list URLs of all audio files within my media gallery?
I have a music player in my theme that generates its playlist from a javascript file that looks like this
var myPlaylist = [
{
mp3:'track url goes here',
title:'title here',
...
1
vote
1answer
615 views
How to add audio files to wordpress blog and making it auto play?
How to add audio files to wordpress blog that when someone clicks on a post Music began playing by itself.
1
vote
1answer
110 views
Hard-coded Audio Player
Continuing work today on my free theme and I'm trying to make it kick some butt. I would like to embed an audio player into the theme. Not a plugin, an embedded player.
The functionality of ...
1
vote
1answer
256 views
How Can the Users Make a “Playlist” of Posts?
I have an audio website and I want to allow users to make custom playlists from posts.
I am using posts as Albums which contains the Tracks. I thought of creating a custom post type and using it to ...
1
vote
1answer
81 views
mp3 audio metadata upload integration: can I autopopulate title, caption, description from id3 tags?
I'm using the native Wordpress.org Upload New Media subsystem pretty routinely to upload MP3 files. The MP3 file workflow we use populates the ID3 tags with some important user-friendly metadata.
It ...
1
vote
1answer
47 views
no content after shortcode
I hope you guys can help me with this little bug I've encountered. I am using a shortcode to display an audio player in the entries.
This is the code i've put in my functions.php:
function ...
1
vote
1answer
321 views
Audio Player for MP3 Files for Wordpress
I have a wordpress account. I am just using the free wordpress account which does not allow me to install any plugins. I have an mp3 file and I want it to appear as an audio player. There are many ...
0
votes
1answer
62 views
Add audio attachment link to RSS
This is how I'm adding a featured image to my RSS:
function featuredtoRSS($content) {
global $post;
if ( has_post_thumbnail( $post->ID ) ){
$content = '' . get_the_post_thumbnail( $post->ID, ...
0
votes
1answer
221 views
filter get_children to return all mime types EXCEPT 'x'
Like it says on the tin - Im trying to create a list of post attachments that includes everything except say audio, which I'll feed into a player instead.
The filter needs to be generic: 'audio' ...
0
votes
1answer
456 views
audio link produces black box
In chrome and firefox (and maybe others) the audio link does not render a media controller. E.g.
[audio http://example.com/wp/wp-content/uploads/2011/09/file.mp3]
In Chrome, view page source show ...
0
votes
1answer
100 views
Problem adding MP3 attachments to a jPlayer playlist
I'm trying to get a post's mp3 attachments working with the jplayer plugin (with playlist addon). I have it working for a set number of attachments, but am failing to find a dynamic solution for any ...
0
votes
1answer
60 views
How To Download WordPress Audio Attachments
I've been searching high and low trying to figure out how to create download links for audio files uploaded to a post.
I know how to display the audio url directly into the theme template, but when ...
0
votes
1answer
122 views
Display Audio Attachment URL
To get the image url from a Post Thumbnail in WordPress to display it in a template, I would use:
<?php $image_id = get_post_thumbnail_id(); $image_url = ...
0
votes
1answer
3k views
Background audio player
There are a lot of audio/music players that are either WP plugins or work with WP, but I don't see that they do exactly what I'm looking for. I want to be able to play an audio file automatically when ...
0
votes
1answer
151 views
problem of path with xml file (wordpress)
i'd like to import a flash audio player in my wordpress theme, the import of the file works fine because it shows up on screen, responds to the click on play/pause, but the sound does not start.
edit ...
0
votes
3answers
191 views
Can Postie be used to submit podcasts via email?
I have a client that wants me to be able to submit (small) podcasts via an email attachment much like the functionality in posterous.
Using this site I found such a plugin for Wordpress called ...
0
votes
1answer
118 views
Error Using Audio plugin
I have installed the audio plugin, to create Xbrowser playlists, but I am getting the following error
jPlayer 2.0.0 : id='jquery_jplayer_1' : Error!
All I have done so far is create a new post, ...
0
votes
0answers
38 views
How to add audio media in a post?
I am simply trying to add an audio file in a wordpress blog!
I have tried different audio player plugins: the non-existing anymore (?) haiku minimalist player, the jQuery player, the ...
0
votes
1answer
86 views
Displaying cf post formats with oembed
Currently using CF Post Formats ( http://alexking.org/blog/2011/10/25/wordpress-post-formats-admin-ui ) and using the following code to automatically embed a URL that has been input into the 'Audio' ...
0
votes
0answers
89 views
Why has my slideshow shortcode stopped working after upgrading to WP 3.5? [closed]
I administer a website that is implemented with Wordpress. The landing page has an audio player and slideshow implemented with respective shortcodes. A little while back the site was hacked by a ...
0
votes
0answers
40 views
Please Help! My site keep playing background noises [closed]
I don't know why but yesterday my site started to play background noises (ads) in all of my posts. I'm positive I did not put anything such as ads or any audio files in my site at all. If I visit a ...
0
votes
1answer
129 views
How to disable “Audio Player” to show up on the main page
I have a post with audio player with autostart enabled, and i decided to put it in the beginning of the post, before putting "read more" excerpt feature. So the problem is, that audio player plays ...
-1
votes
1answer
163 views
Display HTML5 jQuery Audio Player On Front Page
I would like to display the plugin HTML5 jQuery Audio Player 'centered' on the front page of my site. The plugin comes with shortcodes for posts and pages but my front(home page) only works with the ...
-1
votes
1answer
189 views
Audio player with auto embed option [closed]
I used this plugin http://wordpress.org/extend/plugins/ssg-wordpress-google-audio-player/ for audio files. This plugin has auto embed option, so that I don't have to write shortcodes like [audio ...], ...