An Easier Way For Embedding a song player in a blog

Dazed
Dazed
@dazed
11 years ago
1,022 posts
Is there an easier way for an admin to embed the song player in a blog without having to create a playlist for it? So if I have a song from an artist I want to feature in a blog, how can I do it where it is simple?
updated by @dazed: 02/06/14 07:22:09AM
douglas
@douglas
11 years ago
2,797 posts
The only way I know would be to uncheck the profile media only box in the Global Config section for the jrEmbed module, then all the songs would show in the text editor embed section, so you can embed a single song from anyone on the site.


--

Douglas Hackney
Jamroom Team - Designer/Developer/Support
FAQ-Docs-Help Videos
Dazed
Dazed
@dazed
11 years ago
1,022 posts
Thanks Douglas. When it was setup like that before it was very difficult to find anything in the embed area. If we go that route, we probably need a search area. There has to be an easier way but I can't think of one. I am not even sure how a custom module would handle it.
douglas
@douglas
11 years ago
2,797 posts
I've looked at adding in a search form, doesn't look like it is possible at this time.

You could always search for the audio ID in your jrAudio datastore browser, then try manually adding the code for the audio embed.

Quote:
[ jrEmbed module="jrAudio" id="#" ]

Where # is the audio ID.


--

Douglas Hackney
Jamroom Team - Designer/Developer/Support
FAQ-Docs-Help Videos

updated by @douglas: 01/05/14 10:04:30AM
michael
@michael
11 years ago
7,772 posts
Do what douglas said ^^.

Get the song id and put it in that # mark. You don't even need to go to the datastore to figure it out. its in the url of the details page.

eg:
http://www.mixposure.com/don-nivens/audio/15198/under-the-wing-of-an-angel

the audio id would be 15198 so the total code would be:
[ jrEmbed module="jrAudio" id="15198" ] 

updated by @michael: 01/06/14 08:36:12PM
Dazed
Dazed
@dazed
11 years ago
1,022 posts
will give it a try. Thanks guys.