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 视频发表评论。我能够通过使用 XML 获得用户在视频上发布的评论,但想知道如何让我网站上的用户无需访问 Youtube 网站就可以对他们正在观看的嵌入视频发表评论?
我目前正在使用 PHP 在我的网站内进行所有处理,以获取嵌入式视频的 url、推荐视频和用户评论,但我愿意尝试其他语言。
YouTube 有一个 API,以及使用 PHP 访问它的明确指示。.