vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   Soundcloud Embedding Stopped Working (https://vborg.vbsupport.ru/showthread.php?t=321491)

dirkji 01-14-2016 10:50 AM

Soundcloud Embedding Stopped Working
 
For several years I used Soundcloud embedding on my forum, using BB Code, as explained here:

https://vborg.vbsupport.ru/showthrea...=284106&page=2

Now it stopped working, only a message "Please visit Soundcloud.com to listen to this content" and a link show up.

Any ideas how to fix this?

z3r0 01-14-2016 01:13 PM

I don't know anything about soundcloud but I've just had a quick try and can get it working, it does give an error when saving the new code below, but if you click continue it works fine.

replace the bbcode with this

Code:

<iframe width="100%" height="450" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url={param}&amp;auto_play=false&amp;hide_related=false&amp;show_comments=true&amp;show_user=true&amp;show_reposts=false&amp;visual=true" ></iframe>
make sure "Disable Automatic Link Parsing Within This BB Code" is yes.

MattGarner 01-26-2016 12:29 PM

Quote:

Originally Posted by z3r0 (Post 2562625)
I don't know anything about soundcloud but I've just had a quick try and can get it working, it does give an error when saving the new code below, but if you click continue it works fine.

replace the bbcode with this

Code:

<iframe width="100%" height="450" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url={param}&amp;auto_play=false&amp;hide_related=false&amp;show_comments=true&amp;show_user=true&amp;show_reposts=false&amp;visual=true" ></iframe>
make sure "Disable Automatic Link Parsing Within This BB Code" is yes.

Thanks for that - It works. Any chance you can get it working for "Soundcloud Sets" as well? This is the original code we have for that:

Code:

<object height="360" width="100%">
<param name="movie" value="http://player.soundcloud.com/player.swf?url={param}&secret_url=false"></param>
<param name="allowscriptaccess" value="always"></param>
<embed allowscriptaccess="always" height="360" src="http://player.soundcloud.com/player.swf?url={param}&secret_url=false" type="application/x-shockwave-flash" width="100%"></embed>
 </object>


dirkji 01-27-2016 08:43 AM

Thanks, got it working as well.

theque 01-31-2017 05:51 PM

Quote:

Originally Posted by z3r0 (Post 2562625)
I don't know anything about soundcloud but I've just had a quick try and can get it working, it does give an error when saving the new code below, but if you click continue it works fine.

replace the bbcode with this

Code:

<iframe width="100%" height="450" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url={param}&amp;auto_play=false&amp;hide_related=false&amp;show_comments=true&amp;show_user=true&amp;show_reposts=false&amp;visual=true" ></iframe>
make sure "Disable Automatic Link Parsing Within This BB Code" is yes.

Thanks this helped me too :D

salvador21 07-17-2019 09:36 AM

Does anyone know if something has changed on Soundcloud, this doesn't seem to work for me (4.2.3)

I wonder if they have change the format of the iframe code, when I go to soundclode, this is a typical embed iframe code they give, which doesn't resemble the above, and has a number id in it rather than the user/track which you see in the URL for the track.

Code:

<iframe width="100%" height="300" scrolling="no" frameborder="no" allow="autoplay" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/648721967&color=%23ff5500&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&show_teaser=true&visual=true"></iframe>
EDIT:

sorted:

Code:

<iframe width="100%" height="300" scrolling="no" frameborder="no" allow="autoplay" src="https://w.soundcloud.com/player/?url={param}&color=%23ff5500&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&show_teaser=true&visual=true"></iframe>


All times are GMT. The time now is 11:47 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01072 seconds
  • Memory Usage 1,730KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (6)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete