vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Miscellaneous Hacks - BBCode for SoundCloud, work perfectly (https://vborg.vbsupport.ru/showthread.php?t=309004)

Muhammad Rahman 02-27-2014 11:00 PM

BBCode for SoundCloud, work perfectly
 
1 Attachment(s)
This simple BBCODE to display music player from Soundcloud.

To make,
Custom BB Codes >> Add New BB Code

Title : Sound Cloud
BB Code Tag Name : soundcloud
Replacement :
Code:

<object width="100%"><param name="movie" value="{param}"></param><param name="allowscriptaccess" value="always"></param><embed allowscriptaccess="always" height="81" src="http://player.soundcloud.com/player.swf?url={param}&amp;g=bb" type="application/x-shockwave-flash" width="100%"></embed></object>
Example : [soundcloud]http://soundcloud.com/matas/hobnotropic[/soundcloud]
Description : Embed the tracks from SoundCloud into your post. Use the track URL in your browser.
Use {option} : No
Button Image (Optional) : /images/editor/soundcloud.png (download here and upload to /images/editor)
Remove Tag If Empty : Yes
Disable BB Code Within This BB Code : No
Disable Smilies Within This BB Code : No
Disable Word Wrapping Within This BB Code : No
Disable Automatic Link Parsing Within This BB Code : Yes

and then click "save" button,
if give this warning .
"The following BB Code replacement may not be properly formed. All HTML attributes should be enclosed within double quotes.

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

click "continue" button, DONE !! :D

Live Demo Here

If find the best way to embed Sound Cloud please share here guys .. :)

DreadsUK 03-03-2014 09:40 AM

http://imageshack.com/a/img41/6792/6c42.png

Didn;t work

DemOnstar 03-03-2014 02:36 PM

I like the idea.
I tried the soundcloud site and searched for songs but got different versions of the songs I searched for. Not exactly what I was looking for but a substitute.

Tagged..

Well done..

m0nde 12-30-2015 07:58 AM

Thanks for the code, but I've tried it on several tracks and it always tells me to view the content on soundcloud:

https://vborg.vbsupport.ru/external/2015/12/4.png

If I use soundcloud's recommended embed code (which uses an iframe with soundcloud's html5 player instead of flash), it mades the user find the track id of the content they want to embed and that can only be found by clicking share and searching through the embed code given.

https://vborg.vbsupport.ru/external/2015/12/5.png

Code:

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

Is there a way to use soundcloud's html5 player with the normal url for the track?

WebCraker 04-19-2016 11:47 PM

you can use this code

Code:

<iframe width="770" height="350" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url={param}&amp;auto_play=false&amp;hide_related=true&amp;show_comments=true&amp;show_user=true&amp;show_reposts=false&amp;visual=true" ></iframe>
Also make sure that this option is turned on
Disable Automatic Link Parsing Within This BB Code


All times are GMT. The time now is 06:10 AM.

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.10052 seconds
  • Memory Usage 1,722KB
  • 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
  • (3)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)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