Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+1 vote
697 views
in Q2A Core by

I want to embed an audio player in my post which looks something like this Q&A site.

Is that a feature of Q2A I'm missing or some other plugins? I tried to insert a flash player which is found in WYSIWYG Editor to implement that. But after I uploaded my .mp3 file to the server the results was like this:

Maybe the flash player is the wrong choice? Please help.

Thanks

 

Q2A version: 1.6
by
I have developed exclusive plugin for Audio and Video answer, if you want I can extend it for your requirement. PM me

1 Answer

+1 vote
by
selected by
 
Best answer
Check out NoahY's embed plugin: https://github.com/NoahY/q2a-embed

Or the extend version: http://www.q2apro.com/plugins/embed

There is an option to allow mp3 embedding.

 

PS: I actually would go for HTML5 nowadays and use the <audio> embed tag.
by
Thanks! I tried your HTML5 suggestion and installed CKEditor4 in my site. But the next question is: when to add some <audio> tag in the "source" mode, i.e. <audio src="horse.ogg" controls="controls"> LISTEN </audio>, the result after I saved my post is just a word LISTEN. Is it possible to use HTML5 tag in CKEditor4? BTW, my browser is Chrome.
...