Info
- 3 posts
- 3 voices
- Started 1 year ago by benwayy
- Latest reply from funnycat777
- This topic is not resolved
soundcloud embed
-
- Posted 1 year ago #
hallo there. I'm having trouble finding a way to get soundcloud embeds working within the bbpress that comes with buddypress. While the soundcloud plugin makes it straightforward to embed the players into standard wordpress posts, it isn't recognised by bbpress. Has anybody had an experience of getting soundcloud embeds working in bbpress?
-
- Posted 1 year ago #
Hiya,
I just worked it out for myself!If you download the bbVideo plugin, then edit the file provider.inc.php and add the following at the end :
'soundcloud' => array(
'width' => '620',
'height' => '81',
'pattern' => 'soundcloud\.com/(.*)/(.*?)/',
'index' => 1,
'code' => '<object height="[HEIGHT]" width="100%"> <param name="movie" value="http://player.soundcloud.com/player.swf?url=http://soundcloud.com/[ID]/"></param> <param name="allowscriptaccess" value="always"></param> <embed allowscriptaccess="always" height="[HEIGHT]" src="http://player.soundcloud.com/player.swf?url=http://soundcloud.com/[ID]/" type="application/x-shockwave-flash" width="100%"></embed> </object>',
'page_url' => 'http://www.soundcloud.com/'
)
-
- Posted 3 months ago #
Does anybody know if there is a plugin available to embed or attach a HTML5 soundcloud player in a bbPress forum, not Buddypress forum?
-
You must log in to post.