www.soundcloud.com またはhttp://soundcloud.comで始まる、データベースに保存したテキスト内のリンクを見つけることは可能ですか。それらが曲のあるページを参照しているかどうかを判断します (たとえば、 soundcloud ユーザー プロファイル) そして、はいの場合、Facebook で行われるように、リンクの代わりに soundcloud プレーヤーを表示するには...?
質問する
437 次
1 に答える
2
はい、可能です。
次のように、URL を使用してoembedサービスにクエリを実行できます。
http://soundcloud.com/oembed.json?url=http://soundcloud.com/crystalfighters
html
次に、ウィジェットの HTML をプロパティとして表す JSON を返します。
{
version: 1,
type: "rich",
provider_name: "SoundCloud",
provider_url: "http://soundcloud.com",
height: 450,
width: "100%",
title: "Crystal Fighters",
description: "http://facebook.com/crystalfighters BUY NEW ALBUM 'CAVE RAVE' NOW: hhttp://po.st/caveravebuy LIVE+DJ Bookings ex-US GregLowe@theagencygroup.com US bookings carter@windishagency.com Management info@giantmenmanagement.com",
thumbnail_url: "http://i1.sndcdn.com/avatars-000041667144-lcvdi5-t500x500.jpg?9d68d37",
html: "<iframe width="100%" height="450" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=http%3A%2F%2Fapi.soundcloud.com%2Fusers%2F114019&show_artwork=true"></iframe>",
author_name: "Crystal Fighters",
author_url: "http://soundcloud.com/crystalfighters"
}
または HTTP 404 を返します。これは、この URL が有効またはパブリックな SoundCloud リソースではないことを意味します
于 2013-05-29T12:50:54.630 に答える