Go Back   vb.org Archive > vBulletin Modifications > vBulletin 3.8 Modifications > vBulletin 3.8 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Soundcloud Embed Details »»
Soundcloud Embed
Version: 1.00, by utahraves utahraves is offline
Developer Last Online: Sep 2018 Show Printable Version Email this Page

Category: BB Code Enhancements - Version: 3.8.x Rating:
Released: 07-14-2009 Last Update: 07-14-2009 Installs: 43
Auto-Templates
Re-useable Code  
No support by the author.

I run a music based board and so I figured I'd come up with something a lot of my users use. It's called Soundcloud. It's like Twitter for music. This will embed the flash player onto the page where they post it.

Download Now

File Type: txt soundcloud.txt (774 Bytes, 456 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #22  
Old 10-28-2010, 02:57 PM
mp3u mp3u is offline
 
Join Date: Jul 2009
Posts: 90
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How do I upload this mod? Do I have to put this on the server (if so where?) or do I upload it through the Admin CP? Not sure what to do with the text file but I would like to have this mod on my board.
Reply With Quote
  #23  
Old 11-01-2010, 09:29 PM
pete_brady pete_brady is offline
 
Join Date: Mar 2002
Location: Dublin
Posts: 209
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by mp3u View Post
How do I upload this mod? Do I have to put this on the server (if so where?) or do I upload it through the Admin CP? Not sure what to do with the text file but I would like to have this mod on my board.
add it in as a new BBCode. installed & working on vb4.08

slight modification for Soundcloud playlists:

Title: Soundcloud Playlist

BBCode Tag Name: scpl

Replacement:
HTML 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>
Example: [scpl]http://soundcloud.com/fresh_air/sets/small-hours-autumn-leaves[/scpl]

Use option: No

Remove Tag If Empty: Yes

Disable BB Code Within This BB Code: Yes

Disable Smilies Within This BB Code : Yes

Disable Word Wrapping Within This BB Code: Yes
Reply With Quote
  #24  
Old 11-17-2010, 02:55 AM
bigtree bigtree is offline
 
Join Date: Jan 2009
Posts: 127
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm new at adding code the VB. Where do I add this exactly. How do I find the bbcode variable location?
Reply With Quote
  #25  
Old 11-21-2010, 02:39 AM
unnetboardguy unnetboardguy is offline
 
Join Date: May 2005
Location: Denver, CO
Posts: 6
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

sidewaysfive.net (old unnet) has it loaded and it works great!
thanks!
Reply With Quote
  #26  
Old 01-22-2011, 10:07 PM
Wird0 Wird0 is offline
 
Join Date: Aug 2009
Posts: 43
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks for the code Pete, works great on 4.1.1
Reply With Quote
  #27  
Old 03-17-2011, 02:41 AM
six58 six58 is offline
 
Join Date: May 2005
Location: Australia
Posts: 12
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

anyone have this working on 4.1.2? it isn't for me.
i get the soundcloud bar but it doesn't play
Reply With Quote
  #28  
Old 03-21-2011, 12:41 AM
six58 six58 is offline
 
Join Date: May 2005
Location: Australia
Posts: 12
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by six58 View Post
anyone have this working on 4.1.2? it isn't for me.
i get the soundcloud bar but it doesn't play
i went into BBCode and rewrote over the replacement code as from this page here http://blog.soundcloud.com/2009/07/2...cloud-bb-code/ and it started working.
Reply With Quote
  #29  
Old 03-27-2011, 11:35 AM
luckywaf luckywaf is offline
 
Join Date: Apr 2010
Posts: 2
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

...does not work with version 4.0.6 ? ive use also the blog post http://blog.soundcloud.com/2009/07/2...cloud-bb-code/

why ist the track currently not available?

this is the code iam using:

HTML Code:
<object height="81" width="100%"><param name="movie" value="http://player.soundcloud.com/player.swf?url="{param}"&amp;g=bb"></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> <a href="{param}">{param}</a>
can you help me?
Reply With Quote
  #30  
Old 10-16-2014, 06:28 PM
jamesbondhf jamesbondhf is offline
 
Join Date: Nov 2013
Posts: 11
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Here is a better code that I use
Code:
<object height="81" width="100%">
<param name="wmode" value="transparent">
<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="81" src="http://player.soundcloud.com/player.swf?url={param}&secret_url=false" type="application/x-shockwave-flash" width="100%"></embed>
</object>
Reply With Quote
  #31  
Old 11-15-2015, 03:27 PM
creativepart creativepart is offline
 
Join Date: Jun 2006
Posts: 116
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

As I understand it, SoundCloud has again disabled embedding in 3rd party websites. This mod worked fine on all of my sites and now is now longer working anywhere.

Does anyone know if this is so? Or did they just make a change in their format?
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 03:22 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05709 seconds
  • Memory Usage 2,333KB
  • Queries Executed 28 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_code
  • (2)bbcode_html
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (1)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete