Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私のウェブサイトでは、YouTubeからの動画の埋め込みに成功しましたが、その動画に対するコメントが表示されません。それで、私のウェブサイトのビデオにそのコメントを埋め込む方法はありますか?前もって感謝します。
認証やYouTubeAPIを使用せずにYouTubeデータにアクセスする最も簡単な方法は、YouTubeクエリURLを使用することです。
コメントの場合は、次のURLを処理します。
http://gdata.youtube.com/feeds/api/videos/{$videoId}/comments
ビデオの追加のメタデータには、次のURLの処理を使用してアクセスできます。
http://gdata.youtube.com/feeds/api/videos/{$videoId}