Problem with adding media mp3 file to post
-
I tried to add an mp3 media file to my page as I’ve done many times before, but this time instead of the link being inserted, it puts in the media player. I do not want that. I went back and tried several times and I made sure I checked “link to media.” What could be the problem?
Thanks.The blog I need help with is: (visible only to logged in users)
-
-
That’s interesting. I’ve experienced the opposite myself; ie it puts in a link to the file with “DOWNLOAD HERE” beside it instead of the audio player. Neither of you are using the square bracketed Audio player code, are you?
-
Could you please send a link of the page or post where this issue occurs.
Note that if your current browser does not support HTML5 audio for your uploaded format, or Flash Player is not installed, a direct download link will be displayed instead of the player.
-
Here is a link to my site where I’m having this problem. You can see how I have things in a table form and why I need it this way, but it is putting in the media player instead of the link.
Thanks.
-
Hello,
I’m having the same problem. Clicking “none” or “Media file” doesn’t make a difference: I just get a player instead of a link. It started two days ago when I wrote a new post:
http://francebienvenue1.wordpress.com/2013/04/15/le-monde-vu-du-ciel/Thanks for your help.
-
I’ve confirmed the problem and it’s been reported to our development team. It looks like the shortcode for creating a player is being inserted when you want just the link.
For now you can manually fix it by removing the extra code and changing the path to a link. For example, you might see a code like this appear in the text box:[audio http://yourblog.files.wordpress.com/2013/04/song-12-04-20131.mp3 ]
You should remove the brackets and the word audio so that only the direct file path remains:
[audio src="http://yourblog.files.wordpress.com/2013/04/song-12-04-20131.mp3" /]
Then highlight and copy that file path, and turn it into a working link by clicking the link icon and pasting in the file path.
I hope that helps — let me know if you get stuck.
-
Thanks – I fidgeted about with it last night and did exactly that.
Everything’s groovy again.
Cheers.
-
I also fidgedet around with it and got it to work for me.
Thanks for you help.
I also fidgeted around with it and got it to work for me.
Thanks for your help, it is really appreciated.
Blessings -
-
It works fine for me too.
I really appreciate the help here at wordpress ! (and everything else !)
- The topic ‘Problem with adding media mp3 file to post’ is closed to new replies.