By Hansen von Shneir on Friday, 10 July 2015
Replies 12
Likes 0
Views 882
Votes 0
I am currently using Easyblog on my site http://www.jamlink.com. Can you please guide me on how to embed Soundcloud audio in my blog posts?
Currently there are only two apps for ES. This may be worth a look to you:

https://soundcloud.com/pages/embed

You could also get clever with NoNumber's ReReplacer and make your own custom embed tags.
·
Friday, 10 July 2015 21:48
·
0 Likes
·
0 Votes
·
0 Comments
·
Guys, I am looking for a SoundCloud embedded player for EasyBlog..
·
Friday, 10 July 2015 23:39
·
0 Likes
·
0 Votes
·
0 Comments
·
That's why I gave the embed generator from SoundCloud; no plugin currently exists for EB. It needs to be developed.
·
Friday, 10 July 2015 23:54
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks David. Can you develop?
·
Friday, 10 July 2015 23:56
·
0 Likes
·
0 Votes
·
0 Comments
·
ahhh I posted a link for a widget.
Penny drops
·
Saturday, 11 July 2015 00:03
·
0 Likes
·
0 Votes
·
0 Comments
·
I'm in the process of learning but I don't have the ability to develop yet. You could try contacting SI via crm.stackideas.com to see if the project is small enough to develop. Or you could try something like joomlancers.com. Most I can do right now is hack things together. Wouldn't trust hacks entirely on a live site!
·
Saturday, 11 July 2015 00:27
·
0 Likes
·
0 Votes
·
0 Comments
·
·
Saturday, 11 July 2015 00:59
·
0 Likes
·
0 Votes
·
0 Comments
·
Your code is incorrect. You have an extra forwardslash at the source URL and an unnecessary semicolon at the end. Here's the correct code:

<iframe width="100%" height="450" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/203481211&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&visual=true"></iframe>


Which, I believe the forum may actually be generating. -_-



Much better.
·
Saturday, 11 July 2015 08:18
·
0 Likes
·
0 Votes
·
0 Comments
·
And then I realize the source of what your problem may actually be. I've done a fresh install of EB 5.0.15 on J!3.4.3 using the stock text editor. You'll want to Add Block (top-left), and scroll down until you see Soundcloud under Embeddables.



Copy the track URL you're interested in from SoundCloud.



And then paste the URL into the Embed Player field.



Save, and you should get your desired result.

Soundcloud Test


Shameless plug: Analogstik is my brother who does some awesome video game music.

And kudos to the SI team; I learned about 15 minutes ago this was a feature. *laughs*
·
Saturday, 11 July 2015 08:36
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks David. Please see updated code below. Your thoughts please:

<p><iframe src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/213712470&color=ff5500&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false"; width="100%" height="166" scrolling="no" frameborder="no"></iframe></p>

also, see it working at: http://jamlink.com/index.php?option=com_easyblog&view=entry&id=87&Itemid=223
·
Saturday, 11 July 2015 10:57
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Hansen von Shneir,

I am really sorry for the delay of this reply as it is a weekend for us here.

Yes, in Easyblog 5 already have this feature for allow user easier to post their soundcloud embed URL in Composer "soundcloud" block.

it seems like you already done it -> http://jamlink.com/index.php?option=com_easyblog&view=entry&id=87&Itemid=223

Let us know if you need further assistance in the future.

Thanks for sharing David and Paul
·
Saturday, 11 July 2015 12:11
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post