Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted August 21, 20159 yr If somebody asks me how a word is pronounced, I'd much rather attach an MP3 than try to explain with text. But if I do this, the file doesn't embed. Instead we're obliged to click on the attachment to open it. Imagine if images were handled the same way!Surely this is something that should be implemented automatically? If you attach a sound file, a player embeds within the body of the post so that you can click play to hear it.
September 24, 20159 yr At the previous version web could embed mp3 files easily, but now this feature is gone! After the upgrade, All live mp3s on my forum turned in to a simple download link!
September 24, 20159 yr 8 minutes ago, Wei Ting Lee said: At the previous version web could embed mp3 files easily, but now this feature is gone! After the upgrade, All live mp3s on my forum turned in to a simple download link! I think this is because of the compatibility issue after upgrading, the old BBcode that embed mp3 is no more valid, it is changed with a new one.Every time we upgrade there is a possibility the new BBCODE doesn't work with the old one.This is a huge problem with the ips products when we update to new versions, we assume the risk that:addons, BBCODE,applications,plugins etc. dont work anymore.If you have the knownledge you can change the code in order to work again, if not you have to pay third parties for doing this job.
September 24, 20159 yr 46 minutes ago, Dreamlander said: I think this is because of the compatibility issue after upgrading, the old BBcode that embed mp3 is no more valid, it is changed with a new one.Every time we upgrade there is a possibility the new BBCODE doesn't work with the old one.This is a huge problem with the ips products when we update to new versions, we assume the risk that:addons, BBCODE,applications,plugins etc. dont work anymore.If you have the knownledge you can change the code in order to work again, if not you have to pay third parties for doing this job. Thanks for the reply Dreamlander Well, you're right. I don't mind much about old MP3s. Unfortunately it seems there is no alternatives for the that BBcode! I could not find any official audio player for CKEditor.
September 25, 20159 yr 19 hours ago, Wei Ting Lee said: Thanks for the reply Dreamlander Well, you're right. I don't mind much about old MP3s. Unfortunately it seems there is no alternatives for the that BBcode! I could not find any official audio player for CKEditor. What about manually re-entering the old BB code. Would that work to fix the problem?
September 25, 20159 yr 37 minutes ago, whitetigergrowl said: What about manually re-entering the old BB code. Would that work to fix the problem? Yep, I've just tried it, didn't work : / [media]http://sv.jenabmusic.com/94/mordad/3/Gz%20Band%20-%20Haftadia%20%5B128%5D.mp3[/media]
September 26, 20159 yr it's working you can attach any sound file from soundCloud hopefully it's can be alternative solutions to MP3 attachment upload
September 26, 20159 yr Author Well. yeah. We all knew about embedding Soundcloud. This discussion has nothing to do with uploading a file somewhere else and then pasting a link to it.
September 26, 20159 yr We had the same problem with our podcast. We use to just paste the mp3 url and it would embed automatically in V3. That stopped working in V4. I opened a ticket for it and they gave our tech guy some work arounds. We can not upload mp3 and it embeds but unfortunately i don't know how they did it exactly. I would check with support.
September 26, 20159 yr IPS4 now allows installing any CKEditor plugins http://ckeditor.com/addons/search/plugins/mp3 and they have mp3 embedding plugins install the one you need and use it to embed your attached mp3 file this is how flexible the new IPS4
February 18, 20169 yr On 9/26/2015 at 10:41 AM, Ali Majrashi said: IPS4 now allows installing any CKEditor plugins http://ckeditor.com/addons/search/plugins/mp3 and they have mp3 embedding plugins install the one you need and use it to embed your attached mp3 file this is how flexible the new IPS4 Has anyone actually done this, and does it work? The attachment system (last time I looked) just gives a url without the appropriate .mp3 / .wav filetype. Is the plug in still able to recognise it? How?
November 2, 20168 yr So did anyone ever find out how to embed mp3 links in the end? Surely there is a way to get a very compact HTML5 audio player embedded into posts? IPS is well-geared towards Video and Images, with embedding fully supported along with thumbnails etc. But there's no consideration for self-hosted mp3 or attachments... Music is life!
January 23, 20178 yr Actually I think there's a better way to do it. In templates>core>global>forms>editorAttachments, where <li> <a href='#' data-action='insertFile' class='ipsAttach_selection' data-ipsTooltip title='{lang="insert_into_post"}'><i class='fa fa-plus'></i></a> </li> is - have a conditional checking for attach_ext = mp3 or wav, then have a data-action='insertAudio' inserting an HTML5 player. Now, who wants to make that happen?
March 12, 20195 yr I'm resparking this because I can't believe music has been overlooked as a content medium that can be supported. Can some effort be made on Invision for supporting music files? Did anyone figure out how to embed a customisable mp3 player?
March 12, 20195 yr I'm not a fan of recommending paid plugins for stuff that should be native, but I've got this installed and it works
March 12, 20195 yr It is super easy to embed mp3 files by using HTML5 <audio> tag. Don't know why IPS hasn't done this already. The suite embeds video using the HTML5 <video> tag though. Note that you need an HTML5 Audio/Video player to provide adaptive streaming of video (HLS or DASH) which is really a requirement for any site with lots of video.
Archived
This topic is now archived and is closed to further replies.