Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7626215
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T05:17:46+00:00 2026-05-31T05:17:46+00:00

So right now I can grab the url from already embedded soundcloud files in

  • 0

So right now I can grab the url from already embedded soundcloud files in embed or iframe tags and use those urls on another page and display it in fancybox. Is there a way to get the right url or display in fancybox if a user offers a typical share url such as http://soundcloud.com/song-b/song-please or http://snd.sc/yp6VMo? I tried looking at the api documentation but I couldn’t really find what I was looking for.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T05:17:46+00:00Added an answer on May 31, 2026 at 5:17 am

    He is trying to get html to create a Soundcloud widget, not get the API url for a track. The oEmbed method “will serve the widget embed code for any SoundCloud URL pointing to a user, group, set or a playlist” and is recommended to make sure Soundclouds changes don’t break your app (as opposed making your own Flash object or iframe). You can call it with a PHP web request to

    http://soundcloud.com/oembed?format=js&url=[escaped_url]&iframe=true
    

    Or with a JSON-P call (using jQuery for convenience)

    $.getJSON('http://soundcloud.com/oembed?callback=?',
        {format: 'js', url: 'http://snd.sc/yp6VMo', iframe: true},
        function(data) {
            // Stick the html content returned in the object into the page
            $('#your_player_div').html(data['html'])
        }
    )
    

    I’m adding iframe=true so you get the new HTML5 player, omit to get the old Flash object. It also works with the .sc short urls you are using.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Right now I can use this URL to request a Google Static Maps image
Right now I can run a PHP script from my Mac terminal like echoing
Background: I have a kubuntu laptop right now that I can't use wirelessly, i.e.
How can I instruct my Swing component to grab focus right now ? requestFocus()
How do you install Boost on MacOS? Right now I can't find bjam for
I'm playing around with associative arrays right now and I can't seem to figure
I'm pretty much at wits end right about now and can't seem to figure
right_now = datetime.datetime.now() one_hour_before = ????? How can I use right_now to get one_hour_before?
Im working right now on a program that can divide, add, ect, but, im
I can't seem to see the forest for the trees right now (Looked at

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.